Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2701 from alex/document-key | Paul Kehrer | 2016-01-30 | 1 | -1/+3 | |
|\ \ | | | | | | | Fixed #2700 -- corrtected the create_hmac_ctx interface docs | |||||
| * | | Fixed #2700 -- corrtected the create_hmac_ctx interface docs | Alex Gaynor | 2016-01-30 | 1 | -1/+3 | |
| | | | ||||||
* | | | Minor doc tweak per issue #2694 | Phoebe Queen | 2016-01-29 | 1 | -1/+5 | |
|/ / | ||||||
* / | Formally deprecated support for OpenSSL 0.9.8 | Alex Gaynor | 2016-01-22 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #2624 from alex/2016 | Paul Kehrer | 2016-01-01 | 1 | -1/+1 | |
|\ | | | | | Bump the copyright year | |||||
| * | Bump the copyright year | Alex Gaynor | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #2621 from reaperhulk/update-links | Alex Gaynor | 2016-01-01 | 3 | -4/+4 | |
|\ \ | | | | | | | update some links with the redirects shown in the linkchecker | |||||
| * | | update some links with the redirects shown in the linkchecker | Paul Kehrer | 2016-01-01 | 3 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #2618 from reaperhulk/fix-2432 | Alex Gaynor | 2016-01-01 | 1 | -2/+4 | |
|\ \ \ | | | | | | | | | provide a bit more detail about the underlying public key formats | |||||
| * | | | provide a bit more detail about the underlying public key formats | Paul Kehrer | 2015-12-31 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Merge pull request #2616 from reaperhulk/docs-accurate-osx | Alex Gaynor | 2016-01-01 | 1 | -3/+3 | |
|\ \ \ \ | |_|/ / |/| | | | make the os x install docs more accurate | |||||
| * | | | disambiguate a version number | Paul Kehrer | 2015-12-31 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | make the os x install docs more accurate | Paul Kehrer | 2015-12-31 | 1 | -3/+3 | |
| |/ / | ||||||
* | | | Merge pull request #2615 from reaperhulk/doc-deprecations | Alex Gaynor | 2016-01-01 | 1 | -0/+9 | |
|\ \ \ | | | | | | | | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations | |||||
| * | | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations | Paul Kehrer | 2015-12-31 | 1 | -0/+9 | |
| |/ / | ||||||
* / / | add a small note about clearing the wheel cache | Paul Kehrer | 2015-12-31 | 1 | -0/+6 | |
|/ / | | | | | | | | | | | When compiling cryptography yourself if you have a problem and need to recompile but the wheel built successfully you need to know to clear the wheel cache. This is an edge case but worth documenting. Fixes #2006 | |||||
* | | Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux | Alex Gaynor | 2015-12-31 | 1 | -1/+2 | |
|\ \ | |/ |/| | support unrecognized extensions in x509 | |||||
| * | backticks | Paul Kehrer | 2015-12-30 | 1 | -1/+1 | |
| | | ||||||
| * | support unrecognized extensions in x509 | Paul Kehrer | 2015-12-30 | 1 | -1/+2 | |
| | | ||||||
* | | Better document the return type of serialization load functions | Alex Gaynor | 2015-12-30 | 1 | -5/+31 | |
|/ | ||||||
* | Merge pull request #2604 from reaperhulk/unrecognized-extension-class | Alex Gaynor | 2015-12-30 | 1 | -0/+21 | |
|\ | | | | | add UnrecognizedExtension class | |||||
| * | language update | Paul Kehrer | 2015-12-30 | 1 | -1/+1 | |
| | | ||||||
| * | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 1 | -0/+21 | |
| | | ||||||
* | | Merge pull request #2603 from reaperhulk/unrecognized-extension-vector | Alex Gaynor | 2015-12-30 | 1 | -0/+4 | |
|\ \ | | | | | | | new unsupported extension x509 test vector | |||||
| * | | new unsupported extension x509 test vector | Paul Kehrer | 2015-12-30 | 1 | -0/+4 | |
| |/ | | | | | | | see #2288 | |||||
* / | 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 | |
| |