summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-042-0/+62
* 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-302-7/+13
* Remove unused code (#5360)Alex Gaynor2020-07-281-6/+0
* shrink bindings more (#5356)Paul Kehrer2020-07-271-9/+0
* more error simplification (#5354)Paul Kehrer2020-07-271-32/+11
* simplify more errors (#5353)Paul Kehrer2020-07-262-43/+10
* start trying to make our error handling a bit more generic (#5352)Paul Kehrer2020-07-264-59/+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-261-0/+9
* Emit the deprecation one level up the stack (#5348)Sviatoslav Sydorenko2020-07-251-0/+1
* Refs #5113 -- build against openssl with no ct (#5343)Alex Gaynor2020-07-242-2/+2
* fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)Alex Gaynor2020-07-201-0/+16
* 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-2070-1360/+1808
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-1/+72
* 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-192-3/+3
* 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-182-3/+31
* 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
* fix indexing on X509 request attribute value (#5312)Paul Kehrer2020-07-181-2/+6
* support x509 request challenge password parsing (#4944)Paul Kehrer2020-07-054-3/+57
* support 4096 bit DSA parsing from numbers classes (#5301)Paul Kehrer2020-07-052-4/+8
* Enforce that X.509 versions on valid on parse. (#5299)Alex Gaynor2020-07-051-13/+13
* Support parsing SCTs in OCSPResponse (#5298)Paul Kehrer2020-07-055-7/+88
* add SubjectInformationAccess extension support (#5295)Paul Kehrer2020-07-025-16/+64
* constrain RSA key generation more heavily (#5288)Paul Kehrer2020-06-281-5/+5
* Disallow ttl=None in (Multi)Fernet.decrypt_at_time() (#5280)Jakub Stasiak2020-06-241-2/+12
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-204-152/+642
* Unify X.509 signature algorithm validation (#5276)Marko Kreen2020-06-142-48/+17
* Add a way to pass current time to Fernet (#5256)Jakub Stasiak2020-06-141-7/+17
* Consistently use 'self' in backend.py (#5261)Marko Kreen2020-05-271-6/+6
* Cleanup serialize (#5149)Marko Kreen2020-05-2510-189/+104
* Deprecate support for Python 2 (#5251)Alex Gaynor2020-05-161-0/+12