summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* fix XTS less than one block length. fixes #5885 (#5925)Paul Kehrer2021-03-211-0/+8
* more typing (#5887)Paul Kehrer2021-03-0214-23/+74
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-0137-234/+0
* changes to support typing backend (#5882)Paul Kehrer2021-02-281-0/+4
* fix pkcs12 parse ordering. fixes #5872 (#5879)Paul Kehrer2021-02-281-1/+57
* Add SM4 symmetric block cipher (#5834)tobyp2021-02-281-0/+99
* Add SM3 hash algorithm (#5833)tobyp2021-02-282-0/+26
* Fix typo in error messages: can not => cannot (#5851)Robert Martin2021-02-201-1/+1
* Start replacing read_only_property with dedicated functions (#5824)Alex Gaynor2021-02-131-0/+6
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-042-6/+18
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-012-2/+4
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-012-8/+4
* rsa type hinting (#5733)Paul Kehrer2021-02-011-14/+34
* KDF type hinting (#5735)Paul Kehrer2021-02-016-36/+73
* type hints for asym utils (#5734)Paul Kehrer2021-02-011-6/+6
* x25519/x448 type hints (#5731)Paul Kehrer2021-01-312-8/+12
* poly1305 type hints (#5732)Paul Kehrer2021-01-311-6/+6
* add type hinting for ed25519 (#5728)Paul Kehrer2021-01-312-5/+9
* add EC type hinting (#5729)Paul Kehrer2021-01-311-10/+12
* ed448 type hints (#5730)Paul Kehrer2021-01-311-4/+8
* dsa type hinting (#5726)Paul Kehrer2021-01-311-11/+29
* DH types (#5725)Paul Kehrer2021-01-311-6/+6
* enable mypy over tests (#5721)Paul Kehrer2021-01-3120-93/+130
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-312-11/+7
* Remove last large usage of parametrize with vectors (#5652)Alex Gaynor2020-12-172-112/+106
* Convert a few more high cardinality tests to use subtests (#5632)Alex Gaynor2020-12-105-134/+134
* we already do this check in other places (#5624)Paul Kehrer2020-12-091-5/+1
* More test speedups via subtest + removal rather than skipping (#5617)Paul Kehrer2020-12-091-145/+140
* Remove AES GCM < 64-bit IV tests instead of skipping (#5620)Paul Kehrer2020-12-091-4/+4
* subtest-ify keywrap (#5619)Paul Kehrer2020-12-091-80/+82
* use subtests in aead (#5618)Paul Kehrer2020-12-091-92/+88
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-3/+1
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-6/+5
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-0953-55/+0
* Write a bunch of primitives tests as subtests for performance (#5246)Alex Gaynor2020-12-091-32/+40
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-0815-57/+55
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-41/+36
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-082-0/+14
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-071-4/+63
* disallow p less than 512-bit on DH (#5592)Paul Kehrer2020-11-291-26/+58
* Reduce granularity of error msging when deserializing keys (#5588)Paul Kehrer2020-11-261-4/+3
* GCM IV size limits (#5553)Paul Kehrer2020-11-094-2/+44
* padding: Tip-toe around bytes subclasses. (#5548)Benjamin Peterson2020-11-041-0/+24
* Disable blinding for RSA pub keys (#5524)Alex Gaynor2020-10-271-0/+3
* move blinding to __init__ on both RSA public and private (#5506)Paul Kehrer2020-10-251-13/+11
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-251-0/+17
* chunking didn't actually work (#5499)Paul Kehrer2020-10-251-0/+9
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-251-0/+49
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-241-36/+61
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-242-518/+505