aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-037-3/+237
|/
* Merge pull request #2464 from alex/more-aggressivePaul Kehrer2015-11-021-1/+2
|\ | | | | Provide more aggressive language about dropping 2.6
| * Provide more aggressive language about dropping 2.6Alex Gaynor2015-11-011-1/+2
|/
* Merge pull request #2461 from alex/typosPaul Kehrer2015-11-011-4/+4
|\ | | | | corrected a few typos in comments
| * flake8Alex Gaynor2015-11-011-2/+2
| |
| * corrected a few typos in commentsAlex Gaynor2015-11-011-3/+3
| |
* | Merge pull request #2462 from reaperhulk/pypy4-macHynek Schlawack2015-11-012-7/+11
|\ \ | |/ |/| pypy 4 for travis mac builders
| * use pypy4 on macPaul Kehrer2015-11-011-2/+2
| |
| * switch to directly grabbing pyenv rather than using homebrew on macPaul Kehrer2015-11-012-5/+9
|/
* Merge pull request #2459 from alex/pypy-4Paul Kehrer2015-11-011-2/+2
|\ | | | | pypy 4.0.0
| * pypy 4.0.0Alex Gaynor2015-10-291-2/+2
| |
* | Merge pull request #2458 from PeterHamilton/add-elliptic-curve-test-fixturesPaul Kehrer2015-11-012-11/+298
|\ \ | |/ |/| Adding elliptic curve test fixtures
| * Swapping modified x509 test with modified ec testPeter Hamilton2015-10-302-14/+4
| |
| * Fixing fixture import orderPeter Hamilton2015-10-301-1/+1
| |
| * Adding test usage for elliptic curve fixturesPeter Hamilton2015-10-301-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 fixturesPeter Hamilton2015-10-291-0/+296
|/ | | | This change adds pre-generated elliptic curve keys to be used in elliptic curve tests.
* Merge pull request #2455 from alex/different-curvesPaul Kehrer2015-10-292-1/+32
|\ | | | | Error cleanly if the public and private keys to an ECDH key exchange …
| * please flake8Alex Gaynor2015-10-291-1/+1
| |
| * Error cleanly if the public and private keys to an ECDH key exchange are on ↵Alex Gaynor2015-10-282-1/+32
| | | | | | | | different curves
* | Merge pull request #2457 from reaperhulk/deprecation-danceAlex Gaynor2015-10-292-16/+1
|\ \ | |/ |/| do the deprecation dance for the twelfth release
| * oh right pep8 is a thingPaul Kehrer2015-10-291-3/+0
| |
| * do the deprecation dance for the twelfth releasePaul Kehrer2015-10-292-13/+1
|/
* Merge pull request #2454 from reaperhulk/reopen-masterAlex Gaynor2015-10-283-2/+7
|\ | | | | reopen master for development on the twelfth release
| * reopen master for development on the twelfth releasePaul Kehrer2015-10-293-2/+7
|/
* Merge pull request #2453 from reaperhulk/1.1-releaseAlex Gaynor2015-10-283-7/+10
|\ | | | | bump version and update changelog for eleventh release (1.1)
| * bump version and update changelog for eleventh release (1.1)Paul Kehrer2015-10-293-7/+10
|/ | | | Add some missing changelog entries
* Merge pull request #2450 from reaperhulk/numbers-reprAlex Gaynor2015-10-272-0/+11
|\ | | | | add ellipticcurvepublicnumbers repr
| * add ellipticcurvepublicnumbers reprPaul Kehrer2015-10-282-0/+11
|/