aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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 create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-251-0/+9
|
* add extension support to the CRLBuilderPaul Kehrer2015-12-251-0/+10
|
* fix rebase mistake in the docsPaul Kehrer2015-12-241-21/+1
|
* update docs with review feedbackPaul Kehrer2015-12-241-12/+12
|
* CertificateRevocationListBuilderPaul Kehrer2015-12-242-0/+101
| | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions.
* Merge pull request #2565 from reaperhulk/crl-interfaceAlex Gaynor2015-12-241-0/+20
|\ | | | | add create_x509_crl interface
| * better languagePaul Kehrer2015-12-241-2/+2
| |
| * add create_x509_crl interfacePaul Kehrer2015-12-241-0/+20
| |
* | Use clearer language in the backend interface docs.Alex Gaynor2015-12-241-4/+3
|/ | | | Refs #2565
* remove all mac 0.9.8 testsPaul Kehrer2015-12-231-1/+1
| | | | | | This will probably slow down the test infrastructure as we're running far more CommonCrypto tests than before. We should figure out what to do there before merging this.
* update the languagePaul Kehrer2015-12-221-5/+4
|
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-0/+21
|
* add new CRL test vectorPaul Kehrer2015-12-221-0/+3
|
* support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-211-0/+6
|
* add a CRL public_bytes methodPaul Kehrer2015-12-201-0/+12
|
* support CRLs with no revoked certificatesPaul Kehrer2015-12-201-0/+1
|
* Merge pull request #2534 from alex/ev-oidPaul Kehrer2015-12-191-0/+16
|\ | | | | Fixed #2531 -- added missing EV oid
| * 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
| |
* | use the non-deprecated name for this functionAlex Gaynor2015-12-191-2/+2
|/
* port 1.1.2 changelog to masterPaul Kehrer2015-12-101-0/+1
|
* 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
|
* Also include arc4 in the toctree in test vectorsEhren Kret2015-11-281-0/+1
|
* Fix pep8 lint errorsEhren Kret2015-11-281-9/+18
|
* Reference arc4.rst from the test-vectors.rst pageEhren Kret2015-11-281-1/+3
|
* Add support for 160 bit ARC4 keysEhren Kret2015-11-283-0/+230
|
* 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
|
* Merge pull request #2447 from reaperhulk/encode-decode-pointAlex Gaynor2015-10-271-0/+32
|\ | | | | add support for encoding/decoding elliptic curve points
| * modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-272-45/+32
| |
| * remove support for null points, improve docsPaul Kehrer2015-10-271-6/+5
| |
| * rst continues to be a mysteryPaul Kehrer2015-10-271-2/+1
| |
| * fix some docsPaul Kehrer2015-10-271-6/+12
| |
| * add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-261-0/+41
| | | | | | | | Based on the work of @ronf in #2346.
* | 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.
* some ec key exchange doc improvementsPaul Kehrer2015-10-221-1/+4
|
* add info about the rfcPaul Kehrer2015-10-221-0/+6
|
* expand keywrap intro docsPaul Kehrer2015-10-211-1/+4
|
* add version added info and doc exceptionPaul Kehrer2015-10-211-0/+7
|