summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/cert.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt cert-find performance workaround for usersChristian Heimes2019-04-091-10/+15
* Consolidate container_masters queriesChristian Heimes2019-03-281-11/+4
* cert-request: handle missing zoneFraser Tweedale2019-03-081-3/+9
* cert-request: more specific errors in IP address validationFraser Tweedale2019-03-041-44/+55
* cert-request: report all unmatched SAN IP addressesFraser Tweedale2019-03-041-9/+12
* cert-request: generalise _san_dnsname_ips for arbitrary cname depthFraser Tweedale2019-03-041-13/+10
* cert-request: collect only qualified DNS names for IPAddress validationFraser Tweedale2019-03-041-10/+35
* cert-request: restrict IPAddress SAN to host/service principalsFraser Tweedale2019-03-041-0/+7
* Allow issuing certificates with IP addresses in subjectAltNameIan Pilcher2019-03-041-2/+128
* Add workaround for slow host/service delChristian Heimes2019-01-291-0/+16
* Unify and simplify LDAP service discoveryChristian Heimes2018-11-211-7/+3
* Py3: Replace six.text_type with strChristian Heimes2018-09-271-3/+3
* ipa-replica-install: fix pkinit setupFlorence Blanc-Renaud2018-09-061-2/+4
* ipaserver/plugins/cert.py: Added reason to raise of errors.NotFoundThomas Woerner2018-07-301-1/+2
* Fix pylint 2.0 conditional-related violationsArmando Neto2018-07-121-1/+1
* Fix translation of commands description in API BrowserStanislav Levin2018-06-121-3/+1
* Match Common Name attribute in Subjectamitkuma2018-06-051-1/+1
* 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