aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-2810-64/+509
* fix osrandom/builtin switching methods for 1.1.0+ (#4955)Paul Kehrer2019-07-272-7/+9
* some test improvements (#4954)Paul Kehrer2019-07-271-1/+25
* add x509 CSR with challenge password (#4942)Paul Kehrer2019-07-092-0/+18
* add bindings to parse and create challenge passwords in X509 CSRs (#4943)Paul Kehrer2019-07-092-1/+11
* add class methods for poly1305 sign verify operations (#4932)Jeff Yang2019-07-084-0/+91
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-088-20/+10
* Write a test for an uncovered line (#4940)Alex Gaynor2019-07-061-0/+24
* prevaricate more about anyextendedkeyusage (#4939)Paul Kehrer2019-07-061-1/+6
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-066-14/+168
* fix inaccurate ed25519 vector docs (#4938)Paul Kehrer2019-07-061-1/+1
* more ed25519 vectors, better description of RFC 8410 vector (#4936)Paul Kehrer2019-07-064-2/+33
* add ed25519ph x509 test vector (#4933)Paul Kehrer2019-07-032-0/+11
* we do not use getrandom in nonblocking mode any more (#4934)Paul Kehrer2019-07-031-1/+1
* Alpine linux now contains python 3.7 (#4929)Alex Gaynor2019-06-221-2/+2
* Make the rst headers in limitations.rst consistent (#4926)Alex Gaynor2019-06-161-2/+2