aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'master' into pypy-4.0.1Alex Gaynor2015-12-0711-3/+279
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2513 from alex/bin-pytestPaul Kehrer2015-12-073-3/+3
|\ \ \ \ | |_|/ / |/| | | pin pytest to disallow 2.8.4 which breaks tests
| * | | pin pytest to disallow 2.8.4 which breaks testsAlex Gaynor2015-12-073-3/+3
| | | |
* | | | Merge pull request #2507 from reaperhulk/tbs-csr-bytesAlex Gaynor2015-12-046-0/+189
|\ \ \ \ | | | | | | | | | | Support signature and tbs_certrequest_bytes on CertificateSigningRequest
| * | | | add some missing skipsPaul Kehrer2015-12-031-0/+2
| | | | |
| * | | | fix the comment so that it is no longer nonsensePaul Kehrer2015-12-031-1/+1
| | | | |
| * | | | changelog entryPaul Kehrer2015-12-031-0/+4
| | | | |
| * | | | expose tbs_certrequest_bytes and signature on CertificateSigningRequestPaul Kehrer2015-12-035-0/+183
|/ / / /
* | | | Merge pull request #2504 from reaperhulk/encode-name-constraintsAlex Gaynor2015-12-034-0/+87
|\ \ \ \ | |/ / / |/| | | implement support for encoding name constraints
| * | | this is also supported in the CSRBuilderPaul Kehrer2015-12-021-1/+2
| | | |
| * | | move _encode_name_constraints and _encode_general_subtreesPaul Kehrer2015-12-021-36/+36
| | | |
| * | | implement support for encoding name constraintsPaul Kehrer2015-12-024-0/+86
| | |/ | |/|
| | * bump to pypy 4.0.1Alex Gaynor2015-12-061-4/+4
| |/ |/|
* | Merge pull request #2501 from reaperhulk/fix-usernoticeAlex Gaynor2015-12-032-2/+14
|\ \ | |/ |/| fix a warning in cffi
| * shouldn't need values herePaul Kehrer2015-12-011-3/+3
| |
| * if EC isn't present we need to declare this enumPaul Kehrer2015-12-011-1/+5
| |
| * let the compiler figure out these valuesPaul Kehrer2015-12-011-3/+4
| |
| * fix a warning in cffiPaul Kehrer2015-12-012-1/+8
|/ | | | | cffi doesn't want to guess the type, so we'll deopaque the enum and strip the values out of the lib if EC is unavailable
* Merge pull request #2500 from reaperhulk/pin-sphinxAlex Gaynor2015-12-012-2/+2
|\ | | | | pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2
| * pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2Paul Kehrer2015-11-302-2/+2
|/
* Merge pull request #2495 from eakret/masterPaul Kehrer2015-11-287-2/+461
|\ | | | | Add support for 160 bit ARC4 keys
| * Also include arc4 in the toctree in test vectorsEhren Kret2015-11-281-0/+1
| |
| * Fix pep8 lint errorsEhren Kret2015-11-281-9/+18
| |
| * Reference arc4.rst from the test-vectors.rst pageEhren Kret2015-11-281-1/+3
| |
| * Add support for 160 bit ARC4 keysEhren Kret2015-11-286-1/+448
|/
* Merge pull request #2490 from tiran/more_ex_dataPaul Kehrer2015-11-203-0/+20
|\ | | | | Add more CRYPTO_EX_DATA functions
| * Add more CRYPTO_EX_DATA functionsChristian Heimes2015-11-203-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_verifyPaul Kehrer2015-11-195-0/+88
|\ | | | | add tbsCertList and signature interfaces to CRLs
| * test name fixErik Trauschke2015-11-191-1/+1
| |
| * add tbsCertList and signature interfaces to CRLsErik Trauschke2015-11-195-0/+88
|/
* Merge pull request #2487 from reaperhulk/port-changelogAlex Gaynor2015-11-191-0/+9
|\ | | | | port the 1.1.1 changelog to master
| * port the 1.1.1 changelog to masterPaul Kehrer2015-11-181-0/+9
|/
* Merge pull request #2475 from reaperhulk/cms-098hplusAlex Gaynor2015-11-122-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 Kehrer2015-11-121-1/+1
| |
| * whoopsPaul Kehrer2015-11-121-0/+1
| |
| * reorganize and renamePaul Kehrer2015-11-122-11/+11
| |
| * these functions were added in 1.0.0, while CMS was added in 0.9.8hPaul Kehrer2015-11-122-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-detailPaul Kehrer2015-11-091-1/+1
|\ | | | | Include the full OpenSSL error in the exception message
| * Include the full OpenSSL error in the exception messageAlex Gaynor2015-11-081-1/+1
|/
* Merge pull request #2469 from reaperhulk/progress-barsAlex Gaynor2015-11-072-2/+19
|\ | | | | add progress bar to wheel downloads
| * move bar.done out of the loop because obviouslyPaul Kehrer2015-11-081-2/+2
| |
| * switch to using BytesIOPaul Kehrer2015-11-081-5/+6
| |
| * add progress bar to wheel downloadsPaul Kehrer2015-11-082-2/+18
|/
* Merge pull request #2467 from reaperhulk/fix-version-checkAlex Gaynor2015-11-041-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 Kehrer2015-11-051-2/+2
| |
* | Merge pull request #2466 from reaperhulk/remove-malloc-debug-initAlex Gaynor2015-11-041-1/+0
|\ \ | |/ |/| remove malloc_debug_init as it has occasionally caused compile issues
| * remove malloc_debug_init as it has occasionally caused compile issuesPaul Kehrer2015-11-051-1/+0
|/ | | | We also don't use it in our backend (and neither does pyOpenSSL)
* Merge pull request #2387 from reaperhulk/x509-signatureAlex Gaynor2015-11-047-3/+239
|\ | | | | add support for signature & tbs_certificate to Certificate
| * rename tbs_certificate to tbs_certificate_bytes, add a commentPaul Kehrer2015-11-035-13/+14
| |
| * skip checkPaul Kehrer2015-11-031-0/+1
| |