aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* changelog addition for freshestcrl in CRLs (#4986)Paul Kehrer2019-09-071-0/+2
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-073-0/+35
* fix coverage by adding two artificial DSA public keys (#4984)Paul Kehrer2019-09-064-0/+37
* Improve documentation for ECDSA sign and verify (#4970)Harry Stern2019-08-161-6/+17
* Add SSL_get0_verified_chain to cffi lib (#4965)arjenzorgdoc2019-08-142-0/+16
* Fixes #4956 -- added a changelog entry for the removal of the asn1crypto dep ...Alex Gaynor2019-07-281-0/+1
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-285-54/+65
* Run pep8 tests first in travis (#4958)Alex Gaynor2019-07-281-2/+2