Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NIST KASVS values for DH and ECDH | Alex Stapleton | 2014-07-16 | 4 | -0/+5624 |
| | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/keymgmt/kastestvectors.zip Only the "Static" scheme is added here since we are only testing the primitive DH and ECDH key agreement operation. | ||||
* | open master for development on the sixth release | Paul Kehrer | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | 0.5.1 version bump | Paul Kehrer | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | update to version 0.5 | Paul Kehrer | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | remove executable bit from vector files | Paul Kehrer | 2014-06-15 | 137 | -0/+0 |
| | |||||
* | Add PKCS8 key with bad encryption OID | Alex Stapleton | 2014-05-27 | 1 | -0/+17 |
| | | | | This is encpkcs8.pem with the base64 OID replaced with Ys | ||||
* | Add PKCS#8 key with unknown OID | Alex Stapleton | 2014-05-27 | 1 | -0/+9 |
| | | | | This is unenc-dsa-pkcs8.pem with the base64 OID replaced with X's | ||||
* | Unencrypted 1024-bit DSA key in PKCS#8 | Alex Stapleton | 2014-05-27 | 1 | -0/+9 |
| | | | | Generated by myself. | ||||
* | update versions and reopen master | Paul Kehrer | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | bump version to 0.4 | Paul Kehrer | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Fix pep8 errors for latest import linter | Alex Stapleton | 2014-04-20 | 2 | -3/+3 |
| | |||||
* | Fixed wrong vectors | Ayrx | 2014-04-13 | 2 | -5/+5 |
| | |||||
* | More vectors | Ayrx | 2014-04-10 | 4 | -1/+110 |
| | |||||
* | Added test vectors for AES-CMAC | Ayrx | 2014-04-10 | 1 | -0/+18 |
| | |||||
* | add headers to seed-cfb/seed-ofb files | Paul Kehrer | 2014-04-08 | 2 | -2/+8 |
| | |||||
* | add SEED CFB/OFB bespoke vectors and documentation | Paul Kehrer | 2014-04-08 | 2 | -0/+240 |
| | |||||
* | add SEED CBC vectors from rfc 4196 | Paul Kehrer | 2014-04-08 | 1 | -0/+15 |
| | |||||
* | add SEED ECB vectors from rfc 4269 | Paul Kehrer | 2014-04-08 | 1 | -0/+22 |
| | |||||
* | Rename vectors now we have a name for this format | Alex Stapleton | 2014-04-03 | 7 | -0/+0 |
| | |||||
* | Ed25519 test vectors | Alex Stapleton | 2014-04-02 | 1 | -0/+1024 |
| | |||||
* | FIPS 186-3 ECDSA CAVP vectors | Alex Stapleton | 2014-04-02 | 6 | -0/+25558 |
| | |||||
* | FIPS 186-2 ECDSA CAVP vectors | Alex Stapleton | 2014-04-02 | 6 | -0/+6254 |
| | |||||
* | update versions for 0.4.dev1 and add boilerplate to changelog | Paul Kehrer | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | bump versions and changelog for third release | Paul Kehrer | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | This is universal. | Alex Gaynor | 2014-03-24 | 1 | -0/+2 |
| | |||||
* | Fix bug in release task and style fixes | Alex Stapleton | 2014-03-24 | 1 | -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_vectors | Alex Stapleton | 2014-03-24 | 326 | -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.vectors | Alex Stapleton | 2014-03-22 | 326 | -0/+652794 |