aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct pass bytes; refs #4289 (#4291)Alex Gaynor2018-06-191-1/+1
* simplify and parametrize DSA tests (#4267)Paul Kehrer2018-05-301-431/+239
* parametrize a few things in test_ec (#4268)Paul Kehrer2018-05-301-30/+13
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-142-25/+25
* Validate the public/private halves of EC keys on import. (#4241)David Benjamin2018-05-141-3/+3
* Add support for extracting timestamp from a Fernet token (#4229)Paul Kehrer2018-05-121-0/+9
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-0/+12
* fix bug with n % 8 length wrapping on AESKWP (#4160)Paul Kehrer2018-03-201-0/+24
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-4/+0
* implement AES KW with padding (RFC 5649) (#3880)Paul Kehrer2018-03-181-0/+65
* Allow DSA q=224 (#4147)Paul Kehrer2018-03-182-91/+18
* Brainpool curves (#4129)Paul Kehrer2018-03-151-1/+28
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+4
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-041-0/+8
* Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)Alex Gaynor2018-01-101-0/+2
* The HKDF limit is actually 255 * digest_length_in_bytes (#4037)Paul Kehrer2018-01-061-2/+20
* Expose `BN_clear_free` in the OpenSSL backend (#4071)Tux2018-01-051-1/+1
* Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)Alex Gaynor2017-12-181-3/+3
* Fixed 120 warnings from the RSA tests (#4052)Alex Gaynor2017-12-111-9/+6
* Fixed DSA tests to not emit 200 warnings (#4050)Alex Gaynor2017-12-101-8/+2
* update the ec tests to not emit 3000 warnings (#4048)Alex Gaynor2017-12-101-11/+12
* In RSA test vectors, use verify() to avoid warnings (#4047)Alex Gaynor2017-12-101-8/+14
* Fixed deprecation warnings in x509 tests (#4040)Alex Gaynor2017-12-041-26/+18
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-16/+135
* Use a different warning class so users get warnings (#4014)Alex Gaynor2017-11-115-23/+26
* Fix a few new flake8 issues (#4008)Alex Gaynor2017-11-022-2/+0
* Add Multifernet.rotate method (#3979)Chris Wolfe2017-10-191-0/+53
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-125-8/+12
* Debian sid is python3.6 now (#3968)Alex Gaynor2017-10-121-0/+3
* expunge python 2.6 (#3962)Paul Kehrer2017-10-111-4/+0
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-102-167/+166
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-102-38/+47
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-103-142/+162
* Add support for AES XTS (#3900)Paul Kehrer2017-10-012-1/+59
* add ChaCha20 support (#3919)Paul Kehrer2017-09-281-0/+60