summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* more typing (#5887)Paul Kehrer2021-03-0227-84/+180
* keep on typing (#5881)Paul Kehrer2021-02-283-40/+33
* Add SM4 symmetric block cipher (#5834)tobyp2021-02-281-0/+13
* Add SM3 hash algorithm (#5833)tobyp2021-02-281-0/+6
* Annotate asymetric contexts (#5874)Alex Gaynor2021-02-271-4/+4
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-211-5/+8
* 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-154-16/+51
* Start replacing read_only_property with dedicated functions (#5824)Alex Gaynor2021-02-135-35/+38
* 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
* 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-014-24/+38
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-015-13/+13
* rsa type hinting (#5733)Paul Kehrer2021-02-012-34/+88
* 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-312-14/+34
* poly1305 type hints (#5732)Paul Kehrer2021-01-311-6/+6
* add type hinting for ed25519 (#5728)Paul Kehrer2021-01-311-8/+18
* add EC type hinting (#5729)Paul Kehrer2021-01-311-28/+72
* ed448 type hints (#5730)Paul Kehrer2021-01-311-8/+18
* dsa type hinting (#5726)Paul Kehrer2021-01-312-100/+85
* reorg some types to prevent an import cycle (#5727)Paul Kehrer2021-01-312-1/+57
* DH types (#5725)Paul Kehrer2021-01-311-70/+85
* remove DSAParametersWithNumbers (#5724)Paul Kehrer2021-01-311-2/+3
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-314-42/+27
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-315-16/+18
* add serialization type hinting (#5718)Paul Kehrer2021-01-304-35/+105
* type hinting for symmetric ciphers (#5719)Paul Kehrer2021-01-305-117/+153
* add type hints for twofactor (#5717)Paul Kehrer2021-01-303-15/+39
* 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-303-39/+38
* Apply type annotations to the core x509 types (#5711)Alex Gaynor2021-01-301-24/+12
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-1/+7
* Complete removal of py2 (#5533)Alex Gaynor2020-12-0921-169/+79
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-092-3/+3
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-0940-43/+0
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-083-19/+4
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-071-0/+6
* disallow p less than 512-bit on DH (#5592)Paul Kehrer2020-11-291-0/+8
* GCM IV size limits (#5553)Paul Kehrer2020-11-092-7/+9
* padding: Tip-toe around bytes subclasses. (#5548)Benjamin Peterson2020-11-041-2/+8
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-251-0/+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-242-8/+12
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-242-109/+102