Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations | Paul Kehrer | 2015-12-31 | 1 | -0/+9 | |
| |/ / / | ||||||
* | | | | Merge pull request #2614 from reaperhulk/doc-wheel-cache | Alex Gaynor | 2016-01-01 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / |/| | | | add a small note about clearing the wheel cache | |||||
| * | | | 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 #2613 from reaperhulk/warn-on-openssl-lt-101 | Alex Gaynor | 2015-12-31 | 2 | -0/+13 | |
|\ \ \ | | | | | | | | | deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped support | |||||
| * | | | add changelog entry for 0.9.8/1.0.0 deprecation | Paul Kehrer | 2015-12-31 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped support | Paul Kehrer | 2015-12-31 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux | Alex Gaynor | 2015-12-31 | 5 | -5/+37 | |
|\ \ \ \ | |_|/ / |/| | | | support unrecognized extensions in x509 | |||||
| * | | | backticks | Paul Kehrer | 2015-12-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | support unrecognized extensions in x509 | Paul Kehrer | 2015-12-30 | 5 | -5/+37 | |
| |/ / | ||||||
* | | | Merge pull request #2609 from reaperhulk/extension-for-class-exception | Alex Gaynor | 2015-12-30 | 2 | -0/+12 | |
|\ \ \ | | | | | | | | | don't allow UnrecognizedExtension with get_extension_for_class | |||||
| * | | | don't allow UnrecognizedExtension with get_extension_for_class | Paul Kehrer | 2015-12-30 | 2 | -0/+12 | |
| |/ / | ||||||
* | | | Merge pull request #2608 from alex/serialization-docs | Paul Kehrer | 2015-12-30 | 1 | -5/+31 | |
|\ \ \ | |/ / |/| | | Better document the return type of serialization load functions | |||||
| * | | 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 | 4 | -1/+111 | |
|\ \ | | | | | | | add UnrecognizedExtension class | |||||
| * | | language update | Paul Kehrer | 2015-12-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | py3 repr will be different | Paul Kehrer | 2015-12-30 | 1 | -4/+10 | |
| | | | ||||||
| * | | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 4 | -1/+105 | |
| | | | ||||||
* | | | Merge pull request #2606 from pyca/alex-patch-1 | Donald Stufft | 2015-12-30 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed #2605 -- require setuptools 1.0 | |||||
| * | | | Fixed #2605 -- require setuptools 1.0 | Alex Gaynor | 2015-12-30 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | Per @dstufft: - 0.6.28 or something around there that supports wheels - 0.7 is the version that introduced marker support in setuptools - 1.0 is the version where setuptools started using and verifying tls | |||||
* | | | Merge pull request #2603 from reaperhulk/unrecognized-extension-vector | Alex Gaynor | 2015-12-30 | 2 | -0/+18 | |
|\ \ \ | | | | | | | | | new unsupported extension x509 test vector | |||||
| * | | | new unsupported extension x509 test vector | Paul Kehrer | 2015-12-30 | 2 | -0/+18 | |
| |/ / | | | | | | | | | | see #2288 | |||||
* | | | Merge pull request #2601 from alex/get-your-crypto-with-crypto | Paul Kehrer | 2015-12-28 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | Port a few cr.yp.to links to be HTTPS | |||||
| * | | 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. | |||||
* | | Merge pull request #2599 from reaperhulk/oaep-fix | Alex Gaynor | 2015-12-28 | 3 | -0/+39 | |
|\ \ | | | | | | | Handle RSA_R_OAEP_DECODING_ERROR | |||||
| * | | RSA_R_OAEP_DECODING_ERROR is pretty ubiquitous | Paul Kehrer | 2015-12-27 | 3 | -14/+1 | |
| | | | ||||||
| * | | move test | Paul Kehrer | 2015-12-27 | 2 | -29/+38 | |
| | | | ||||||
| * | | pep8 fix, rename test, add a comment to explain it | Paul Kehrer | 2015-12-27 | 1 | -2/+6 | |
| | | | ||||||
| * | | Move private key initialization out of pytest.raises block | Christopher Grebs | 2015-12-27 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fix test again and add pytest.raises statement | Christopher Grebs | 2015-12-27 | 1 | -9/+8 | |
| | | | ||||||
| * | | Fixed test scenario to use different key. | Christopher Grebs | 2015-12-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add simple test that would fail on decryption | Christopher Grebs | 2015-12-27 | 1 | -0/+23 | |
| | | | ||||||
| * | | Add support for RSA_R_OAEP_DECODING_ERROR error flag. | Christopher Grebs | 2015-12-27 | 3 | -0/+15 | |
|/ / | ||||||
* | | Merge pull request #2598 from reaperhulk/index-cp | Alex Gaynor | 2015-12-27 | 2 | -0/+13 | |
|\ \ | | | | | | | support indexing in CertificatePolicies | |||||
| * | | support indexing in CertificatePolicies | Paul Kehrer | 2015-12-27 | 2 | -0/+13 | |
| | | | ||||||
* | | | Merge pull request #2597 from reaperhulk/index-cdp | Alex Gaynor | 2015-12-27 | 2 | -0/+29 | |
|\ \ \ | | | | | | | | | support indexing in CDP | |||||
| * | | | support indexing in CDP | Paul Kehrer | 2015-12-27 | 2 | -0/+29 | |
| |/ / | ||||||
* | | | Merge pull request #2596 from reaperhulk/index-aia | Alex Gaynor | 2015-12-27 | 2 | -0/+29 | |
|\ \ \ | |/ / |/| | | support indexing in AIA | |||||
| * | | support indexing in AIA | Paul Kehrer | 2015-12-27 | 2 | -0/+29 | |
|/ / | ||||||
* | | Merge pull request #2595 from alex/crl-reason-hash | Paul Kehrer | 2015-12-27 | 2 | -0/+11 | |
|\ \ | | | | | | | Refs #2578 -- implement __hash__ on CRLReason | |||||
| * | | Refs #2578 -- implement __hash__ on CRLReason | Alex Gaynor | 2015-12-27 | 2 | -0/+11 | |
| | | | ||||||
* | | | Merge pull request #2594 from reaperhulk/hash-bc | Alex Gaynor | 2015-12-27 | 2 | -0/+10 | |
|\ \ \ | |/ / |/| | | implement hash on basicconstraints | |||||
| * | | hash ne test | Paul Kehrer | 2015-12-27 | 1 | -0/+2 | |
| | | | ||||||
| * | | implement hash on basicconstraints | Paul Kehrer | 2015-12-27 | 2 | -0/+8 | |
| | | | ||||||
* | | | Merge pull request #2593 from reaperhulk/crl-support-ec-dsa | Alex Gaynor | 2015-12-27 | 3 | -15/+107 | |
|\ \ \ | |/ / |/| | | Support EC and DSA signing of CRLs in the OpenSSL backend | |||||
| * | | Support EC and DSA signing of CRLs in the OpenSSL backend | Paul Kehrer | 2015-12-27 | 3 | -15/+107 | |
|/ / | ||||||
* | | Merge pull request #2591 from alex/reduce-duplication | Paul Kehrer | 2015-12-27 | 1 | -85/+39 | |
|\ \ | | | | | | | Reduce duplication, write a function | |||||
| * | | fix a ptr liveness bug | Alex Gaynor | 2015-12-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Reduce duplication, write a function | Alex Gaynor | 2015-12-27 | 1 | -85/+39 | |
|/ / | ||||||
* | | Merge pull request #2582 from reaperhulk/revokedcertbuilder-extensions | Alex Gaynor | 2015-12-27 | 6 | -6/+171 | |
|\ \ | | | | | | | RevokedCertificateBuilder extensions | |||||
| * | | _encode_alt_name already does this | Paul Kehrer | 2015-12-27 | 1 | -15/+1 | |
| | | |