summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-10-06OCSP response serialization (#4482)Paul Kehrer
2018-10-06support extensions in the OCSP request builder (#4481)Paul Kehrer
2018-10-06add OCSP basic response extension parsing (#4479)Paul Kehrer
2018-10-01support OCSP response parsing (#4452)Paul Kehrer
2018-09-09OCSP request extension parsing (#4464)Paul Kehrer
2018-09-06update pytest config (#4463)Paul Kehrer
2018-09-04don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer
2018-08-31Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor
2018-08-31refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer
2018-08-31Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor
2018-08-30fixed test name (#4433)Alex Gaynor
2018-08-30make an ocsp request (#4402)Paul Kehrer
2018-08-291.1.0 locks (#4420)Paul Kehrer
2018-08-15remove freebsd11 builder (#4401)Paul Kehrer
2018-08-15OCSP request parsing (#4393)Paul Kehrer
2018-08-12sigh, missed one TLSv1 (#4392)Alex Gaynor
2018-08-12Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389)Alex Gaynor
2018-08-06Refs #4375 -- added ECDH EC point wycheproof tests (#4384)Alex Gaynor
2018-08-03Refs #4375 -- added RSA PSS wycheproof tests (#4381)Alex Gaynor
2018-08-02Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor
2018-08-01Updated wycheproof tests for new upstream vectors (#4378)Alex Gaynor
2018-07-30Use A-label strings in tests (#4374)Tim Burke
2018-07-28Test for expected CryptographyDeprecationWarnings (#4372)Tim Burke
2018-07-26Update comment (#4371)Alex Gaynor
2018-07-23block_size isn't part of our interface and future hashes won't have it (#4366)Paul Kehrer
2018-07-18Refs #3331 -- integrated wycheproof ECDH tests (#4354)Alex Gaynor
2018-07-18improve skip msg when skipping an ECDH test in test_ec (#4355)Paul Kehrer
2018-07-17add wycheproof gcm tests (#4349)Paul Kehrer
2018-07-17also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer
2018-07-17raise ValueError on zero length GCM IV (#4348)Paul Kehrer
2018-07-17add chacha20poly1305 wycheproof tests (#4345)Paul Kehrer
2018-07-17add wycheproof tests for AES CMAC (#4344)Paul Kehrer
2018-07-17disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer
2018-07-17Refs #3331 -- integrated wycheproof ECDSA tests (#4341)Alex Gaynor
2018-07-17add aes cbc pkcs5 wycheproof tests (#4347)Paul Kehrer
2018-07-17add DSA wycheproof tests (#4346)Paul Kehrer
2018-07-16add crl.get_revoked_certificate method (#4331)Paul Kehrer
2018-07-16Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...Alex Gaynor
2018-07-16Change the exception we raise in keywrap unwrapping on invalid length (#4337)Alex Gaynor
2018-07-14document one shot AEAD length restrictions (#4322)Paul Kehrer
2018-07-12raise valueerror for null x25519 derived keys (#4332)Paul Kehrer
2018-07-10we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer
2018-07-10fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer
2018-07-09fix encoding BMPString in x509 name entries (#4321)Paul Kehrer
2018-07-09Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp
2018-07-06reduce number of deprecated signer/verifier calls in test_rsa (#4314)Paul Kehrer
2018-07-04Fixes #4242 -- added an additional assert to make this test more resillient (...Alex Gaynor
2018-06-20Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor
2018-06-20Add clearer message when key type is not bytes (#4289)Vladyslav Moisieienkov
2018-06-19Correctly pass bytes; refs #4289 (#4290)Alex Gaynor