summaryrefslogtreecommitdiffstats
path: root/ipalib/pkcs10.py
Commit message (Expand)AuthorAgeFilesLines
* cert-request: accept CSRs with extraneous dataFraser Tweedale2016-11-111-1/+1
* Remove __main__ code from ipalib.x509 and ipalib.pkcs10Fraser Tweedale2016-11-101-10/+0
* pkcs10: remove pyasn1 PKCS #10 specFraser Tweedale2016-11-101-50/+0
* pkcs10: use python-cryptography for CSR processingFraser Tweedale2016-11-101-78/+16
* Move GeneralName parsing code to ipalib.x509Fraser Tweedale2016-08-261-90/+3
* Remove unused importsMartin Basti2015-12-231-4/+0
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Use the print functionPetr Viktorin2015-09-011-4/+6
* Work around python-nss bug on unrecognised OIDsFraser Tweedale2015-08-111-1/+14
* Update cert-request to support user certs and profilesFraser Tweedale2015-06-041-0/+1
* 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