summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends/openssl/backend.py
Commit message (Expand)AuthorAgeFilesLines
* Update APIs to use non-deprecated OpenSSL ones where possible (#5633)Alex Gaynor2020-12-101-2/+2
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-2/+0
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-1/+1
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-37/+13
* disallow p less than 512-bit on DH (#5592)Paul Kehrer2020-11-291-2/+7
* don't require errors to be on the stack when loading a key (#5590)Paul Kehrer2020-11-261-2/+1
* Reduce granularity of error msging when deserializing keys (#5588)Paul Kehrer2020-11-261-17/+9
* Fix broken links (#5552)Felix Fontein2020-11-101-5/+8
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-9/+1
* move blinding to __init__ on both RSA public and private (#5506)Paul Kehrer2020-10-251-2/+0
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-251-0/+4
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-251-1/+10
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-241-1/+7
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-241-8/+8
* smime signer support (#5465)Paul Kehrer2020-09-191-1/+61
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-1/+2
* 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-151-0/+62
* clean up error stack in p7 (#5403)Alex Gaynor2020-08-151-0/+2
* Improve debugability of this internal error (#5399)Alex Gaynor2020-08-151-2/+2
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-041-0/+47
* check if a value is null before we gc (#5369)Paul Kehrer2020-08-021-1/+1
* handle unnamed-but-really-named curves in 1.0.2u (#5362)Paul Kehrer2020-07-301-0/+11
* more error simplification (#5354)Paul Kehrer2020-07-271-32/+11
* start trying to make our error handling a bit more generic (#5352)Paul Kehrer2020-07-261-26/+7
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-235/+293
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-1/+72
* PKCS12 support (#5325)Paul Kehrer2020-07-201-0/+55
* fix grammar in error message (#5322)Alex Gaynor2020-07-191-1/+1
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-191-2/+2
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-181-0/+8
* support 4096 bit DSA parsing from numbers classes (#5301)Paul Kehrer2020-07-051-2/+4
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-201-55/+11
* Unify X.509 signature algorithm validation (#5276)Marko Kreen2020-06-141-38/+17
* Consistently use 'self' in backend.py (#5261)Marko Kreen2020-05-271-6/+6
* Cleanup serialize (#5149)Marko Kreen2020-05-251-105/+95
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-4/+2
* Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have...Alex Gaynor2019-11-251-0/+9
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-14/+32
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-6/+12
* fix osrandom/builtin switching methods for 1.1.0+ (#4955)Paul Kehrer2019-07-271-4/+6
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-3/+15
* Switch to new notBefore/After APIs (#4914)Rosen Penev2019-06-071-2/+2
* Fixes #4830 -- handle negative serial numbers (#4843)Alex Gaynor2019-04-131-1/+4
* add new branch for unsupported openssh serialization (#4813)Paul Kehrer2019-03-181-2/+5
* add OpenSSH serialization for ed25519 keys (#4808) (#4811)bernhl2019-03-171-0/+7
* poly1305 support (#4802)Paul Kehrer2019-03-091-0/+13
* support ed25519 openssh public keys (#4785)Paul Kehrer2019-02-271-4/+4
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+43