Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -1/+448 |
| | |||||
* | Merge pull request #2490 from tiran/more_ex_data | Paul Kehrer | 2015-11-20 | 3 | -0/+20 |
|\ | | | | | Add more CRYPTO_EX_DATA functions | ||||
| * | Add more CRYPTO_EX_DATA functions | Christian Heimes | 2015-11-20 | 3 | -0/+20 |
|/ | | | | | | | | The patch adds a couple of additional functions to create, store and retrieve ex_data on SSL, SSL_CTX and X509 objects. It also adds the missing get_ex_new_index function for X509_STORE_CTX. Signed-off-by: Christian Heimes <cheimes@redhat.com> | ||||
* | Merge pull request #2489 from etrauschke/crl_verify | Paul Kehrer | 2015-11-19 | 5 | -0/+88 |
|\ | | | | | add tbsCertList and signature interfaces to CRLs | ||||
| * | test name fix | Erik Trauschke | 2015-11-19 | 1 | -1/+1 |
| | | |||||
| * | add tbsCertList and signature interfaces to CRLs | Erik Trauschke | 2015-11-19 | 5 | -0/+88 |
|/ | |||||
* | Merge pull request #2487 from reaperhulk/port-changelog | Alex Gaynor | 2015-11-19 | 1 | -0/+9 |
|\ | | | | | port the 1.1.1 changelog to master | ||||
| * | port the 1.1.1 changelog to master | Paul Kehrer | 2015-11-18 | 1 | -0/+9 |
|/ | |||||
* | Merge pull request #2475 from reaperhulk/cms-098hplus | Alex Gaynor | 2015-11-12 | 2 | -0/+16 |
|\ | | | | | these functions were added in 1.0.0, while CMS was added in 0.9.8h | ||||
| * | RHEL 6.4 and below don't even claim to be 1.0.0 final... | Paul Kehrer | 2015-11-12 | 1 | -1/+1 |
| | | |||||
| * | whoops | Paul Kehrer | 2015-11-12 | 1 | -0/+1 |
| | | |||||
| * | reorganize and rename | Paul Kehrer | 2015-11-12 | 2 | -11/+11 |
| | | |||||
| * | these functions were added in 1.0.0, while CMS was added in 0.9.8h | Paul Kehrer | 2015-11-12 | 2 | -0/+15 |
|/ | | | | | We didn't catch this in our CI because all our 0.9.8 targets have CMS disabled or are older than 0.9.8h | ||||
* | Merge pull request #2472 from alex/more-detail | Paul Kehrer | 2015-11-09 | 1 | -1/+1 |
|\ | | | | | Include the full OpenSSL error in the exception message | ||||
| * | Include the full OpenSSL error in the exception message | Alex Gaynor | 2015-11-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2469 from reaperhulk/progress-bars | Alex Gaynor | 2015-11-07 | 2 | -2/+19 |
|\ | | | | | add progress bar to wheel downloads | ||||
| * | move bar.done out of the loop because obviously | Paul Kehrer | 2015-11-08 | 1 | -2/+2 |
| | | |||||
| * | switch to using BytesIO | Paul Kehrer | 2015-11-08 | 1 | -5/+6 |
| | | |||||
| * | add progress bar to wheel downloads | Paul Kehrer | 2015-11-08 | 2 | -2/+18 |
|/ | |||||
* | Merge pull request #2467 from reaperhulk/fix-version-check | Alex Gaynor | 2015-11-04 | 1 | -2/+2 |
|\ | | | | | these flags were actually added in 1.0.2beta2, not before that. | ||||
| * | these flags were actually added in 1.0.2beta2, not before that. | Paul Kehrer | 2015-11-05 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2466 from reaperhulk/remove-malloc-debug-init | Alex Gaynor | 2015-11-04 | 1 | -1/+0 |
|\ \ | |/ |/| | remove malloc_debug_init as it has occasionally caused compile issues | ||||
| * | remove malloc_debug_init as it has occasionally caused compile issues | Paul Kehrer | 2015-11-05 | 1 | -1/+0 |
|/ | | | | We also don't use it in our backend (and neither does pyOpenSSL) | ||||
* | Merge pull request #2387 from reaperhulk/x509-signature | Alex Gaynor | 2015-11-04 | 7 | -3/+239 |
|\ | | | | | add support for signature & tbs_certificate to Certificate | ||||
| * | rename tbs_certificate to tbs_certificate_bytes, add a comment | Paul Kehrer | 2015-11-03 | 5 | -13/+14 |
| | | |||||
| * | skip check | Paul Kehrer | 2015-11-03 | 1 | -0/+1 |
| | | |||||
| * | add support for Certificate signature and tbs_certificate | Paul Kehrer | 2015-11-03 | 7 | -3/+237 |
|/ | |||||
* | Merge pull request #2464 from alex/more-aggressive | Paul Kehrer | 2015-11-02 | 1 | -1/+2 |
|\ | | | | | Provide more aggressive language about dropping 2.6 | ||||
| * | Provide more aggressive language about dropping 2.6 | Alex Gaynor | 2015-11-01 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #2461 from alex/typos | Paul Kehrer | 2015-11-01 | 1 | -4/+4 |
|\ | | | | | corrected a few typos in comments | ||||
| * | flake8 | Alex Gaynor | 2015-11-01 | 1 | -2/+2 |
| | | |||||
| * | corrected a few typos in comments | Alex Gaynor | 2015-11-01 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #2462 from reaperhulk/pypy4-mac | Hynek Schlawack | 2015-11-01 | 2 | -7/+11 |
|\ \ | |/ |/| | pypy 4 for travis mac builders | ||||
| * | use pypy4 on mac | Paul Kehrer | 2015-11-01 | 1 | -2/+2 |
| | | |||||
| * | switch to directly grabbing pyenv rather than using homebrew on mac | Paul Kehrer | 2015-11-01 | 2 | -5/+9 |
|/ | |||||
* | Merge pull request #2459 from alex/pypy-4 | Paul Kehrer | 2015-11-01 | 1 | -2/+2 |
|\ | | | | | pypy 4.0.0 | ||||
| * | pypy 4.0.0 | Alex Gaynor | 2015-10-29 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2458 from PeterHamilton/add-elliptic-curve-test-fixtures | Paul Kehrer | 2015-11-01 | 2 | -11/+298 |
|\ \ | |/ |/| | Adding elliptic curve test fixtures | ||||
| * | Swapping modified x509 test with modified ec test | Peter Hamilton | 2015-10-30 | 2 | -14/+4 |
| | | |||||
| * | Fixing fixture import order | Peter Hamilton | 2015-10-30 | 1 | -1/+1 |
| | | |||||
| * | Adding test usage for elliptic curve fixtures | Peter Hamilton | 2015-10-30 | 1 | -2/+3 |
| | | | | | | | | This change enables test coverage for the elliptic curve fixtures by adding elliptic curve fixtures to an x509 test case. | ||||
| * | Adding elliptic curve test fixtures | Peter Hamilton | 2015-10-29 | 1 | -0/+296 |
|/ | | | | This change adds pre-generated elliptic curve keys to be used in elliptic curve tests. | ||||
* | Merge pull request #2455 from alex/different-curves | Paul Kehrer | 2015-10-29 | 2 | -1/+32 |
|\ | | | | | Error cleanly if the public and private keys to an ECDH key exchange … | ||||
| * | please flake8 | Alex Gaynor | 2015-10-29 | 1 | -1/+1 |
| | | |||||
| * | Error cleanly if the public and private keys to an ECDH key exchange are on ↵ | Alex Gaynor | 2015-10-28 | 2 | -1/+32 |
| | | | | | | | | different curves | ||||
* | | Merge pull request #2457 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-10-29 | 2 | -16/+1 |
|\ \ | |/ |/| | do the deprecation dance for the twelfth release | ||||
| * | oh right pep8 is a thing | Paul Kehrer | 2015-10-29 | 1 | -3/+0 |
| | | |||||
| * | do the deprecation dance for the twelfth release | Paul Kehrer | 2015-10-29 | 2 | -13/+1 |
|/ |