summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix XTS less than one block length. fixes #5885 (#5925)Paul Kehrer2021-03-211-0/+8
* typehint x509.base (#5899)Mathias Ertl2021-03-151-4/+25
* Typehint x509.base (only) (#5904)Mathias Ertl2021-03-111-4/+11
* Generic extension value/typehint x509.Name (#5897)Mathias Ertl2021-03-061-1/+1
* more typing (#5887)Paul Kehrer2021-03-0217-30/+122
* Delete unused register_interface_if (#5883)Alex Gaynor2021-03-011-23/+0
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-0152-519/+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
* Update comment (#5876)Alex Gaynor2021-02-271-1/+1
* Add key_identifier property to SubjectKeyIdentifier (#5849)Arnaud Durand2021-02-211-0/+1
* Fix typo in error messages: can not => cannot (#5851)Robert Martin2021-02-201-1/+1
* add typehints for read only properties (#5826)Mathias Ertl2021-02-152-0/+7
* Start replacing read_only_property with dedicated functions (#5824)Alex Gaynor2021-02-131-0/+6
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-111-32/+70
* Start typing a bunch of stuff from x509 extensions (#5812)masterAlex Gaynor2021-02-113-20/+65
* Added a unit test to protect against import cycles (#5804)Alex Gaynor2021-02-091-0/+38
* Interface: Make annotation check optional (#5775)Christian Heimes2021-02-081-0/+24
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-044-7/+23
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-013-3/+6
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-013-9/+6
* rsa type hinting (#5733)Paul Kehrer2021-02-013-15/+36
* 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-312-10/+14
* 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-3134-185/+308
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-312-11/+7
* type hinting for symmetric ciphers (#5719)Paul Kehrer2021-01-301-1/+1
* Apply type annotations to fernet (#5708)Alex Gaynor2021-01-291-3/+3
* Remove last large usage of parametrize with vectors (#5652)Alex Gaynor2020-12-172-112/+106
* xdist experiment (#5621)Paul Kehrer2020-12-101-0/+8
* 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
* fixes #5611 -- use subtests for wycheproof tests for speed (#5616)Alex Gaynor2020-12-0915-39/+65
* Complete removal of py2 (#5533)Alex Gaynor2020-12-094-24/+11
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-093-15/+7
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-0989-95/+0
* Write a bunch of primitives tests as subtests for performance (#5246)Alex Gaynor2020-12-091-32/+40