aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1612 from reaperhulk/x509-dnAlex Gaynor2015-02-141-0/+48
|\
| * update docsPaul Kehrer2015-02-141-1/+1
| * simplify things based on review feedbackPaul Kehrer2015-02-141-5/+6
| * make x509.Name iterable and address other review feedbackPaul Kehrer2015-02-131-12/+11
| * refactor x509.Name to use get_attributes_by_oidPaul Kehrer2015-02-121-95/+6
| * X509 distinguished name parsing support in the OpenSSL backendPaul Kehrer2015-02-121-0/+137
* | move hash interfacesPaul Kehrer2015-02-131-1/+1
* | make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-2/+2
|/