aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-172-0/+33
* support bytes-like for X25519PrivateKey.from_private_bytes (#4698)Paul Kehrer2019-01-171-0/+9
* x448 and x25519 should enforce key lengths in backend (#4703)Paul Kehrer2019-01-172-1/+21
* support byteslike in hmac update (#4705)Paul Kehrer2019-01-171-1/+1
* support byteslike in hash updates (#4702)Paul Kehrer2019-01-161-0/+12
* support bytes-like keys in CMAC and HMAC contexts (#4701)Paul Kehrer2019-01-162-0/+23
* add support for byteslike password/data to load_{pem,der}_private_key (#4693)Paul Kehrer2019-01-161-0/+49
* turn off hypothesis deadlines, enforced by default in 4.0 (#4696)Paul Kehrer2019-01-162-2/+2
* support byteslike in aead for key and nonce (#4695)Paul Kehrer2019-01-151-0/+45
* support byteslike in X448PrivateKey.from_private_bytes (#4694)Paul Kehrer2019-01-151-0/+12
* add support for byteslike on password and data for pkcs12 loading (#4690)Paul Kehrer2019-01-151-0/+13
* Serialization x25519 (#4688)Paul Kehrer2019-01-143-9/+179
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-136-8/+281
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-18/+32
* HTTPS a bunch of links in random places (#4666)Alex Gaynor2018-12-312-5/+5
* Support compressed points in the wycheproof tests (#4648)Alex Gaynor2018-12-181-15/+5
* handle empty byte string in from_encoded_point (#4649)Paul Kehrer2018-12-171-0/+6
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-4/+4
* deprecate old from_encoded_point (#4640)Paul Kehrer2018-12-111-12/+16
* Compressed point support (#4629)Paul Kehrer2018-12-111-1/+75
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-092-0/+54
* Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)Tux2018-12-081-0/+14
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-082-67/+46
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-4/+22
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-022-0/+182
* allow multi-valued RDNs (#4616)Paul Kehrer2018-11-301-0/+17
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-0/+288
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-282-0/+128
* X448 support (#4580)Paul Kehrer2018-11-221-0/+127
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+68
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-121-0/+7
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+34
* disable healthchecks on the rest of the hypothesis tests (#4579)Paul Kehrer2018-11-121-1/+3
* parametrize a bunch of tests (#4365)Paul Kehrer2018-11-041-281/+58
* suppress healthcheck too slow error (#4548)Paul Kehrer2018-10-301-6/+2
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-291-0/+154
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-291-0/+18
* OCSP response builder (#4485)Paul Kehrer2018-10-281-0/+382
* don't limit hypothesis's time to generate valid test permutations (#4525)Paul Kehrer2018-10-251-1/+6
* next_update is not a required field on OCSP responses (#4513)Paul Kehrer2018-10-231-0/+8
* OCSP response serialization (#4482)Paul Kehrer2018-10-061-0/+19
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-062-0/+53
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-0/+15
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-0/+137
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-092-0/+44
* update pytest config (#4463)Paul Kehrer2018-09-063-11/+12
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-041-0/+29
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+29
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-69/+25
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-311-3/+56