Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port a few cr.yp.to links to be HTTPS | Alex Gaynor | 2015-12-28 | 2 | -2/+2 |
| | | | | Because researching crypto should probably be secure. | ||||
* | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 1 | -0/+12 |
| | |||||
* | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 1 | -1/+26 |
| | |||||
* | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 1 | -1/+23 |
| | |||||
* | start switching the CRL entry extensions to be full-fledged classes | Paul Kehrer | 2015-12-25 | 1 | -0/+34 |
| | | | | first up: CertificateIssuer | ||||
* | Merge pull request #2574 from reaperhulk/rename-crlextension | Alex Gaynor | 2015-12-25 | 1 | -0/+16 |
|\ | | | | | rename CRLExtensionOID to CRLEntryExtensionOID | ||||
| * | rename CRLExtensionOID to CRLEntryExtensionOID | Paul Kehrer | 2015-12-25 | 1 | -0/+16 |
| | | |||||
* | | support revoked certificates in CertificateRevocationListBuilder | Paul Kehrer | 2015-12-25 | 1 | -2/+17 |
|/ | |||||
* | RevokedCertificateBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+48 |
| | |||||
* | add create_x509_revoked_certificate to x509backend interface | Paul Kehrer | 2015-12-25 | 1 | -0/+9 |
| | |||||
* | add extension support to the CRLBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+10 |
| | |||||
* | fix rebase mistake in the docs | Paul Kehrer | 2015-12-24 | 1 | -21/+1 |
| | |||||
* | update docs with review feedback | Paul Kehrer | 2015-12-24 | 1 | -12/+12 |
| | |||||
* | CertificateRevocationListBuilder | Paul Kehrer | 2015-12-24 | 2 | -0/+101 |
| | | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions. | ||||
* | Merge pull request #2565 from reaperhulk/crl-interface | Alex Gaynor | 2015-12-24 | 1 | -0/+20 |
|\ | | | | | add create_x509_crl interface | ||||
| * | better language | Paul Kehrer | 2015-12-24 | 1 | -2/+2 |
| | | |||||
| * | add create_x509_crl interface | Paul Kehrer | 2015-12-24 | 1 | -0/+20 |
| | | |||||
* | | Use clearer language in the backend interface docs. | Alex Gaynor | 2015-12-24 | 1 | -4/+3 |
|/ | | | | Refs #2565 | ||||
* | remove all mac 0.9.8 tests | Paul Kehrer | 2015-12-23 | 1 | -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 language | Paul Kehrer | 2015-12-22 | 1 | -5/+4 |
| | |||||
* | CRLNumber needs to be a class for reasons. | Paul Kehrer | 2015-12-22 | 1 | -0/+21 |
| | |||||
* | add new CRL test vector | Paul Kehrer | 2015-12-22 | 1 | -0/+3 |
| | |||||
* | support parsing CRL extensions in the OpenSSL backend | Paul Kehrer | 2015-12-21 | 1 | -0/+6 |
| | |||||
* | add a CRL public_bytes method | Paul Kehrer | 2015-12-20 | 1 | -0/+12 |
| | |||||
* | support CRLs with no revoked certificates | Paul Kehrer | 2015-12-20 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2534 from alex/ev-oid | Paul Kehrer | 2015-12-19 | 1 | -0/+16 |
|\ | | | | | Fixed #2531 -- added missing EV oid | ||||
| * | added business category oid | Alex Gaynor | 2015-12-19 | 1 | -0/+4 |
| | | |||||
| * | added two more oids | Alex Gaynor | 2015-12-19 | 1 | -0/+8 |
| | | |||||
| * | Fixed #2531 -- added missing EV oid | Alex Gaynor | 2015-12-19 | 1 | -0/+4 |
| | | |||||
* | | use the non-deprecated name for this function | Alex Gaynor | 2015-12-19 | 1 | -2/+2 |
|/ | |||||
* | port 1.1.2 changelog to master | Paul Kehrer | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | Have CertificateBuilder docs create self-signed cert | Cory Benfield | 2015-12-07 | 1 | -5/+1 |
| | |||||
* | expose tbs_certrequest_bytes and signature on CertificateSigningRequest | Paul Kehrer | 2015-12-03 | 1 | -0/+19 |
| | |||||
* | Also include arc4 in the toctree in test vectors | Ehren Kret | 2015-11-28 | 1 | -0/+1 |
| | |||||
* | Fix pep8 lint errors | Ehren Kret | 2015-11-28 | 1 | -9/+18 |
| | |||||
* | Reference arc4.rst from the test-vectors.rst page | Ehren Kret | 2015-11-28 | 1 | -1/+3 |
| | |||||
* | Add support for 160 bit ARC4 keys | Ehren Kret | 2015-11-28 | 3 | -0/+230 |
| | |||||
* | add tbsCertList and signature interfaces to CRLs | Erik Trauschke | 2015-11-19 | 1 | -0/+20 |
| | |||||
* | rename tbs_certificate to tbs_certificate_bytes, add a comment | Paul Kehrer | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | add support for Certificate signature and tbs_certificate | Paul Kehrer | 2015-11-03 | 1 | -0/+20 |
| | |||||
* | Merge pull request #2447 from reaperhulk/encode-decode-point | Alex Gaynor | 2015-10-27 | 1 | -0/+32 |
|\ | | | | | add support for encoding/decoding elliptic curve points | ||||
| * | modify approach to use EllipticCurvePublicNumbers methods | Paul Kehrer | 2015-10-27 | 2 | -45/+32 |
| | | |||||
| * | remove support for null points, improve docs | Paul Kehrer | 2015-10-27 | 1 | -6/+5 |
| | | |||||
| * | rst continues to be a mystery | Paul Kehrer | 2015-10-27 | 1 | -2/+1 |
| | | |||||
| * | fix some docs | Paul Kehrer | 2015-10-27 | 1 | -6/+12 |
| | | |||||
| * | add support for encoding/decoding elliptic curve points | Paul Kehrer | 2015-10-26 | 1 | -0/+41 |
| | | | | | | | | Based on the work of @ronf in #2346. | ||||
* | | inline some type declarations in the docs | Paul Kehrer | 2015-10-28 | 1 | -18/+7 |
| | | |||||
* | | document the constructors for our extensions and general names | Paul Kehrer | 2015-10-28 | 1 | -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 improvements | Paul Kehrer | 2015-10-22 | 1 | -1/+4 |
| | |||||
* | add info about the rfc | Paul Kehrer | 2015-10-22 | 1 | -0/+6 |
| |