summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SSLCA.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-274/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove svn keywordsSol Jerome2012-02-191-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SSLCA: Fix hang when calling opensslJake Davis2011-11-071-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SSLCA: Fix ConfigParser() callsSol Jerome2011-11-041-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-16/+30
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added verification of cert against key, and ensured plugins entries get ↵Graham Hagger2011-01-261-2/+27
| | | | updated correctly if cert is requested before key, thus key was getting genned, then cert, then key again because the plugin didnt know it already had the key - doh
* SSLCA: PEP8 fixesSol Jerome2010-11-161-14/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed needless syntax error bug i checked int ealier. Also ensured that the ↵root2010-11-051-3/+5
| | | | hostname gets added to any subjectAltNames so that the cert will work for the hostname as well as aliases
* 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
| | | | Corrected handling of modifications to xml files
* 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