Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove executable bit from vector files | Paul Kehrer | 2014-06-15 | 14 | -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. | ||||
* | 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 |
| | |||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 63 | -0/+62568 |
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. |