summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* Remove unused attributes (#6631)Alex Gaynor2021-11-211-2/+0
* OCB3 support (#6607)Paul Kehrer2021-11-141-0/+69
* Run tests/wycheproof/ on BoringSSL (#6583)Alex Gaynor2021-11-121-0/+6
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-0/+11
* deprecate backend part 14 of...probably 15? (#6534)Paul Kehrer2021-11-034-68/+32
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-031-14/+7
* deprecate backend part 9 of n (#6528)Paul Kehrer2021-11-033-59/+68
* deprecate backend part 10 of n (#6529)Paul Kehrer2021-11-034-64/+65
* deprecate backend part 8 of n (#6527)Paul Kehrer2021-11-031-21/+15
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-036-121/+43
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-25/+6
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-061-3/+135
* raise a ValueError if the AEAD tag is too long (#6246)Paul Kehrer2021-09-043-14/+22
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-031-30/+144
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-292-2/+6
* Use well-defined enum representation (#6042)Christian Heimes2021-05-123-10/+10
* make PRIVATE/PUBLIC_KEY_TYPES a public API (#6001)Mathias Ertl2021-04-242-8/+37
* Convert encode/decode of DSS signatures to Rust (#5965)Alex Gaynor2021-04-141-22/+3
* 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