aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/backend.py
Commit message (Expand)AuthorAgeFilesLines
* Unify X.509 signature algorithm validation (#5276)HEADmasterMarko 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
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+44
* reduce our engine bindings even more (#4768)Paul Kehrer2019-02-251-9/+10
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-8/+9
* why did we have these variables (#4764)Paul Kehrer2019-02-241-1/+1
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-7/+7
* allow 32-bit platforms to encode certs with dates > unix epoch (#4727)Paul Kehrer2019-01-211-15/+6
* bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test (#4726)Paul Kehrer2019-01-211-0/+4
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-1/+6
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-0/+11
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-1/+2
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-171-1/+2
* support bytes-like for X25519PrivateKey.from_private_bytes (#4698)Paul Kehrer2019-01-171-6/+31
* x448 and x25519 should enforce key lengths in backend (#4703)Paul Kehrer2019-01-171-0/+9
* add support for byteslike password/data to load_{pem,der}_private_key (#4693)Paul Kehrer2019-01-161-3/+1
* support byteslike in X448PrivateKey.from_private_bytes (#4694)Paul Kehrer2019-01-151-1/+2
* add support for byteslike on password and data for pkcs12 loading (#4690)Paul Kehrer2019-01-151-13/+37
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-0/+6
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-1/+27
* Compressed point support (#4629)Paul Kehrer2018-12-111-0/+20
* ec key creation by curve name refactored into a method (#4634)Paul Kehrer2018-12-101-21/+10
* Adds a more descriptive error msg for wrong wrapping (#4504)André Almeida2018-12-081-3/+12
* Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)Tux2018-12-081-1/+18
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-4/+4
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+46
* Move SSH serialization to it's own file (#4607)Alex Gaynor2018-11-241-14/+12
* refactor serialization module into package (#4606)Paul Kehrer2018-11-231-11/+14
* Added comments reminding us to improve this code when we go 1.1.1+ only (#4605)Alex Gaynor2018-11-231-0/+4
* X448 support (#4580)Paul Kehrer2018-11-221-0/+29
* refactor x25519 keygen into evp_pkey_keygen (#4587)Paul Kehrer2018-11-131-7/+7
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-291-28/+18
* OCSP response builder (#4485)Paul Kehrer2018-10-281-1/+103
* add _create_asn1_time (#4524)Paul Kehrer2018-10-241-12/+10
* refactor set_asn1_time to take a datetime (#4516)Paul Kehrer2018-10-231-14/+7
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-0/+8