aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* note that the OIDs listed are typically seen in x.509 namesPaul Kehrer2015-02-071-17/+29
* more x509 oid doc updatesPaul Kehrer2015-02-071-4/+12
* whoopsPaul Kehrer2015-02-061-16/+16
* more doc fixesPaul Kehrer2015-02-061-17/+17
* add descriptions to each OID constant, update object to instancePaul Kehrer2015-02-051-0/+30
* rename ObjectIdentifier.value to dotted_stringPaul Kehrer2015-02-041-1/+1
* UnknownNameAttribute is not needed nowPaul Kehrer2015-02-041-6/+0
* rename Attribute to NameAttribute and remove name from OIDPaul Kehrer2015-02-021-5/+5
* add some prose trying to explain Attribute and ObjectIdentifierPaul Kehrer2015-01-301-0/+5
* update docsPaul Kehrer2015-01-301-1/+1
* add attribute and objectidentifier classes for x509 namePaul Kehrer2015-01-291-0/+71
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-3/+3
* While X.509 is definitely hazardous to one's health. It's not dragons and sha...Alex Gaynor2014-12-171-2/+0