summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/cert.py
Commit message (Expand)AuthorAgeFilesLines
* Support requests with SAN in cert-request.Jan Cholasta2014-06-241-34/+69
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-6/+9
* Remove unused function get_subjectaltname from the cert plugin.Jan Cholasta2014-03-251-14/+0
* Update pkcs10 module functions to always load CSRs and allow selecting format.Jan Cholasta2014-03-251-5/+3
* Certificate search max_serial_number problem fixedAdam Misnyovszki2014-02-251-0/+2
* Remove ipa-pwd-extop and ipa-enrollment duplicate error stringsMartin Kosek2013-10-301-5/+5
* Remove obsolete self-sign references from man pages, docstrings, commentsPetr Viktorin2013-04-151-3/+2
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-011-4/+4
* Add the version option to all CommandsPetr Viktorin2013-02-211-5/+7
* Implement the cert-find command for the dogtag CA backend.Rob Crittenden2013-02-191-2/+135
* Raise ValidationError when CSR does not have a subject hostnameLynn Root2012-12-111-0/+4
* Fix requesting certificates that contain subject altnames.Rob Crittenden2012-10-191-0/+1
* Internationalization for public errorsPetr Viktorin2012-09-031-6/+15
* Make revocation_reason required when revoking a certificate.Rob Crittenden2012-04-051-1/+1
* Display serial number as HEX (DECIMAL) when showing certificates.Rob Crittenden2012-03-141-19/+17
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-1/+0
* Skip the cert validator if the csr we are passed in is a valid filenameRob Crittenden2011-09-141-0/+7
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-38/+28
* Autofill the default revocation reasonRob Crittenden2011-07-221-0/+1
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-4/+3
* Return an error message when revocation reason 7 is usedRob Crittenden2011-06-151-0/+2
* Fix lint false positives.Jan Cholasta2011-04-131-1/+1
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-5/+23
* Validate and convert certificate SNJakub Hrozek2011-02-161-0/+28
* The --out option wasn't working at all with cert-show.Rob Crittenden2011-02-141-4/+5
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add --out option to service, host and cert-show to save the cert to a file.Rob Crittenden2010-12-131-0/+22
* Have certmonger track the initial Apache and 389-ds server certs.Rob Crittenden2010-09-091-2/+27
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-7/+10
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-1/+1
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-25/+15
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-78/+87
* First pass at per-command documentationRob Crittenden2010-06-221-1/+36
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Don't try to revoke a cert that is already revoked.Rob Crittenden2010-02-261-3/+14
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-23/+27
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-3/+65
* Add flag to allow a cert to be re-issuedRob Crittenden2010-02-031-3/+7
* Fix plugin to work with new output validation, add new helpersRob Crittenden2010-01-201-34/+57
* pass DER flag to x509.get_serial_number()John Dennis2010-01-191-1/+1
* Use the caIPAserviceCert profile for issuing service certs.Rob Crittenden2010-01-081-2/+2
* Handle base64-encoded certificates better, import missing functionRob Crittenden2009-12-181-0/+5
* Make hosts more like real services so we can issue certs for host principalsRob Crittenden2009-12-161-9/+34
* rebase dogtag clean-up patchJohn Dennis2009-12-091-15/+21
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-21/+69
* Use File parameter for CSR in cert_request command plugin.Pavel Zuna2009-11-061-29/+12
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-031-40/+11
* The name coming out of DNS will have a trailing dot (.). Remove it.Rob Crittenden2009-10-211-1/+1
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-211-7/+71
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-151-4/+49