aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed linkcheck (#5142)Alex Gaynor2020-03-191-0/+2
* Fixed issue template for manylinux1 structure (#5140)Alex Gaynor2020-03-191-2/+1
* Fix several CI breakages (#5138)Alex Gaynor2020-03-193-3/+11
* Update azure images for their deprecation of 10.13 (#5132)Alex Gaynor2020-03-021-10/+10
* Linkify RFC in changelog (#5131)Alex Gaynor2020-03-021-1/+1
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-023-7/+14
* Update pip before installing virtualenv in travis (#5121)Alex Gaynor2020-02-151-0/+1
* Refs #5075 -- use ecdsa_*.json from wycheproof (#5099)Alex Gaynor2020-01-121-0/+17
* Refs #5075 -- use dsa_*.json from wycheproof (#5098)Alex Gaynor2020-01-121-0/+4
* Refs #5075 -- use rsa_signature_*.json from wycheproof (#5078)Alex Gaynor2020-01-121-0/+22
* Refs #5075 -- use x448_test.json from wycheproof (#5077)Alex Gaynor2020-01-121-0/+48
* Replace legacy file handling with a context manager. (#5092)Mads Jensen2020-01-121-21/+22
* Use literals for collections and comprehensions. (#5091)Mads Jensen2020-01-124-12/+12
* Updates Python version in README (#5094)Mads Jensen2020-01-121-1/+1
* Update for new alpine release (#5097)Alex Gaynor2020-01-121-2/+2
* Add pthread linking on non-win32 (#5086)Alexander Grund2019-12-231-1/+4
* drop python 3.4 support (#5087)Paul Kehrer2019-12-089-44/+18
* Use dict literals. (#5080)Mads Jensen2019-12-022-2/+2
* Get tests passing with latest wycheproof clone (#5076)Alex Gaynor2019-11-263-3/+6
* Run codecov in required mode so it exits with non-zero on failure (#5073)Alex Gaynor2019-11-251-1/+2
* Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have...Alex Gaynor2019-11-253-11/+36
* Skip coverage uploads on pypy3-nocoverage builds (#5074)Alex Gaynor2019-11-251-0/+1
* issue-5041: do not add extra flags when compiler or platform does not support...Michael Felt2019-11-241-1/+13
* add SSL_get_verify_result (#5071)Maximilian Hils2019-11-231-0/+1
* add SSL_CTX_get0_param (#5070)Maximilian Hils2019-11-222-0/+3
* Added a test vector of an OCSP response with SCT extension (#5066)Alex Gaynor2019-11-162-0/+2
* add SSL[_CTX]_clear_mode (#5062)Maximilian Hils2019-11-111-0/+2
* Windows Installation: fix link to binaries (#5061)Maximilian Hils2019-11-111-7/+6
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-118-1/+48
* Fixes #4699 -- document that UnrecognizedExtension can be used in generation ...Alex Gaynor2019-11-111-1/+3
* Fixed #4377 -- document certificate policies with an example (#5058)Alex Gaynor2019-11-111-0/+12
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-1110-16/+12
* Retry failed code coverage uploads (#5054)Alex Gaynor2019-11-111-1/+1
* Run py3.8 as our py3 in macOS CI (#5032)Alex Gaynor2019-11-111-6/+6
* Let Oid enforce positive decimal integers (#5053)Noel Remy2019-11-102-1/+45
* issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045)jschmidtlein2019-11-041-0/+6
* Stop testing 2.7 on fedora (#5052)Alex Gaynor2019-11-051-3/+0
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-037-27/+11
* Fixed link for linkcheck (#5047)Alex Gaynor2019-11-011-1/+1
* Add a comment so we can easily find a place to update later (#5043)Alex Gaynor2019-11-011-0/+1
* Don't bother computing y coefficient in _modinv (#5037)Clayton Smith2019-10-291-3/+3
* Silence unguarded availability warnings for `getentropy` when targeting macOS...Max Bélanger2019-10-241-1/+5
* fix copy pasta in example snippet (#5033)Ofek Lev2019-10-231-2/+1
* Use 3.8 in CI where we want 'the latest 3.x' (#5021)Alex Gaynor2019-10-201-21/+21
* Test against libressl 3.0 (#5031)Alex Gaynor2019-10-202-2/+4
* Fix documentation of AuthorityKeyIdentifier.authority_cert_issuer. (#5001)Felix Fontein2019-10-191-1/+1
* Move `backend` argument in Scrypt documentation (#5027)Jeremy Lainé2019-10-181-3/+2
* Correctly document `backend` argument of KBKDFHMAC (#5026)Jeremy Lainé2019-10-181-2/+2
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-186-9/+47
* reopen master for the 2.9 release (#5017)Paul Kehrer2019-10-173-3/+10