summaryrefslogtreecommitdiffstats
path: root/etc/inc/certs.inc
Commit message (Expand)AuthorAgeFilesLines
* Add ability to select reason codes for revocation. Reformat CRL edit screen a...jim-p2010-10-211-2/+1
* Add more CRL functionality. Needs to wait on a new build for further testing.jim-p2010-10-201-1/+1
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-191-5/+5
* Pass args to openssl_pkey_new() so it gets the key length too. Fixes #905jim-p2010-09-231-3/+3
* Properly check if this is in use.jim-p2010-09-211-1/+1
* Some fixes/enhancements/cleanupjim-p2010-09-211-7/+37
* Prevent a foreach on what might not be an array. Fixes #900jim-p2010-09-161-0/+4
* Fix this function's logic/variable tests.jim-p2010-09-161-3/+3
* Add some safety belt checks so we don't try to update an imported crljim-p2010-09-161-0/+9
* Add some CRL support functions, not active or used in the GUI yet.jim-p2010-09-161-2/+119
* Remove two unused functions (now useless) and add a few more utility functions.jim-p2010-09-021-12/+48
* CA/CERT Movejim-p2010-09-011-11/+11
* Add some user cert lookup functions.jim-p2010-07-071-0/+26
* Allow importing of a CA's private key (optionally).jim-p2010-07-071-1/+3
* Perform more strict validation on CA and Cert names before proceeding in the ...jim-p2010-04-121-0/+6
* Remove uneeded line because openssl module will be already loaded.Ermal2010-03-151-2/+0
* Ticket #161. Fix creation of certificates and the webgui one. This was a prob...Ermal2010-03-151-2/+2
* Ticket #395. Add the path to the openssl.cnf to avoid errors. /etc/ssl/openss...Ermal Luçi2010-03-081-0/+2
* 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 re...Scott Ullrich2009-08-241-0/+331
|\
| * 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 th...Nigel Graham2009-05-241-0/+103
* | * Move functions that output html to guiconfig.incErmal Luci2009-06-181-226/+224
|/
* 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
OpenPOWER on IntegriCloud