summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/cert.py
Commit message (Expand)AuthorAgeFilesLines
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-2/+2
* py3: base64 encoding/decoding returns always bytes don't mix itMartin Basti2017-02-081-1/+1
* py3: fix CSR encoding inside frameworkMartin Basti2017-01-311-1/+3
* cert: fix search limit handling in cert-findJan Cholasta2017-01-241-4/+17
* Fix coverity issueTomas Krizek2017-01-161-1/+2
* Reuse self.api when executing ca_enabled_checkFraser Tweedale2017-01-111-8/+8
* Remove "Request Certificate with SubjectAltName" permissionFraser Tweedale2016-12-211-6/+0
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-18/+68
* cert-request: match names against principal aliasesFraser Tweedale2016-12-061-28/+85
* cert-request: accept CSRs with extraneous dataFraser Tweedale2016-11-111-2/+5
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-53/+62
* x509: avoid use of nss.data_to_hexFraser Tweedale2016-11-101-4/+4
* pkcs10: use python-cryptography for CSR processingFraser Tweedale2016-11-101-52/+43
* cert-show: show validity in default outputFraser Tweedale2016-10-261-2/+2
* cert: add revocation reason back to cert-find outputJan Cholasta2016-10-131-8/+9
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-061-6/+4
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* Add help info about certificate revocation reasonsTomas Krizek2016-09-211-1/+2
* cert-request: raise CertificateOperationError if CA disabledFraser Tweedale2016-09-071-2/+10
* cert: fix cert-find --certificate when the cert is not in LDAPJan Cholasta2016-09-071-7/+5
* Fix CA ACL Check on SubjectAltNamesSimo Sorce2016-08-311-4/+8
* cert: include CA name in cert command outputJan Cholasta2016-08-301-9/+24
* cert: add missing param values to cert-find outputJan Cholasta2016-08-301-1/+2
* cert-show: show subject alternative namesFraser Tweedale2016-08-261-3/+126
* x509: include otherName DER value in GeneralNameInfoFraser Tweedale2016-08-261-1/+1
* x509: use NSS enums and OIDs to identify SAN typesFraser Tweedale2016-08-261-9/+10
* Move GeneralName parsing code to ipalib.x509Fraser Tweedale2016-08-261-4/+4
* cert-revoke: fix permission check bypass (CVE-2016-5404)Fraser Tweedale2016-08-221-28/+32
* cert: do not crash on invalid data in cert-findJan Cholasta2016-08-171-4/+24
* cert: speed up cert-findJan Cholasta2016-08-171-182/+216
* Add --cn option to cert-statusFraser Tweedale2016-07-011-8/+8
* Migrate management framework plugins to use Principal parameterMartin Babinsky2016-07-011-49/+39
* Fix minor typoYuri Chornoivan2016-07-011-1/+1
* Add --ca option to cert-revoke and cert-remove-holdFraser Tweedale2016-07-011-15/+32
* cert: fix CLI output of cert_remove_holdJan Cholasta2016-06-301-8/+0
* cert-request: better error msg when 'add' not supportedFraser Tweedale2016-06-301-3/+18
* cert.py split module docstring to multiple ugetext stringMartin Basti2016-06-301-37/+37
* cert-find: fix 'issuer' optionFraser Tweedale2016-06-291-0/+2
* cert: allow search by certificateJan Cholasta2016-06-211-8/+40
* cert: add owner informationJan Cholasta2016-06-211-31/+241
* cert: add object pluginJan Cholasta2016-06-211-237/+285
* frontend: don't copy command arguments to output paramsJan Cholasta2016-06-201-0/+5
* Fix minor typosYuri Chornoivan2016-06-161-2/+2
* Add issuer options to cert-show and cert-findFraser Tweedale2016-06-151-0/+47
* Update cert-request to allow specifying CAFraser Tweedale2016-06-151-3/+15
* Add CA argument to ra.request_certificateFraser Tweedale2016-06-151-1/+1
* Update 'caacl' plugin to support lightweight CAsFraser Tweedale2016-06-151-2/+3
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-0/+835