summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Describe the serial field on imported CA more clearly. Resolves #2031jim-p2011-11-291-1/+2
|
* fix textChris Buechler2011-07-291-3/+3
|
* Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-3/+8
|
* Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-4/+63
|
* Bug #1437. Check for invalid characters in the fields for ca, cert and csr.Evgeny Yurchenko2011-06-171-1/+13
|
* Bug #1437. Dropdown list for country codes (CA manager)Evgeny Yurchenko2011-06-161-6/+18
|
* Redirect back to the CA/Cert management page after delete so a person can't ↵jim-p2011-06-031-0/+2
| | | | refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
* When deleting a CA, delete its associated CRLs.jim-p2011-05-051-2/+12
|
* Reject encrypted CA private keys. Resolves #1446jim-p2011-04-211-0/+2
|
* Allow editing of CAs, so that imported CAs can have their private keys added ↵jim-p2011-03-301-19/+60
| | | | 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.
* Validate imported CA/Cert a bit more strongly. Should fix #1190jim-p2011-01-131-0/+2
|
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Fix some forgotten name->descr changes.jim-p2010-10-201-2/+2
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-7/+7
| | | | protection and standardize field names. Ticket #320.
* Add CRL manager tab to other Cert Manager pagesjim-p2010-09-211-0/+1
|
* CA/CERT Movejim-p2010-09-011-6/+6
|
* gettext fixesRenato Botelho2010-08-121-11/+10
|
* Allow importing of a CA's private key (optionally).jim-p2010-07-071-1/+32
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-2/+2
|
* add gettext() calls on missing placesRenato Botelho2010-04-301-1/+1
|
* Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-8/+12
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-271-3/+3
|
* Gettext for System::Cert managerVinicius Coque2010-04-261-38/+38
|
* increase the default cert lifetimeChris Buechler2009-12-211-1/+1
|
* fix typoChris Buechler2009-11-151-2/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-241-5/+20
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-241-5/+20
| | | | | | | | them via SSL.
* | Include certs.inc explicitly.Ermal Luçi2009-06-201-0/+1
|/
* Correctly enforce limits on html input.Ermal Luçi2009-05-071-1/+1
|
* Cleanup the tab format of the system ca/certificate pages. The edges wereMatthew Grooms2008-09-091-228/+230
| | | | | square instead of rounded like most pfSense pages. While here, fix a bug that made the submit button disappear when it shouldn't.
* Add options to export ca, certificate and user certificate data from theMatthew Grooms2008-09-031-0/+21
| | | | webui.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-4/+0
| | | | | | | | | | 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.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+459
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.
OpenPOWER on IntegriCloud