Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make engine addition idempotent | Paul Kehrer | 2015-10-21 | 3 | -7/+13 |
| | | | | | | | | | | | Threading issues keep cropping up. ENGINE_add already acquires a lock at the C layer via CRYPTO_w_lock (provided you have registered the locking callbacks) so let's try to use that. As part of this we'll try to init the openssl locks, but of course there's potentially a race there as well. Clearly this isn't the real fix but it might improve the situation while we try to determine what to do. | ||||
* | Merge pull request #2440 from reaperhulk/small-cleanups | Alex Gaynor | 2015-10-21 | 4 | -19/+22 |
|\ | | | | | Some CRL cleanups | ||||
| * | hoist a dict up to module scope so we don't recreate it every call | Paul Kehrer | 2015-10-21 | 1 | -12/+15 |
| | | |||||
| * | add changelog entry | Paul Kehrer | 2015-10-21 | 1 | -0/+3 |
| | | |||||
| * | move revoked_certificate assignment in the doctests | Paul Kehrer | 2015-10-21 | 1 | -5/+2 |
| | | |||||
| * | fix some indentation | Paul Kehrer | 2015-10-21 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2315 from etrauschke/crl_ossl_backend | Paul Kehrer | 2015-10-21 | 8 | -26/+644 |
|\ | | | | | OpenSSL backend code for CRLs | ||||
| * | test fix | Erik Trauschke | 2015-10-21 | 1 | -0/+2 |
| | | |||||
| * | remove convenience functions for revoked extensions | Erik Trauschke | 2015-10-21 | 3 | -42/+12 |
| | | | | | | | | fix docs regarding CRL PEM format | ||||
| * | add comments | Erik Trauschke | 2015-10-20 | 2 | -26/+37 |
| | | |||||
| * | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-10-20 | 29 | -73/+352 |
| |\ | |||||
| | * | Merge branch 'master', remote-tracking branch 'upstream/master' | Erik Trauschke | 2015-10-20 | 0 | -0/+0 |
| | | | |||||
| * | | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵ | Erik Trauschke | 2015-10-20 | 10 | -26/+672 |
| |\ \ | | | | | | | | | | | | | crl_ossl_backend | ||||
| | * | | removing caching mechanism for x509 properties | Erik Trauschke | 2015-10-15 | 6 | -95/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | undo name change of CRLExtensionOID use custom parsing mechanism for certIssuer entry extension add new crl to vectors for testing invalid certIssuer entry ext | ||||
| | * | | import fix | Erik Trauschke | 2015-10-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | use X509ExtensionParser for Revoked extensions | Erik Trauschke | 2015-10-14 | 6 | -145/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate | ||||
| | * | | doctest fix | Erik Trauschke | 2015-10-13 | 1 | -0/+1 |
| | | | | |||||
| | * | | fix indentations | Erik Trauschke | 2015-10-13 | 3 | -69/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | use openssl assert | Erik Trauschke | 2015-09-28 | 2 | -24/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | change _build* to _decode* make CRLs into iterators various fixes | ||||
| | * | | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-28 | 8 | -63/+34 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵ | Erik Trauschke | 2015-09-28 | 8 | -4/+681 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | crl_ossl_backend | ||||
| | | * \ \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 2 | -154/+178 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 1 | -0/+8 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 1 | -3/+4 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 11 | -8/+498 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | OpenSSL backend code for CRLs | Erik Trauschke | 2015-09-24 | 8 | -4/+681 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #2437 from reaperhulk/ecdhe-docs | Hynek Schlawack | 2015-10-21 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | add a little bit to the docs about ECDHE | ||||
| * | | | | | | | | | | add a little bit about ECDHE | Paul Kehrer | 2015-10-20 | 1 | -0/+5 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #2439 from pyca/alex-patch-1 | Paul Kehrer | 2015-10-21 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Switch back to a released version of codecov | ||||
| * | | | | | | | | | | | Switch back to a released version of codecov | Alex Gaynor | 2015-10-21 | 1 | -2/+1 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #2438 from pyca/int-width | Hynek Schlawack | 2015-10-21 | 2 | -36/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Remove long comments and workarounds, use new cffi syntax | ||||
| * | | | | | | | | | | Remove long comments and workarounds, use new cffi syntax | Alex Gaynor | 2015-10-21 | 2 | -36/+2 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #2436 from reaperhulk/extensions-repr | Alex Gaynor | 2015-10-20 | 2 | -0/+19 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | add __repr__ to x509.Extensions | ||||
| * | | | | | | | | | add __repr__ to x509.Extensions | Paul Kehrer | 2015-10-20 | 2 | -0/+19 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #2434 | ||||
* | | | | | | | | | Merge pull request #2427 from alex/ecdh | Paul Kehrer | 2015-10-19 | 11 | -5/+219 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ECDH take 4 | ||||
| * | | | | | | | | | better place for this test | Alex Gaynor | 2015-10-19 | 2 | -7/+16 |
| | | | | | | | | | | |||||
| * | | | | | | | | | another test | Alex Gaynor | 2015-10-19 | 1 | -0/+7 |
| | | | | | | | | | | |||||
| * | | | | | | | | | removed unused code, and added a test | Alex Gaynor | 2015-10-19 | 1 | -12/+13 |
| | | | | | | | | | | |||||
| * | | | | | | | | | be more pro-active in handling invalid keys | Alex Gaynor | 2015-10-18 | 1 | -23/+27 |
| | | | | | | | | | | |||||
| * | | | | | | | | | better document hte iface | Alex Gaynor | 2015-10-17 | 2 | -0/+26 |
| | | | | | | | | | | |||||
| * | | | | | | | | | one more | Alex Gaynor | 2015-10-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | clearer language | Alex Gaynor | 2015-10-17 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | backwards syntax | Alex Gaynor | 2015-10-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | unused import | Alex Gaynor | 2015-10-17 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | unused | Alex Gaynor | 2015-10-17 | 1 | -6/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | changelog | Alex Gaynor | 2015-10-17 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | a refactor to the API | Alex Gaynor | 2015-10-17 | 9 | -142/+98 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add an Elliptic Curve Key Exchange Algorithm(ECDH) | Simo Sorce | 2015-10-17 | 9 | -3/+219 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | | | | | | | | | Merge pull request #2417 from etrauschke/vectors_inval_certissuer | Paul Kehrer | 2015-10-19 | 2 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add CRL to vectors for testing invalid certificateIssuer entry extension | ||||
| * | | | | | | | | | | add crl file to test-vectors.rst | Erik Trauschke | 2015-10-15 | 1 | -0/+2 |
| | | | | | | | | | | |