Validate imported CA/Cert a bit more strongly. Should fix #1190
Fix XSS issues
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
CA/CERT Move
gettext fixes
Allow importing of a CA's private key (optionally).
Fix some errors in spelling, punctuation, grammar, etc.
add gettext() calls on missing places
Fixing gettext() implementation for required fields
Reviewing gettext()
Gettext for System::Cert manager
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
Include certs.inc explicitly.
Added support for certificate chains to manager so that lighty can deliver them via SSL.
Correctly enforce limits on html input.
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...