summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 3.2 release (#5508)3.2Paul Kehrer2020-10-251-1/+1
* Attempt to mitigate Bleichenbacher attacks on RSA decryption (#5507)Alex Gaynor2020-10-251-15/+11
* move blinding to __init__ on both RSA public and private (#5506)Paul Kehrer2020-10-252-4/+10
* be more verbose in the 102 deprecation notice (#5505)Paul Kehrer2020-10-251-2/+5
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-252-0/+5
* chunking didn't actually work (#5499)Paul Kehrer2020-10-251-1/+1
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-252-2/+20
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-244-9/+20
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-243-117/+110
* smime signer support (#5465)Paul Kehrer2020-09-193-1/+171
* add pkcs7/smime bindings (#5458)Paul Kehrer2020-09-131-0/+12
* allow bytes-like for padding (#5462)Paul Kehrer2020-09-131-4/+4
* re-add a few engine bindings for advanced users (#5449)Paul Kehrer2020-09-012-0/+19
* Add a missing space to py35 deprecation warning (#5448)Sviatoslav Sydorenko2020-09-011-1/+1
* Break users on OpenSSL 1.0.2 (#5438)Alex Gaynor2020-08-281-6/+14
* bump version for 3.2 dev (#5431)Paul Kehrer2020-08-271-1/+1
* 3.1 release (#5430)3.1Paul Kehrer2020-08-271-1/+1
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-266-27/+30
* chunked update_into (#5419)Paul Kehrer2020-08-241-13/+21
* use _get_backend everywhere (#5408)Paul Kehrer2020-08-164-12/+13
* 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-152-2/+6
* 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-151-0/+5
* make backend arg optional for rsa (#5396)Paul Kehrer2020-08-151-3/+7
* optional backend for dh, dsa, ec (#5395)Paul Kehrer2020-08-153-13/+29
* optional backend for hash, cipher, cmac, hmac, keywrap (#5394)Paul Kehrer2020-08-155-8/+21
* make backend optional in serialization (#5392)Paul Kehrer2020-08-153-11/+21
* x509 optional backend args (#5390)Paul Kehrer2020-08-152-11/+24
* remove KDF backend requirements (#5389)Paul Kehrer2020-08-147-8/+29
* deprecate support for python 3.5 (#5387)Paul Kehrer2020-08-141-0/+7
* return from void function cannot compile on solaris studio (#5385)stphnlyd2020-08-111-1/+1
* define SYS_getrandom on linux arm64 (#5378)Alex Gaynor2020-08-051-1/+3
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-043-0/+64
* check if a value is null before we gc (#5369)Paul Kehrer2020-08-021-1/+1
* Commit to dropping OpenSSL 1.0.2 (#5363)Alex Gaynor2020-07-301-1/+1
* handle unnamed-but-really-named curves in 1.0.2u (#5362)Paul Kehrer2020-07-303-7/+16
* remove some more constants we don't need (#5361)Paul Kehrer2020-07-301-4/+0
* Remove unused code (#5360)Alex Gaynor2020-07-281-6/+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-272-35/+11
* simplify more errors (#5353)Paul Kehrer2020-07-263-57/+10
* 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-261-76/+6
* fixes #5113 - Making some SRTP related symbols conditional on OPENSSL_NO_SRTP...omnigrok2020-07-262-0/+19
* Emit the deprecation one level up the stack (#5348)Sviatoslav Sydorenko2020-07-251-0/+1
* remove 4 OCSP bindings we don't use (#5344)Paul Kehrer2020-07-251-4/+0