summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SSLCA.py
Commit message (Expand)AuthorAgeFilesLines
* improved SSLCA verification routines and loggingChris St. Pierre2012-06-131-13/+29
* set type on Path entries handled by SSLCAChris St. Pierre2012-05-211-0/+2
* made SSLCA respect info.xmlChris St. Pierre2012-05-211-29/+32
* use XML parser that strips whitespace to avoid xml concatenation pretty_print...Chris St. Pierre2012-05-151-2/+4
* SSLCA: Fix hang when calling opensslJake Davis2011-11-071-1/+1
* SSLCA: Fix ConfigParser() callsSol Jerome2011-11-041-2/+2
* fixed security bugs with unescaped input to the shellChris St. Pierre2011-08-051-20/+16
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-1/+2
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-16/+30
* added verification of cert against key, and ensured plugins entries get updat...Graham Hagger2011-01-261-2/+27
* SSLCA: PEP8 fixesSol Jerome2010-11-161-14/+14
* fixed needless syntax error bug i checked int ealier. Also ensured that the ...root2010-11-051-3/+5
* Fixed verification of preexisting certificatesGraham Hagger2010-11-051-23/+11
* added verification of existing certsGraham Hagger2010-11-031-4/+9
* fixed lookup of ca options in bcfg2.conf, removing CA trees from SSLCA repoGraham Hagger2010-11-021-6/+9
* Now reads ca key passphrases from bcfg2.confGraham Hagger2010-11-011-22/+65
* SSLCA.py rewritten to use openssl binaryGraham Hagger2010-10-291-409/+122
* starting to establish the way sslca will truly workGraham Hagger2010-10-271-152/+471
* ok, so i should have renamed the class to SSLCA a long time ago... dohGraham Hagger2010-10-221-1/+1
* moved some sslca docs aroundGraham Hagger2010-10-221-43/+0
* initial add of SSLCA pluginGraham Hagger2010-10-221-0/+209