summaryrefslogtreecommitdiff
path: root/docs/x509
AgeCommit message (Expand)Author
2017-02-13Update tutorial.rst (#3394)AlexanderWeyman
2017-01-18add a SAN to the certificatebuilder example (#3353)Paul Kehrer
2016-11-19add a few more OIDs (#3259)Paul Kehrer
2016-11-13Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer
2016-11-12Turns out we shouldn't call it uniqueIdentifier (#3234)Paul Kehrer
2016-11-11add some new oids (#3233)Paul Kehrer
2016-11-11Name: add support for multi-value RDNs (#3202)Fraser Tweedale
2016-11-07Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale
2016-09-09Fixed #3143 -- added the mandatory serial number parameter (#3144)Alex Gaynor
2016-09-03support random_serial_number in the CertificateBuilder (#3132)Paul Kehrer
2016-08-31add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer
2016-07-31Remove provider language from docs (#3072)Gabriel Orisaka
2016-06-02Add alias for Certificate serial as serial number (#2950)Chelsea Winfree
2016-05-29Fixed #2871 -- position docs next to the fucntion they are for (#2924)Alex Gaynor
2016-03-14rephraseAlex Gaynor
2016-03-14typo fixAlex Gaynor
2016-03-14Fixes #2301 -- write a tutorial on generating self-signed certificatesAlex Gaynor
2016-03-12add some notes about when to use these classmethodsPaul Kehrer
2016-03-11Add AuthorityKeyIdentifier.from_issuer_subject_key_identifierPaul Kehrer
2016-03-06Merge pull request #2670 from joernheissler/x509_req_verifyPaul Kehrer
2016-02-26Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor
2016-02-26try to improve the languagePaul Kehrer
2016-02-26fix docsPaul Kehrer
2016-02-26add the oid required by the extensiontype interfacePaul Kehrer
2016-02-26add policy constraints classPaul Kehrer
2016-02-10line lengthAlex Gaynor
2016-02-10Fix what appears to be a typoAlex Gaynor
2016-01-18Change method to propertyJoern Heissler
2016-01-13Add verify method on CertificateSigningRequestJoern Heissler
2015-12-30backticksPaul Kehrer
2015-12-30support unrecognized extensions in x509Paul Kehrer
2015-12-30language updatePaul Kehrer
2015-12-30add UnrecognizedExtension classPaul Kehrer
2015-12-27support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer
2015-12-26add invaliditydate class for crl entry extensionsPaul Kehrer
2015-12-26switch CRLReason to use a classPaul Kehrer
2015-12-25start switching the CRL entry extensions to be full-fledged classesPaul Kehrer
2015-12-25Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor
2015-12-25rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer
2015-12-25support revoked certificates in CertificateRevocationListBuilderPaul Kehrer
2015-12-25RevokedCertificateBuilderPaul Kehrer
2015-12-25add extension support to the CRLBuilderPaul Kehrer
2015-12-24update docs with review feedbackPaul Kehrer
2015-12-24CertificateRevocationListBuilderPaul Kehrer
2015-12-22update the languagePaul Kehrer
2015-12-22CRLNumber needs to be a class for reasons.Paul Kehrer
2015-12-21support parsing CRL extensions in the OpenSSL backendPaul Kehrer
2015-12-20add a CRL public_bytes methodPaul Kehrer
2015-12-19added business category oidAlex Gaynor
2015-12-19added two more oidsAlex Gaynor