aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
Commit message (Collapse)AuthorAgeFilesLines
...
* language updatePaul Kehrer2015-12-301-1/+1
|
* add UnrecognizedExtension classPaul Kehrer2015-12-301-0/+21
|
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-271-0/+12
|
* add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-261-1/+26
|
* switch CRLReason to use a classPaul Kehrer2015-12-261-1/+23
|
* start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-251-0/+34
| | | | first up: CertificateIssuer
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-251-0/+16
|\ | | | | rename CRLExtensionOID to CRLEntryExtensionOID
| * rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-251-0/+16
| |
* | support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-251-2/+17
|/
* RevokedCertificateBuilderPaul Kehrer2015-12-251-0/+48
|
* add extension support to the CRLBuilderPaul Kehrer2015-12-251-0/+10
|
* update docs with review feedbackPaul Kehrer2015-12-241-12/+12
|
* CertificateRevocationListBuilderPaul Kehrer2015-12-241-0/+82
| | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions.
* update the languagePaul Kehrer2015-12-221-5/+4
|
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-0/+21
|
* support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-211-0/+6
|
* add a CRL public_bytes methodPaul Kehrer2015-12-201-0/+12
|
* added business category oidAlex Gaynor2015-12-191-0/+4
|
* added two more oidsAlex Gaynor2015-12-191-0/+8
|
* Fixed #2531 -- added missing EV oidAlex Gaynor2015-12-191-0/+4
|
* Have CertificateBuilder docs create self-signed certCory Benfield2015-12-071-5/+1
|
* expose tbs_certrequest_bytes and signature on CertificateSigningRequestPaul Kehrer2015-12-031-0/+19
|
* add tbsCertList and signature interfaces to CRLsErik Trauschke2015-11-191-0/+20
|
* rename tbs_certificate to tbs_certificate_bytes, add a commentPaul Kehrer2015-11-031-1/+1
|
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-0/+20
|
* inline some type declarations in the docsPaul Kehrer2015-10-281-18/+7
|
* document the constructors for our extensions and general namesPaul Kehrer2015-10-281-25/+50
| | | | | | Most of these extensions have the same attributes as constructor args, so for those I only added the args to the class name to avoid large scale duplication.
* move revoked_certificate assignment in the doctestsPaul Kehrer2015-10-211-5/+2
|
* remove convenience functions for revoked extensionsErik Trauschke2015-10-211-2/+1
| | | | fix docs regarding CRL PEM format
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-201-6/+8
|\
| * Merge pull request #2412 from alex/correct-syntaxPaul Kehrer2015-10-131-6/+6
| |\ | | | | | | Use the right reST syntax for these
| | * Use the right reST syntax for theseAlex Gaynor2015-10-121-6/+6
| | |
| * | nuke trailing whitespaceBenjamin Peterson2015-10-121-1/+1
| | |
| * | use :returns: and put annotation in the correct placeBenjamin Peterson2015-10-121-2/+2
| | |
| * | Indicate the return type of CertificateBuilder.signBenjamin Peterson2015-10-121-0/+2
| |/
* | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-10-201-4/+121
|\ \ | |/ |/| | | crl_ossl_backend
| * use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-15/+6
| | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate
| * doctest fixErik Trauschke2015-10-131-0/+1
| |
| * fix indentationsErik Trauschke2015-10-131-1/+15
| | | | | | | | | | | | | | | | change docs to indicate CRL objects are iterable fix docs for revoked certs make _decode_crl_reason more readable add __getitem__ method to CRL object remove double underscores
| * OpenSSL backend code for CRLsErik Trauschke2015-09-241-0/+111
| |
* | document the extension type requirement a bit betterPaul Kehrer2015-10-021-5/+4
|/
* Fixed #2318 -- added the missing critical flag to the x509 tutorialAlex Gaynor2015-09-031-6/+9
|
* Write as binaryTim Buchwaldt2015-08-261-2/+2
| | | At least on Python3 it fails otherwise.
* Update tutorial.rst as it was missing an importAbhijeet Rastogi2015-08-151-0/+1
|
* Fixed a pair of examples in teh docsAlex Gaynor2015-08-121-2/+2
|
* Added ::versionadded 1.1 tag to get_extension_for_classPhoebe Queen2015-08-121-0/+2
|
* added docs for get_extension_for_classPhoebe Queen2015-08-121-0/+15
|
* make import consistentPaul Kehrer2015-08-111-6/+6
|
* update tutorial to use namespace OIDsPaul Kehrer2015-08-111-5/+6
|
* update x509 reference to use namespaced OIDsPaul Kehrer2015-08-111-210/+236
|