summaryrefslogtreecommitdiffstats
path: root/etc/inc/certs.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert to int so the keylength is respected during sign.Ermal Luçi2010-03-011-1/+1
|
* Ticket #161. Seems this does the trick for firefox.Ermal Luçi2010-02-101-3/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-1/+2
|
* Resolve mergeScott Ullrich2009-08-241-226/+0
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-241-0/+331
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Found another bug in ca_chain_array.Nigel Graham2009-05-261-1/+1
| |
| * Fixed a problem in ca_chain that caused a segmentation fault.Nigel Graham2009-05-261-9/+9
| |
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-241-0/+103
| | | | | | | | them via SSL.
* | * Move functions that output html to guiconfig.incErmal Luci2009-06-181-226/+224
|/ | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Add validation for the ca configuration array presence. Minor style fixes.Matthew Grooms2008-09-091-9/+8
|
* Add validationSeth Mos2008-09-091-4/+7
|
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+224
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