Commit Graph

34 Commits

Author SHA1 Message Date
jim-p
51c24cf686 Describe the serial field on imported CA more clearly. Resolves #2031 2011-11-29 10:20:36 -05:00
Chris Buechler
738000134b fix text 2011-07-29 03:17:36 -04:00
Evgeny Yurchenko
1b6d9fa59c Internal CA creation error handling added. 2011-06-23 20:05:35 -04:00
Evgeny Yurchenko
95c8cf48f9 Intermediate CAs and openssl_xxx() error checking in CA management. 2011-06-23 19:02:34 -04:00
Evgeny Yurchenko
21cc2faa85 Bug #1437. Check for invalid characters in the fields for ca, cert and csr. 2011-06-17 00:41:24 -04:00
Evgeny Yurchenko
9d2d65f3a3 Bug #1437. Dropdown list for country codes (CA manager) 2011-06-16 23:04:49 -04:00
jim-p
2f51259b41 Redirect back to the CA/Cert management page after delete so a person can't refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix) 2011-06-03 09:03:11 -04:00
jim-p
461aa9d0ab When deleting a CA, delete its associated CRLs. 2011-05-05 16:14:10 -04:00
jim-p
46698c3f3c Reject encrypted CA private keys. Resolves #1446 2011-04-21 10:33:38 -04:00
jim-p
bfa992bc4e Allow editing of CAs, so that imported CAs can have their private keys added later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA. 2011-03-30 16:37:45 -04:00
jim-p
396cfe2ee5 Validate imported CA/Cert a bit more strongly. Should fix #1190 2011-01-13 09:33:13 -05:00
Scott Ullrich
dd5bf424c1 Fix XSS issues 2010-11-12 11:36:20 -05:00
jim-p
5293bfecd8 Fix some forgotten name->descr changes. 2010-10-20 15:41:25 -04:00
jim-p
f2a86ca96f Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 14:19:44 -04:00
jim-p
3d57d2d5f4 Add CRL manager tab to other Cert Manager pages 2010-09-21 15:06:25 -04:00
jim-p
b4e6524c16 CA/CERT Move 2010-09-01 15:26:50 -04:00
Renato Botelho
ea53e38ff1 gettext fixes 2010-08-12 09:44:02 -03:00
jim-p
ecefc738d7 Allow importing of a CA's private key (optionally). 2010-07-07 12:23:02 -04:00
Larry Gilbert
22a11a582f Fix some errors in spelling, punctuation, grammar, etc. 2010-06-12 17:07:52 -07:00
Renato Botelho
2b33f3423d add gettext() calls on missing places 2010-04-30 10:13:56 -03:00
Vinicius Coque
38fb1109ce Fixing gettext() implementation for required fields 2010-04-28 12:45:21 -03:00
Carlos Eduardo Ramos
443ddf6f8d Reviewing gettext() 2010-04-27 13:35:20 -03:00
Vinicius Coque
a37753d7cc Gettext for System::Cert manager 2010-04-26 11:13:33 -03:00
Chris Buechler
cf36049547 increase the default cert lifetime 2009-12-21 02:32:21 -05:00
Chris Buechler
5d55ecfc05 fix typo 2009-11-15 17:27:20 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Scott Ullrich
d43ad788f2 Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into review/master
Conflicts:
	etc/inc/certs.inc
	etc/inc/upgrade_config.inc
2009-08-24 18:15:25 -04:00
Ermal Luçi
742d9c2ddc Include certs.inc explicitly. 2009-06-20 05:47:45 +00:00
Nigel Graham
2cf6ddcbb9 Added support for certificate chains to manager so that lighty can deliver them via SSL. 2009-05-24 08:36:21 +02:00
Ermal Luçi
cee476e886 Correctly enforce limits on html input. 2009-05-07 20:37:27 +00:00
Matthew Grooms
96c7a492be Cleanup the tab format of the system ca/certificate pages. The edges were
square instead of rounded like most pfSense pages. While here, fix a bug
that made the submit button disappear when it shouldn't.
2008-09-09 06:19:45 +00:00
Matthew Grooms
93823b1014 Add options to export ca, certificate and user certificate data from the
webui.
2008-09-03 03:53:11 +00:00
Matthew Grooms
d799787e49 Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this
commit were not being referenced.

This commit also splits out the certificate management components into a
new system menu item.
2008-08-26 04:48:04 +00:00
Matthew Grooms
64cc39d3dd Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority
- Create internal certificate authority

Certificate Manager:
- List certificates
- Import existing certificate
- Create internal certificate using an internal CA
- Generate certificate signing request for external CAs
- Process certificate signing response from external CAs

Certificate revocation is not currently implemented. The user system will
also be extended to allow for user specific certificate management in a
follow-up commit.
2008-08-09 00:06:08 +00:00