aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bump versions for 2.8 release (#5014)Alex Gaynor2019-10-173-8/+6
* Don’t downgrade pip on windows wheel building (#5015)Paul Kehrer2019-10-171-4/+3
* Comply with PEP 508 by using platform_python_implementation (#5006)Sebastian Jordan2019-10-171-1/+1
* UniversalString needs to be encoded as UCS-4 (#5000)Marko Kreen2019-10-172-0/+19
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-176-1/+30
* update openssls (#4995)Paul Kehrer2019-10-153-11/+25
* update our test to be more robust wrt some changes from upstream (#4993)Paul Kehrer2019-09-111-2/+9
* Simplify implementing sequence methods (#4987)Alex Gaynor2019-09-101-94/+31
* update libressl and pypy2.7 and pypy3.5 (#4989)Paul Kehrer2019-09-091-3/+5
* we're done here (#4991)Paul Kehrer2019-09-091-0/+2
* it's called FIPS_mode_set, not FIPS_set_mode (#4988)Paul Kehrer2019-09-091-1/+1
* one more missing branch (#4992)Paul Kehrer2019-09-091-0/+23
* fix coverage, small cleanups in tests (#4990)Paul Kehrer2019-09-093-30/+40
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-0914-64/+662
* be clear that NoEncryption must be an instance in the exception (#4985)Paul Kehrer2019-09-074-4/+4