Fix XSS issues
Indicate in various places if a certificate is revoked.
Indicate if a certificate has been revoked, both in the cert list and the user manager list.
Fix some forgotten name->descr changes.
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
Add CRL manager tab to other Cert Manager pages
Allow creating a user certificate, pre-fill some info, direct back to user edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.
Only allow a certificate to be deleted if it is not currently in use.
Show was a certificate is used for, if anything.
CA/CERT Move
gettext fixes
Use array instead of explode for reqdfieldsn to fit it better with gettext() calls
Fixing gettext() implementation for required fields
Reviewing gettext()
Addin gettext to page title
Gettext for System::Cert manager
remove pfsense references, make generic
Fix typo
increase the default cert lifetime
fix typo
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
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
Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager.
Added support for certificate chains to manager so that lighty can deliver them via SSL.
Correctly enforce limits on html input.
Migrate IPsec certificate management to centralized system.
This is the cert manager.
Cleanup the tab format of the system ca/certificate pages. The edges weresquare instead of rounded like most pfSense pages. While here, fix a bugthat made the submit button disappear when it shouldn't.
Add options to export ca, certificate and user certificate data from thewebui.
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Implement a certificate authority and certificate webui that can be usedto centrally manage this data. There are no consumers at this time. Thisinterface allow for the following ...
Certificate Authority Manager:- List certificates authorities- Import existing certificate authority...