summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Interface: Make annotation check optional (#5775) (#5780)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
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-0822-1054/+976
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-083-321/+149
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-083-7/+25
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-071-4/+63
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-301-0/+27
* 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
* in OpenSSL 1.1.0+ error strings are automatically loaded (#5587)Paul Kehrer2020-11-261-5/+0
* Simplify wycheproof pytest code (#5579)Alex Gaynor2020-11-203-20/+2
* Always rely on OpenSSL's builtin locking callbacks (#5561)Alex Gaynor2020-11-111-12/+0
* GCM IV size limits (#5553)Paul Kehrer2020-11-095-8/+55
* 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
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-255-39/+6
* 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