Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2293 from reaperhulk/idempotent-engine-add | Alex Gaynor | 2015-10-24 | 1 | -2/+2 |
|\ | |||||
| * | make engine addition idempotent | Paul Kehrer | 2015-10-21 | 1 | -2/+2 |
* | | typo | Alex Gaynor | 2015-10-24 | 1 | -1/+1 |
* | | Fixed #2444 -- added an __hash__ to x509 Names | Alex Gaynor | 2015-10-24 | 1 | -0/+17 |
* | | add comments on test cases to explain reasons a bit better | Paul Kehrer | 2015-10-22 | 1 | -0/+5 |
* | | make skip message more verbose | Paul Kehrer | 2015-10-21 | 1 | -11/+10 |
* | | AES keywrap support | Paul Kehrer | 2015-10-21 | 1 | -0/+112 |
|/ | |||||
* | fix some indentation | Paul Kehrer | 2015-10-21 | 1 | -2/+2 |
* | test fix | Erik Trauschke | 2015-10-21 | 1 | -0/+2 |
* | remove convenience functions for revoked extensions | Erik Trauschke | 2015-10-21 | 1 | -10/+11 |
* | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-10-20 | 6 | -8/+163 |
|\ | |||||
| * | add __repr__ to x509.Extensions | Paul Kehrer | 2015-10-20 | 1 | -0/+14 |
| * | 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 |
| * | unused | Alex Gaynor | 2015-10-17 | 1 | -6/+0 |
| * | a refactor to the API | Alex Gaynor | 2015-10-17 | 3 | -76/+59 |
| * | Add an Elliptic Curve Key Exchange Algorithm(ECDH) | Simo Sorce | 2015-10-17 | 3 | -3/+117 |
| * | Fix load_kasvs_ecdh_vectors() COUNT sourcing | Simo Sorce | 2015-10-13 | 2 | -3/+3 |
| * | Catch Invalid X or Y points and raise a ValueError | Simo Sorce | 2015-10-12 | 1 | -0/+29 |
* | | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr... | Erik Trauschke | 2015-10-20 | 2 | -0/+258 |
|\ \ | |/ |/| | |||||
| * | removing caching mechanism for x509 properties | Erik Trauschke | 2015-10-15 | 1 | -19/+18 |
| * | use X509ExtensionParser for Revoked extensions | Erik Trauschke | 2015-10-14 | 1 | -17/+12 |
| * | fix indentations | Erik Trauschke | 2015-10-13 | 1 | -0/+3 |
| * | use openssl assert | Erik Trauschke | 2015-09-28 | 1 | -2/+5 |
| * | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-28 | 1 | -19/+1 |
| |\ | |||||
| * \ | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr... | Erik Trauschke | 2015-09-28 | 2 | -0/+258 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 1 | -1/+6 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 4 | -5/+327 |
| | |\ \ \ | |||||
| | * | | | | OpenSSL backend code for CRLs | Erik Trauschke | 2015-09-24 | 2 | -0/+258 |
* | | | | | | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 1 | -0/+39 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+39 |
* | | | | | | | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 1 | -0/+15 |
|/ / / / / / | |||||
* | | | | | | Add missing license header. | Terry Chia | 2015-10-03 | 1 | -0/+4 |
* | | | | | | Merge pull request #1773 from Ayrx/hypothesis | Paul Kehrer | 2015-10-02 | 2 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move hypothesis tests to the subfolder. | Terry Chia | 2015-10-02 | 2 | -0/+5 |
| * | | | | | | Remove unused import. | Terry Chia | 2015-09-30 | 1 | -2/+0 |
| * | | | | | | Remove unneeded line. | Terry Chia | 2015-09-30 | 1 | -3/+0 |
| * | | | | | | Address comments. | Terry Chia | 2015-09-30 | 1 | -1/+2 |
| * | | | | | | Use correct import. | Terry Chia | 2015-09-27 | 1 | -1/+1 |
| * | | | | | | Pin version of hypothesis above 1.11.4. | Terry Chia | 2015-09-27 | 1 | -1/+4 |
| * | | | | | | Add hypothesis test for Fernet. | Terry Chia | 2015-09-26 | 1 | -0/+12 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | test build ca request with path_length None | vicente.fiebig | 2015-10-01 | 1 | -0/+24 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Use InternalError for stuff | Alex Gaynor | 2015-09-26 | 1 | -19/+1 |
| |/ / / |/| | | | |||||
* | | | | fix the tests | Alex Gaynor | 2015-09-26 | 1 | -1/+2 |
* | | | | rename this file for consistency | Alex Gaynor | 2015-09-26 | 1 | -0/+0 |
|/ / / | |||||
* | / | add test for openssl_assert | Paul Kehrer | 2015-09-25 | 1 | -1/+6 |
| |/ |/| | |||||
* | | Some cleanups | Alex Gaynor | 2015-09-24 | 3 | -25/+25 |
* | | Test X9.63 with NIST test vectors | Simo Sorce | 2015-09-24 | 1 | -0/+72 |