aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
Commit message (Expand)AuthorAgeFilesLines
* authority key identifier support in the openssl backendPaul Kehrer2015-05-031-0/+1
* Merge pull request #1894 from alex/try-to-english-betterPaul Kehrer2015-05-031-4/+4
|\
| * Attempt to make the BasicConstraints.path_length docs more clearAlex Gaynor2015-05-031-4/+4
* | Merge pull request #1893 from reaperhulk/san-exampleAlex Gaynor2015-05-031-0/+48
|\ \
| * | add some commentsPaul Kehrer2015-05-021-2/+3
| * | add example to show how to get DNSNames from SAN extensionPaul Kehrer2015-05-021-0/+47
| |/
* | updates based on review feedbackPaul Kehrer2015-05-021-1/+8
* | add authority information access classesPaul Kehrer2015-05-021-0/+36
|/
* add URI general name supportPaul Kehrer2015-04-281-1/+6
* return only an int for unsupported general name type, update docsPaul Kehrer2015-04-221-1/+5
* update exception to contain detailPaul Kehrer2015-04-211-0/+7
* handle otherName, x400Address, and ediPartyName in OpenSSL backendPaul Kehrer2015-04-211-0/+5
* UnsupportedExtension raises when accessing cert.extensionsPaul Kehrer2015-04-211-3/+3
* httpsPaul Kehrer2015-04-191-1/+1
* update doc language to point more strongly at rfc 5280Paul Kehrer2015-04-191-2/+5
* add more wordsPaul Kehrer2015-04-181-1/+2
* add more prose for AKIPaul Kehrer2015-04-181-0/+7
* AuthorityKeyIdentifier supportPaul Kehrer2015-04-181-0/+19
* Merge pull request #1783 from reaperhulk/san-classAlex Gaynor2015-04-181-0/+90
|\
| * Add GeneralName and SubjectAlternativeName classesPaul Kehrer2015-04-141-0/+90
* | update the docs tooPaul Kehrer2015-04-151-1/+1
|/
* keyusage support in the OpenSSL backendPaul Kehrer2015-04-121-0/+1
* alter approach to just use digest, no hexdigestPaul Kehrer2015-04-101-7/+1
* add subjectkeyidentifier supportPaul Kehrer2015-04-101-0/+20
* update doc languagePaul Kehrer2015-04-011-23/+22
* add keyusage extensionPaul Kehrer2015-03-311-0/+98
* add extendedkeyusage extensionPaul Kehrer2015-03-311-0/+11
* support the EKU OIDs specified in RFC 5280 section 4.2.1.12Paul Kehrer2015-03-301-0/+33
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+16
* move testsetup around and improve some verbiagePaul Kehrer2015-03-291-32/+29
* move test setupPaul Kehrer2015-03-291-23/+23
* rename to CertificateSigningRequestPaul Kehrer2015-03-291-9/+10
* address some review commentsPaul Kehrer2015-03-291-4/+4
* rename request to CSRPaul Kehrer2015-03-291-8/+8
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+95
* basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-281-0/+34
* add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-281-1/+38
* review feedback updatesPaul Kehrer2015-03-231-1/+3
* doc updates and simplification of __repr__Paul Kehrer2015-03-221-2/+5
* doc updatePaul Kehrer2015-03-221-1/+1
* rework BasicConstraints and Extension.Paul Kehrer2015-03-221-3/+12
* review feedback doc updatesPaul Kehrer2015-03-211-2/+2
* add docs for the OID_BASIC_CONSTRAINTS constantPaul Kehrer2015-03-211-0/+8
* basic constraints class & extensions interfacePaul Kehrer2015-03-211-0/+43
* surrender to alex's feels and name our constants consistentlyPaul Kehrer2015-02-191-7/+7
* address review feedback, fix short names for sig alg OIDsPaul Kehrer2015-02-191-12/+8
* attempt to clarify signature hash algorithm a bit morePaul Kehrer2015-02-161-1/+5
* try to make this a bit more clearPaul Kehrer2015-02-161-3/+3
* implement signature_hash_algorithm insteadPaul Kehrer2015-02-141-7/+8
* add support for signature_algorithm in x509.CertificatePaul Kehrer2015-02-141-0/+84