summaryrefslogtreecommitdiffstats
path: root/ipalib/x509.py
Commit message (Expand)AuthorAgeFilesLines
* Skip cert issuer validation in service and host commands in CA-less install.Jan Cholasta2013-07-091-0/+3
* Drop --selfsign server functionalityPetr Viktorin2013-04-151-3/+1
* Don't initialize NSS if we don't have to, clean up unused cert refsRob Crittenden2013-01-231-13/+20
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+2
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+1
* Use certmonger to renew CA subsystem certificatesRob Crittenden2012-07-301-0/+8
* Fix uses of O=REALM instead of the configured certificate subject base.Jan Cholasta2012-03-261-4/+18
* Verify that the external CA certificate files are correct.Jan Cholasta2011-08-231-1/+19
* Fix invalid issuer in unit testsMartin Kosek2011-07-271-2/+5
* Use information from the certificate subject when setting the NSS nickname.Rob Crittenden2011-07-171-8/+26
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-6/+110
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Use newer API in ipalib/x509 and add missing import.Rob Crittenden2010-07-151-0/+1
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-236/+52
* Correct some comment errorsRob Crittenden2010-01-191-2/+1
* rebase dogtag clean-up patchJohn Dennis2009-12-091-4/+3
* Add type argument to x509.load_certificate() so it can handle binary certsRob Crittenden2009-12-011-9/+12
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-0/+272