summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refs #5113 -- build against openssl with no ct (#5343)Alex Gaynor2020-07-243-4/+9
* fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)Alex Gaynor2020-07-202-0/+17
* Delete several unused bindings (#5331)Alex Gaynor2020-07-203-34/+0
* 3.1 time (#5330)Paul Kehrer2020-07-201-1/+1
* prep 3.0 for release (#5327)3.0Paul Kehrer2020-07-201-1/+1
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-2073-1385/+1847
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-202-1/+73
* PKCS12 support (#5325)Paul Kehrer2020-07-202-0/+92
* fix grammar in error message (#5322)Alex Gaynor2020-07-191-1/+1
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-194-6/+16
* test exceptions and properly reject duplicate attributes in csrbuilder (#5319)Paul Kehrer2020-07-181-0/+9
* Implement __deepcopy__ for x509 certificates (#5318)Alex Gaynor2020-07-181-0/+3
* raise a valueerror on multi-SINGLERESP valued OCSP responses (#5316)Paul Kehrer2020-07-181-3/+7
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-183-5/+33
* change KeyUsage repr to be less confusing (#5314)Paul Kehrer2020-07-181-2/+5
* support unstructured name x509 attributes (#5313)Paul Kehrer2020-07-181-0/+3