summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.1 release (#5430)3.1Paul Kehrer2020-08-273-6/+4
* Build manylinux wheels with Zuul (#5386)Ian Wienand2020-08-267-1/+245
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-2625-111/+270
* remove keywords with side effects hack in setup.py (#5426)Paul Kehrer2020-08-251-142/+5
* rephrase changelog entry (#5422)Alex Gaynor2020-08-241-2/+4
* add some words about separating ECDH and ECDSA (#5423)Paul Kehrer2020-08-241-0/+9
* bump libressl 3.1.x (#5421)Alex Gaynor2020-08-241-1/+1
* document that we auto-chunk on symmetric cipher contexts now (#5420)Paul Kehrer2020-08-241-0/+2
* chunked update_into (#5419)Paul Kehrer2020-08-242-13/+38
* Run AWS SDK tests on Python 3.7 (#5414)Alex Gaynor2020-08-173-4/+4
* Docs testing (#5413)Paul Kehrer2020-08-162-3/+6
* refactor wheel builder to use workflows and download/build separately (#5412)Paul Kehrer2020-08-162-42/+40
* Attempt to drop the user switch in docker (#5411)Alex Gaynor2020-08-161-3/+1
* use _get_backend everywhere (#5408)Paul Kehrer2020-08-164-12/+13
* be consistent in our testing (#5409)Paul Kehrer2020-08-162-19/+15
* update submitting patches docs to be a bit more true (#5407)Paul Kehrer2020-08-161-4/+3
* move encoders into backend as well (#5406)Paul Kehrer2020-08-151-6/+22
* move the x509 parsers into the backend object (#5405)Paul Kehrer2020-08-154-118/+103
* clean up error stack in p7 (#5403)Alex Gaynor2020-08-151-0/+2
* HOTP and TOTP should also have optional backends (#5402)Paul Kehrer2020-08-153-8/+12
* add changelog and update backend docs for optional change (#5401)Paul Kehrer2020-08-152-3/+8
* get rid of xenial builder on arm64 (#5398)Paul Kehrer2020-08-153-6/+7
* Improve debugability of this internal error (#5399)Alex Gaynor2020-08-153-5/+8
* fixes #4706 -- don't internal error on corrupt private key (#5307)Alex Gaynor2020-08-154-2/+46
* improve CI speed by removing some macos builders (#5397)Paul Kehrer2020-08-151-2/+0
* Attempt to get wycheproof working on arm64 (#5393)Alex Gaynor2020-08-151-0/+8
* make backend arg optional for rsa (#5396)Paul Kehrer2020-08-152-9/+13
* optional backend for dh, dsa, ec (#5395)Paul Kehrer2020-08-156-39/+55
* optional backend for hash, cipher, cmac, hmac, keywrap (#5394)Paul Kehrer2020-08-1510-24/+37
* make backend optional in serialization (#5392)Paul Kehrer2020-08-154-29/+39
* update to latest libessl 3.1.x (#5391)Alex Gaynor2020-08-141-1/+1
* x509 optional backend args (#5390)Paul Kehrer2020-08-153-33/+46
* remove KDF backend requirements (#5389)Paul Kehrer2020-08-149-28/+63
* deprecate support for python 3.5 (#5387)Paul Kehrer2020-08-142-0/+9
* return from void function cannot compile on solaris studio (#5385)stphnlyd2020-08-111-1/+1
* separate these into two test files (#5383)Paul Kehrer2020-08-102-182/+198
* Sleep after errors to increase the chance of success (#5382)Alex Gaynor2020-08-071-0/+2
* Run pep8 and packaging in the same job (#5380)Alex Gaynor2020-08-071-3/+1
* Update which PyPy versions we test against (#5377)Alex Gaynor2020-08-051-1/+1
* define SYS_getrandom on linux arm64 (#5378)Alex Gaynor2020-08-051-1/+3
* Add initial OpenDev ARM64 testing (#5341)Ian Wienand2020-08-054-0/+75
* Reduce the usage of python2 in CI for downstreams (#5375)Alex Gaynor2020-08-052-6/+6
* pyopenssl can run on focal now (#5374)Paul Kehrer2020-08-051-2/+0
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-046-0/+198
* add docker builders, migrate travis to focal by default (#5372)Paul Kehrer2020-08-032-4/+11
* add basic PKCS7 test vectors (#5370)Paul Kehrer2020-08-024-0/+132
* check if a value is null before we gc (#5369)Paul Kehrer2020-08-021-1/+1
* Attempt to retry when downloading OpenSSL (#5364)Alex Gaynor2020-07-301-0/+13
* Commit to dropping OpenSSL 1.0.2 (#5363)Alex Gaynor2020-07-302-4/+3
* handle unnamed-but-really-named curves in 1.0.2u (#5362)Paul Kehrer2020-07-305-10/+26