summaryrefslogtreecommitdiffstats
path: root/etc/inc/certs.inc
Commit message (Expand)AuthorAgeFilesLines
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days an...Chris Buechler2014-11-041-1/+0
* Teach the certificate generation code how to make a self-signed certificate, ...jim-p2014-10-141-12/+25
* cherry pic from 'hotfix/3347-Certificate_Authority_SAN_names_not_working':yarick1232014-08-141-0/+8
* Return full issuer for DN with multiple attribute valuesvsquared562014-03-241-4/+10
* Perform a much more accurate comparison between two certificates to determine...jim-p2013-10-091-2/+28
* Move variable declaration to the top, declare it global before defining. Fixe...jim-p2013-07-111-11/+13
* Remove irrelevant comment.jim-p2013-07-111-15/+0
* Show cert start/end dates in list.jim-p2013-02-251-0/+11
* Allow selecting the digest algorithm when creating a CA or Cert. Implements #...jim-p2013-01-211-8/+10
* Implement certificate chain in Captive Portalbcyrill2012-07-031-1/+1
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-1/+13
* Add an indication in the certificate list to show if a certificate is interna...jim-p2011-11-101-0/+11
* When creating an internal certificate, offer the user a choice of what constr...jim-p2011-11-091-2/+15
* Specify full path to openssl.cnf, and select the relevant section to use when...jim-p2011-10-271-0/+6
* Add function to return a certificate's common name.jim-p2011-07-061-0/+21
* Import error handling to avoid errors.Ermal2011-06-241-4/+5
* Internal cert and CSR creation error handling added.Evgeny Yurchenko2011-06-231-4/+12
* Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-2/+6
* Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-0/+42
* Merge branch 'master' into yakatz-sslBill Marquette2011-05-141-5/+13
|\
| * Test for array/size before foreachjim-p2011-05-111-2/+4
| * Various CRL fixes, handle empty internal CRLs better.jim-p2011-05-111-5/+8
| * If we have deleted the last cert from the CRL, blank out the text.jim-p2011-05-051-1/+4
* | checking moduli of ssl csr request and responseyakatz2011-04-211-0/+19
|/
* Allow editing of CAs, so that imported CAs can have their private keys added ...jim-p2011-03-301-2/+4
* Don't consider a cert as in use by the GUI if it's in HTTP mode. Fixes #1171jim-p2011-02-221-1/+2
* Do not use references here when building a ca_chain_array. Really fixes #1231...jim-p2011-02-011-2/+2
* Ticket #621. Sort even csr subject to have the matching go ok during import o...Ermal2011-01-121-0/+1
* Ticket #621. sort the contents of array used for generating subject by keys s...Ermal2011-01-071-3/+5
* Fix this code a bit, my first attempt yesterday didn't work properly (this sh...jim-p2010-12-031-4/+8
* Try to handle when cert subject entries are arrays.jim-p2010-12-021-3/+4
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* 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
OpenPOWER on IntegriCloud