aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* address review commentsPaul Kehrer2015-08-081-6/+11
|
* update prose for from_issuer_public_keyPaul Kehrer2015-08-081-4/+8
|
* add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-081-0/+30
| | | | | Refactored SKI's creation code into a separate function, added doctest examples
* Merge pull request #2204 from reaperhulk/ski-classmethodAlex Gaynor2015-08-081-0/+17
|\ | | | | SubjectKeyIdentifier classmethod
| * add more prose about how the digest is generatedPaul Kehrer2015-08-081-1/+3
| |
| * rename to classmethod to from_public_keyPaul Kehrer2015-08-051-1/+1
| |
| * add SubjectKeyIdentifier.create_from_public_keyPaul Kehrer2015-08-051-0/+15
| |
* | fix missed change for OID docsPaul Kehrer2015-08-071-1/+1
| |
* | update oid attribute docs to say which OID it will returnPaul Kehrer2015-08-061-16/+19
| | | | | | | | also doc a missing OID
* | add ExtensionType interfacePaul Kehrer2015-08-061-0/+7
| |
* | add oid attribute to all extension typesPaul Kehrer2015-08-061-0/+105
|/
* reorder CertificateBuilder sign argumentsPaul Kehrer2015-08-031-6/+6
|
* Merge remote-tracking branch 'upstream/master' into cert-builderIan Cordasco2015-08-031-0/+19
|\
| * typo fixPaul Kehrer2015-08-011-2/+2
| |