summaryrefslogtreecommitdiff
path: root/src/cryptography/x509.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1944 from reaperhulk/bc-eqAlex Gaynor2015-05-131-0/+9
|\
| * add eq/ne support to BasicConstraintsPaul Kehrer2015-05-131-0/+9
* | Merge pull request #1943 from reaperhulk/san-eqAlex Gaynor2015-05-131-0/+9
|\ \
| * | add eq/ne support to SubjectAlternativeNamePaul Kehrer2015-05-131-0/+9
| |/
* | add eq/ne support to KeyUsagePaul Kehrer2015-05-131-0/+19
|/
* notice_numbers are not optional in NoticeReferencePaul Kehrer2015-05-121-2/+2
* add eq/ne methods for AuthorityKeyIdentifierPaul Kehrer2015-05-121-0/+14
* add eq/ne methods for all certificate policies classesPaul Kehrer2015-05-111-0/+45
* alter the repr a bit, pass unicode everywherePaul Kehrer2015-05-111-1/+1
* use !r for explicit_text in NoticeReference reprPaul Kehrer2015-05-111-1/+1
* remove policyqualifierinfo objectPaul Kehrer2015-05-101-25/+5
* use list comprehension syntax to make this cleanerPaul Kehrer2015-05-101-5/+3
* certificate policies extension supportPaul Kehrer2015-05-101-0/+119
* switch reasons to frozensetPaul Kehrer2015-05-091-3/+3
* separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-091-74/+50
* add CRLDistributionPoints and associated classesPaul Kehrer2015-05-061-0/+144
* Fix AKI authority_cert_issuer typePaul Kehrer2015-05-031-2/+7
* updates based on review feedbackPaul Kehrer2015-05-021-2/+4
* add authority information access classesPaul Kehrer2015-05-021-0/+67
* let's not wrap this for no reasonPaul Kehrer2015-05-021-3/+1
* add eq/ne to ExtendedKeyUsagePaul Kehrer2015-05-021-5/+15
* add support for equality testing to x509.CertificatePaul Kehrer2015-04-301-0/+12
* update exception to contain detailPaul Kehrer2015-04-211-1/+3
* handle otherName, x400Address, and ediPartyName in OpenSSL backendPaul Kehrer2015-04-211-0/+17
* add a check to require that the list passed to SAN is all general namesPaul Kehrer2015-04-211-0/+6
* AuthorityKeyIdentifier supportPaul Kehrer2015-04-181-0/+37
* Merge pull request #1783 from reaperhulk/san-classAlex Gaynor2015-04-181-0/+170
|\
| * Add GeneralName and SubjectAlternativeName classesPaul Kehrer2015-04-141-0/+170
* | improve KeyUsage reprPaul Kehrer2015-04-151-2/+2
|/
* Merge pull request #1814 from reaperhulk/keyusage-reprAlex Gaynor2015-04-121-0/+17
|\
| * add repr to KeyUsagePaul Kehrer2015-04-021-0/+17
* | 0!r timePaul Kehrer2015-04-111-1/+1
* | let's make that repr actually goodPaul Kehrer2015-04-111-1/+1
* | add repr for x509 namesPaul Kehrer2015-04-111-0/+3
* | unused import I left in as a test. Yeah, that's why...Paul Kehrer2015-04-111-1/+0
* | alter approach to just use digest, no hexdigestPaul Kehrer2015-04-101-5/+1
* | add subjectkeyidentifier supportPaul Kehrer2015-04-101-0/+26
* | add the remaining extension OIDsPaul Kehrer2015-04-041-2/+32
* | add extendedkeyusage reprPaul Kehrer2015-04-021-0/+3
|/
* remove extra blank linePaul Kehrer2015-03-311-1/+0
* add keyusage extensionPaul Kehrer2015-03-311-0/+48
* add extendedkeyusage extensionPaul Kehrer2015-03-311-0/+17
* support the EKU OIDs specified in RFC 5280 section 4.2.1.12Paul Kehrer2015-03-301-0/+15
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+4
* rename to CertificateSigningRequestPaul Kehrer2015-03-291-1/+1
* rename request to CSRPaul Kehrer2015-03-291-3/+3
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+26
* basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-281-0/+13
* add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-281-0/+28
* Merge pull request #1768 from reaperhulk/basic-constraintsAlex Gaynor2015-03-231-0/+54
|\