aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/vectors/ciphers
Commit message (Collapse)AuthorAgeFilesLines
* cryptography.vectorsAlex Stapleton2014-03-22217-572985/+0
|
* update headers, add verification codePaul Kehrer2014-03-083-5/+6
|
* Merge branch 'master' into idea-bespoke-vectorsPaul Kehrer2014-03-088-106/+5725
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (246 commits) Fixed python3 incompatibility Removed dependency on setuptools for version check don't need to move these definitions conditional NIDs for 0.9.8e x509 changes for 0.9.8e support more changes for 0.9.8e support, this time in the ssl.h headers macro switches in evp for 0.9.8e bind some error constants conditionally for 0.9.8e support BIO macro switch for 0.9.8e support move some nids conditionally bind AES_wrap/unwrap for 0.9.8e support Add GPG key fingerprint for lvh change comparison to be easier to read ridiculous workaround time whoops Missing imports Convert stuff Add binding for DSA_new Fix drop in coverage levels by removing branches Added check to turn of CC backend for OS X version < 10.8 ... Conflicts: docs/development/test-vectors.rst
| * update IDEA ECB vectors to contain 100/1000 iteration resultsPaul Kehrer2014-03-031-0/+900
| |
| * ECB vectors for the IDEA cipher.Paul Kehrer2014-03-031-0/+4504
| | | | | | | | | | Vectors from NESSIE and reformatted for NIST loader. https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors
| * Merge pull request #626 from reaperhulk/cast5-ctr-vectorsAlex Gaynor2014-02-161-0/+22
| |\ | | | | | | CAST5 CTR vectors
| | * add origin header to cast5-ctr test vectorsPaul Kehrer2014-02-161-1/+5
| | |
| | * add CAST5 CTR vectors (built from AES CTR vectors)Paul Kehrer2014-02-161-0/+18
| | |
| * | reformat camellia cfb, ofb, cbc vectors to NIST layoutPaul Kehrer2014-02-163-94/+237
| |/ | | | | | | + remove duplicate tests
| * Reformat AES CTR vectors to use NIST loader & document their source properlyPaul Kehrer2014-02-153-12/+62
| |
* | should be a URIPaul Kehrer2014-02-203-3/+3
| |
* | CBC, CFB, OFB IDEA vectors built from the AES MMT testsPaul Kehrer2014-02-163-0/+371
|/
* update headers for the CAST5 vectorsPaul Kehrer2014-02-123-0/+3
|
* CAST5 CBC, OFB, CFB vectors made from the AES MMT test dataPaul Kehrer2014-02-123-0/+370
|
* add key 2 tests from rfc 6229Paul Kehrer2013-11-017-0/+882
|
* ARC4 vectors from RFC 6229 reformatted for NIST loaderPaul Kehrer2013-11-017-0/+879
|
* CAST5 support + ECB vectorsPaul Kehrer2013-10-311-0/+19
|
* blowfish support + test vectorsPaul Kehrer2013-10-314-0/+329
| | | | | Vectors sourced from https://www.schneier.com/code/vectors.txt but reformatted to comply with our NIST loader
* move AES/3DES vectors into mode dirs and separate SHA vectorsPaul Kehrer2013-10-31188-0/+0
|
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-30197-0/+564512