summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove some more constants we don't need (#5361)Paul Kehrer2020-07-301-4/+0
* Remove unused code (#5360)Alex Gaynor2020-07-282-11/+0
* shrink bindings more (#5356)Paul Kehrer2020-07-2711-91/+0
* remove every error we don't use in cryptography or pyopenssl (#5355)Paul Kehrer2020-07-271-108/+7
* more error simplification (#5354)Paul Kehrer2020-07-273-38/+12
* simplify more errors (#5353)Paul Kehrer2020-07-264-60/+13
* start trying to make our error handling a bit more generic (#5352)Paul Kehrer2020-07-265-75/+34
* remove idna support finally (#5351)Paul Kehrer2020-07-269-187/+34
* fixes #5113 - Making some SRTP related symbols conditional on OPENSSL_NO_SRTP...omnigrok2020-07-263-1/+20
* upgrade pypy/pypy3 in CI (#5350)Paul Kehrer2020-07-261-4/+4