aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed test name (#4433)Alex Gaynor2018-08-301-1/+1
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+64
* 1.1.0 locks (#4420)Paul Kehrer2018-08-291-3/+6
* remove freebsd11 builder (#4401)Paul Kehrer2018-08-151-2/+0
* OCSP request parsing (#4393)Paul Kehrer2018-08-151-0/+115
* sigh, missed one TLSv1 (#4392)Alex Gaynor2018-08-121-1/+2
* Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389)Alex Gaynor2018-08-122-3/+5
* Refs #4375 -- added ECDH EC point wycheproof tests (#4384)Alex Gaynor2018-08-061-0/+41
* Refs #4375 -- added RSA PSS wycheproof tests (#4381)Alex Gaynor2018-08-031-1/+41
* Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor2018-08-021-1/+39
* Updated wycheproof tests for new upstream vectors (#4378)Alex Gaynor2018-08-012-8/+18
* Use A-label strings in tests (#4374)Tim Burke2018-07-301-2/+2
* Test for expected CryptographyDeprecationWarnings (#4372)Tim Burke2018-07-283-56/+48
* Update comment (#4371)Alex Gaynor2018-07-261-2/+2
* block_size isn't part of our interface and future hashes won't have it (#4366)Paul Kehrer2018-07-232-12/+3
* Refs #3331 -- integrated wycheproof ECDH tests (#4354)Alex Gaynor2018-07-182-0/+87
* improve skip msg when skipping an ECDH test in test_ec (#4355)Paul Kehrer2018-07-181-2/+2
* add wycheproof gcm tests (#4349)Paul Kehrer2018-07-171-0/+54
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-171-0/+6
* raise ValueError on zero length GCM IV (#4348)Paul Kehrer2018-07-171-0/+4
* add chacha20poly1305 wycheproof tests (#4345)Paul Kehrer2018-07-171-0/+47
* add wycheproof tests for AES CMAC (#4344)Paul Kehrer2018-07-171-0/+36
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-171-0/+16
* Refs #3331 -- integrated wycheproof ECDSA tests (#4341)Alex Gaynor2018-07-171-0/+76
* add aes cbc pkcs5 wycheproof tests (#4347)Paul Kehrer2018-07-171-0/+42
* add DSA wycheproof tests (#4346)Paul Kehrer2018-07-171-0/+49
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-161-0/+12
* Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...Alex Gaynor2018-07-167-1/+268
* Change the exception we raise in keywrap unwrapping on invalid length (#4337)Alex Gaynor2018-07-161-3/+5
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-141-0/+38
* raise valueerror for null x25519 derived keys (#4332)Paul Kehrer2018-07-121-0/+17
* we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer2018-07-101-0/+35
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-101-0/+8
* fix encoding BMPString in x509 name entries (#4321)Paul Kehrer2018-07-091-0/+18
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-6/+9
* reduce number of deprecated signer/verifier calls in test_rsa (#4314)Paul Kehrer2018-07-061-113/+95
* Fixes #4242 -- added an additional assert to make this test more resillient (...Alex Gaynor2018-07-041-0/+2
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-201-0/+3
* Add clearer message when key type is not bytes (#4289)Vladyslav Moisieienkov2018-06-202-0/+36
* Correctly pass bytes; refs #4289 (#4290)Alex Gaynor2018-06-191-1/+1