summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* Use subtests in a few more RSA tests (#6666)Alex Gaynor2021-11-281-88/+80
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-22/+0
* Simplify the code in the AEAD test (#6638)Alex Gaynor2021-11-211-10/+10
* type some more things in the tests (#6614)Paul Kehrer2021-11-175-13/+26
* OCB3 support (#6607)Paul Kehrer2021-11-141-0/+132
* skip pkcs7 tests on boring (#6591)Paul Kehrer2021-11-121-19/+27
* Run tests/primitives/test_{dh,serialization}.py on BoringSSL (#6589)Alex Gaynor2021-11-122-0/+20
* Run tests/primitives/ (minus a few files) on BoringSSL (#6584)Alex Gaynor2021-11-111-1/+1
* deprecate backend part 14 of...probably 15? (#6534)Paul Kehrer2021-11-033-26/+0
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-031-11/+0
* deprecate backend part 8 of n (#6527)Paul Kehrer2021-11-031-9/+0
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-036-119/+14
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-30/+0
* handle case where private_value is the point at infinity (#6515)Paul Kehrer2021-11-021-0/+9
* Take backend as a parameter so skips work (#6504)Alex Gaynor2021-11-011-1/+1
* Check for CCM support in their tests (#6497)Alex Gaynor2021-10-311-0/+4
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-0/+9
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-061-2/+321
* Ensure there's nothing on the error stack after tests (#5997)Alex Gaynor2021-09-261-0/+4
* raise a ValueError if the AEAD tag is too long (#6246)Paul Kehrer2021-09-043-2/+18
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-032-22/+441
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-293-4/+3
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-294-4/+36
* Speed up RSA tests in 3.0.0 (#6206)Paul Kehrer2021-08-111-3/+7
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-1/+5
* Added handling for OpenSSL "xts duplicated keys" error. (#6085)Angus Gratton2021-06-091-0/+13
* update RSA tests with larger key sizes, better hash funcs (#6010)Paul Kehrer2021-04-252-133/+84
* correct type mistake in DSA skip logic (#6009)Paul Kehrer2021-04-241-8/+17
* update the tests to use sha2 in more places (#6008)Paul Kehrer2021-04-241-4/+4
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-1/+23
* Convert encode/decode of DSS signatures to Rust (#5965)Alex Gaynor2021-04-141-5/+7
* switch to using EVP_PKEY_derive instead of DH_compute_key in DH (#5972)Paul Kehrer2021-04-141-9/+10
* 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