cryptography/tests/wycheproof
Paul Kehrer 1d865a8b78 Backport three fixes from master to 2.3.x (#4396)
* make a certificate expire a few years in the future, fixes doctests (#4383)

* make a certificate expire a few years in the future, fixes doctests

👋 to future alex when this test breaks in two years

* short lived certs are a good idea

* Fixes #4388 -- when running the aws-encryption-sdk tests only point pytest at one directory (#4391)

* Fixes #4388 -- when running the aws-encryption-sdk tests only point pytest at one directory

* Drop -l, there's no purpose for how we use these

* Updated wycheproof tests for new upstream vectors (#4378)

* updated tests for upstream wycheproof changes

* Updated AES tests

* oops, flake8
2018-08-14 12:45:29 -04:00
..
__init__.py Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) 2018-07-16 20:48:33 +05:30
test_aes.py Backport three fixes from master to 2.3.x (#4396) 2018-08-14 12:45:29 -04:00
test_chacha20poly1305.py add chacha20poly1305 wycheproof tests (#4345) 2018-07-17 10:40:02 -04:00
test_cmac.py add wycheproof tests for AES CMAC (#4344) 2018-07-17 10:39:06 -04:00
test_dsa.py add DSA wycheproof tests (#4346) 2018-07-17 07:33:05 -04:00
test_ecdh.py Backport three fixes from master to 2.3.x (#4396) 2018-08-14 12:45:29 -04:00
test_ecdsa.py Refs #3331 -- integrated wycheproof ECDSA tests (#4341) 2018-07-17 21:20:13 +08:00
test_keywrap.py Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) 2018-07-16 20:48:33 +05:30
test_rsa.py Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) 2018-07-16 20:48:33 +05:30
test_utils.py Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) 2018-07-16 20:48:33 +05:30
test_x25519.py Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) 2018-07-16 20:48:33 +05:30