summaryrefslogtreecommitdiffstats
path: root/ipalib/pkcs10.py
Commit message (Expand)AuthorAgeFilesLines
* Support requests with SAN in cert-request.Jan Cholasta2014-06-241-8/+108
* Add function for parsing friendly name from certificate requests.Jan Cholasta2014-03-251-0/+50
* Update pkcs10 module functions to always load CSRs and allow selecting format.Jan Cholasta2014-03-251-20/+25
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-2/+0
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-386/+40
* Handle CSRs whether they have NEW in the header or notRob Crittenden2010-05-031-1/+3
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-0/+439