summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/cert.py
Commit message (Expand)AuthorAgeFilesLines
* cert-request: avoid internal error when cert malformedFraser Tweedale2018-02-061-1/+13
* Fix cert-find for CA-less installationsRob Crittenden2017-11-101-2/+20
* parameters: introduce CertificateSigningRequestStanislav Laznicka2017-10-251-32/+8
* cert: fix wrong assumption of cert-show result typeStanislav Laznicka2017-08-301-2/+2
* cert: fix application of 'str' to bytes when formatting otherNameFraser Tweedale2017-08-291-1/+1
* Create a Certificate parameterStanislav Laznicka2017-07-271-42/+21
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-5/+8
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-8/+10
* logging: do not log into the root loggerJan Cholasta2017-07-141-2/+1
* logging: remove object-specific loggersJan Cholasta2017-07-141-4/+9
* cert-request: simplify request processingFraser Tweedale2017-07-141-48/+73
* Changing cert-find to do not use only primary key to search in LDAP.Felipe Volpone2017-06-021-10/+17
* Fixing the cert-request comparing whole email address case-sensitively.Felipe Volpone2017-05-161-3/+24
* cert: defer cert-find result post-processingJan Cholasta2017-04-191-37/+56
* Conditionally import pyhbacChristian Heimes2017-04-031-1/+89
* Hide request_type doc string in cert-request helpAbhijeet Kasurde2017-03-311-1/+1
* cert: do not limit internal searches in cert-findJan Cholasta2017-03-271-18/+10
* check for replica's KDC entry on master before requesting PKINIT certMartin Babinsky2017-03-151-3/+3
* check that the master requesting PKINIT cert has KDC enabledMartin Babinsky2017-03-151-5/+17
* cert: include certificate chain in cert command outputJan Cholasta2017-03-141-7/+46
* Add SHA256 fingerprints for certsTomas Krizek2017-03-071-0/+7
* Extract method to map principal to princpal typeFraser Tweedale2017-03-031-15/+14
* Remove redundant principal_type argumentFraser Tweedale2017-03-031-8/+5
* Remove md5_fingerprints from IPAStanislav Laznicka2017-02-231-7/+0
* 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