summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Port a tiny tiny bit of the ASN.1 parsing to Rust (#5357)Alex Gaynor2021-04-111-16/+7
* fix XTS less than one block length. fixes #5885 (#5925)Paul Kehrer2021-03-211-1/+7
* typehint x509.base (#5899)Mathias Ertl2021-03-154-31/+95
* Typehint x509.base (only) (#5904)Mathias Ertl2021-03-111-2/+5
* more typing (#5887)Paul Kehrer2021-03-023-32/+69
* changes to support typing backend (#5882)Paul Kehrer2021-02-282-16/+24
* fix pkcs12 parse ordering. fixes #5872 (#5879)Paul Kehrer2021-02-281-4/+4
* Add SM4 symmetric block cipher (#5834)tobyp2021-02-281-0/+5
* make Extension a generic class (fixes #5830) (#5831)Mathias Ertl2021-02-201-1/+2
* add typehints for read only properties (#5826)Mathias Ertl2021-02-152-4/+6
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-111-1/+1
* port changelog and fix back to master for CVE-2020-36242 (#5748)Paul Kehrer2021-02-071-1/+1
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-011-5/+5
* rsa type hinting (#5733)Paul Kehrer2021-02-011-34/+94
* x25519/x448 type hints (#5731)Paul Kehrer2021-01-312-22/+34
* add type hinting for ed25519 (#5728)Paul Kehrer2021-01-311-12/+19
* add EC type hinting (#5729)Paul Kehrer2021-01-311-32/+74
* ed448 type hints (#5730)Paul Kehrer2021-01-311-12/+19
* dsa type hinting (#5726)Paul Kehrer2021-01-311-27/+54
* DH types (#5725)Paul Kehrer2021-01-311-23/+33
* remove DSAParametersWithNumbers (#5724)Paul Kehrer2021-01-311-1/+1
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-311-1/+2
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-314-11/+11
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-302-39/+43
* type hinting for hashes, hmac, and cmac (#5713)Paul Kehrer2021-01-303-18/+18
* Apply type annotations to the core x509 types (#5711)Alex Gaynor2021-01-301-60/+73
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-35/+26
* Update APIs to use non-deprecated OpenSSL ones where possible (#5633)Alex Gaynor2020-12-103-7/+7
* Complete removal of py2 (#5533)Alex Gaynor2020-12-094-36/+15
* we didn't actually commit the final doc fixes for the recover PR (#5614)Paul Kehrer2020-12-091-1/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-0923-28/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-082-2/+2
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-37/+13
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-072-12/+64
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-301-1/+14
* 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
* Disable blinding for RSA pub keys (#5524)Alex Gaynor2020-10-271-5/+0
* Simplify a number of branches around libressl (#5515)Alex Gaynor2020-10-265-15/+15
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-253-18/+8
* 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
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-251-0/+4
* 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-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