summaryrefslogtreecommitdiffstats
path: root/ipapython/certdb.py
Commit message (Expand)AuthorAgeFilesLines
* pylint_plugins: add forbidden import checkerJan Cholasta2017-03-101-2/+4
* certdb: Don't restore_context() of new NSSDBChristian Heimes2017-03-011-5/+1
* client install: create /etc/ipa/nssdb with correct modeJan Cholasta2017-02-201-2/+8
* Add password to certutil calls in NSSDatabaseStanislav Laznicka2017-02-171-13/+7
* Simplify NSSDatabase password file handlingSimo Sorce2017-02-151-17/+12
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-1/+92
* certdb: accumulate extracted certs as list of PEMsFraser Tweedale2016-12-121-7/+8
* Add function for extracting PEM certs from PKCS #7Fraser Tweedale2016-12-121-7/+2
* certdb: fix PKCS#12 import with empty passwordJan Cholasta2016-12-121-1/+1
* Add pylint guard to import of ipaplatform in ipapython.certdbChristian Heimes2016-12-021-4/+6
* ipapython: remove hard dependency on ipaplatformJan Cholasta2016-11-291-6/+15
* certdb: use a temporary file to pass password to pk12utilJan Cholasta2016-11-291-3/+7
* certdb: move IPA NSS DB install functions to ipaclient.installJan Cholasta2016-11-291-48/+0
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-8/+9
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-111-5/+3
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* certdb: never use the -r option of certutilJan Cholasta2016-03-161-10/+8
* client: stop using /etc/pki/nssdbJan Cholasta2016-02-241-0/+29
* Refactor ipautil.runPetr Viktorin2015-12-141-13/+17
* enable pem=True in export_pem_cert functionNiranjan MR2015-11-111-1/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-4/+4
* Modernize number literalsPetr Viktorin2015-07-311-5/+5
* Fix CA cert validity check for CA-less and external CA installer optionsJan Cholasta2014-10-161-1/+6
* Add missing imports to ipapython.certdbJan Cholasta2014-09-301-0/+2
* Use NSSDatabase instead of direct certutil calls in client codeJan Cholasta2014-09-301-11/+9
* Add NSSDatabase.has_nickname for checking nickname presence in a NSS DBJan Cholasta2014-09-301-0/+9
* Move NSSDatabase from ipaserver.certs to ipapython.certdbJan Cholasta2014-09-301-0/+451
* Introduce NSS database /etc/ipa/nssdbJan Cholasta2014-09-301-0/+28
* Remove unused ipapython.certdb.CertDB classPetr Viktorin2013-04-021-127/+0
* Drop ipapython.compat.Jan Cholasta2013-02-011-1/+1
* Move the compat module from ipalib to ipapython.Jan Cholasta2012-02-131-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Use Realm as certs subject base nameSimo Sorce2010-11-181-1/+3
* Use consistent, specific nickname for the IPA CA certificate.Rob Crittenden2010-10-011-2/+4
* Handle CSRs whether they have NEW in the header or notRob Crittenden2010-05-031-7/+2
* Fix a comment and some typosRob Crittenden2009-05-131-1/+1
* Fix breakage on python 2.4 with missing object subclassRob Crittenden2009-05-051-1/+1
* A class for dealing with a temporary NSS certificate databaseRob Crittenden2009-05-041-0/+150