aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
Commit message (Collapse)AuthorAgeFilesLines
...
* open master for development on the sixth releasePaul Kehrer2014-07-071-1/+1
|
* 0.5.1 version bumpPaul Kehrer2014-07-071-1/+1
|
* update to version 0.5Paul Kehrer2014-07-071-1/+1
|
* remove executable bit from vector filesPaul Kehrer2014-06-15137-0/+0
|
* Add PKCS8 key with bad encryption OIDAlex Stapleton2014-05-271-0/+17
| | | | This is encpkcs8.pem with the base64 OID replaced with Ys
* Add PKCS#8 key with unknown OIDAlex Stapleton2014-05-271-0/+9
| | | | This is unenc-dsa-pkcs8.pem with the base64 OID replaced with X's
* Unencrypted 1024-bit DSA key in PKCS#8Alex Stapleton2014-05-271-0/+9
| | | | Generated by myself.
* update versions and reopen masterPaul Kehrer2014-05-031-1/+1
|
* bump version to 0.4Paul Kehrer2014-05-031-1/+1
|
* Fix pep8 errors for latest import linterAlex Stapleton2014-04-202-3/+3
|
* Fixed wrong vectorsAyrx2014-04-132-5/+5
|
* More vectorsAyrx2014-04-104-1/+110
|
* Added test vectors for AES-CMACAyrx2014-04-101-0/+18
|
* add headers to seed-cfb/seed-ofb filesPaul Kehrer2014-04-082-2/+8
|
* add SEED CFB/OFB bespoke vectors and documentationPaul Kehrer2014-04-082-0/+240
|
* add SEED CBC vectors from rfc 4196Paul Kehrer2014-04-081-0/+15
|
* add SEED ECB vectors from rfc 4269Paul Kehrer2014-04-081-0/+22
|
* Rename vectors now we have a name for this formatAlex Stapleton2014-04-037-0/+0
|
* Ed25519 test vectorsAlex Stapleton2014-04-021-0/+1024
|
* FIPS 186-3 ECDSA CAVP vectorsAlex Stapleton2014-04-026-0/+25558
|
* FIPS 186-2 ECDSA CAVP vectorsAlex Stapleton2014-04-026-0/+6254
|
* update versions for 0.4.dev1 and add boilerplate to changelogPaul Kehrer2014-03-271-1/+1
|
* bump versions and changelog for third releasePaul Kehrer2014-03-271-1/+1
|
* This is universal.Alex Gaynor2014-03-241-0/+2
|
* Fix bug in release task and style fixesAlex Stapleton2014-03-241-0/+1
| | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd.
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-24326-9/+33
| | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task.
* cryptography.vectorsAlex Stapleton2014-03-22326-0/+652794