summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat
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-0230-116/+249
* changes to support typing backend (#5882)Paul Kehrer2021-02-282-16/+24
* keep on typing (#5881)Paul Kehrer2021-02-283-40/+33
* fix pkcs12 parse ordering. fixes #5872 (#5879)Paul Kehrer2021-02-281-4/+4
* Add SM4 symmetric block cipher (#5834)tobyp2021-02-282-0/+18
* Add SM3 hash algorithm (#5833)tobyp2021-02-281-0/+6
* Type a bunch of random functions (#5875)Alex Gaynor2021-02-271-5/+5
* Annotate asymetric contexts (#5874)Alex Gaynor2021-02-271-4/+4
* Strict typehints for extensions and OIDs (#5870)Mathias Ertl2021-02-271-5/+7
* Remove unused X509 verification flags bindings (#5868)David Benjamin2021-02-261-15/+0
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-211-5/+8
* add typehint for name (#5856)Mathias Ertl2021-02-211-1/+1
* make Extension a generic class (fixes #5830) (#5831)Mathias Ertl2021-02-201-1/+2
* Fix typo in error messages: can not => cannot (#5851)Robert Martin2021-02-203-3/+3
* add typehints for read only properties (#5826)Mathias Ertl2021-02-157-24/+60
* Start replacing read_only_property with dedicated functions (#5824)Alex Gaynor2021-02-135-35/+38
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-111-1/+1
* fix signature of EllipticCurvePublicKey.verify() (#5808)Markus Wamser2021-02-101-1/+1
* fixed a circular import error (due to type hints) (#5800)Alex Gaynor2021-02-091-2/+2
* fix import cycle with asymmetricpadding (#5758)Paul Kehrer2021-02-073-10/+19
* port changelog and fix back to master for CVE-2020-36242 (#5748)Paul Kehrer2021-02-071-1/+1
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-047-27/+42
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-015-29/+43
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-017-23/+26
* rsa type hinting (#5733)Paul Kehrer2021-02-013-68/+182
* KDF type hinting (#5735)Paul Kehrer2021-02-017-67/+115
* add optional block_size to the HashAlgorithm interface (#5736)Paul Kehrer2021-02-011-0/+14
* type hints for asym utils (#5734)Paul Kehrer2021-02-011-3/+5
* x25519/x448 type hints (#5731)Paul Kehrer2021-01-314-36/+68
* poly1305 type hints (#5732)Paul Kehrer2021-01-311-6/+6
* add type hinting for ed25519 (#5728)Paul Kehrer2021-01-312-20/+37
* add EC type hinting (#5729)Paul Kehrer2021-01-312-60/+146
* ed448 type hints (#5730)Paul Kehrer2021-01-312-20/+37
* dsa type hinting (#5726)Paul Kehrer2021-01-313-127/+139
* reorg some types to prevent an import cycle (#5727)Paul Kehrer2021-01-312-1/+57
* DH types (#5725)Paul Kehrer2021-01-312-93/+118
* remove DSAParametersWithNumbers (#5724)Paul Kehrer2021-01-312-3/+4
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-316-44/+30
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-319-27/+29
* add serialization type hinting (#5718)Paul Kehrer2021-01-305-35/+134
* type hinting for symmetric ciphers (#5719)Paul Kehrer2021-01-305-117/+153
* add type hints for twofactor (#5717)Paul Kehrer2021-01-303-15/+39
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-302-39/+43
* add typing to padding and constant time modules (#5714)Paul Kehrer2021-01-302-34/+51
* add typing to keywrap (#5715)Paul Kehrer2021-01-301-6/+19
* type hinting for hashes, hmac, and cmac (#5713)Paul Kehrer2021-01-306-57/+56