Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add utf8 certificate | Paul Kehrer | 2015-01-17 | 1 | -0/+18 |
| | |||||
* | add two custom certificates for x509 name parsing tests | Paul Kehrer | 2015-01-17 | 2 | -0/+62 |
| | |||||
* | add DER asymmetric keys | Paul Kehrer | 2015-01-04 | 15 | -0/+0 |
| | |||||
* | Fixed #1598 -- "it's 2015 somewhere" | Alex Gaynor | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | who can remember where all these files belong? nobody. | Paul Kehrer | 2014-12-23 | 1 | -0/+2 |
| | |||||
* | open master for eighth release development | Paul Kehrer | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | 0.7 changelog and version bump | Paul Kehrer | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1498 from reaperhulk/x509-more-vectors | Alex Stapleton | 2014-12-13 | 6 | -0/+118 |
|\ | | | | | add several new x509 test vectors | ||||
| * | rename DSA test vector certificate to be more clear | Paul Kehrer | 2014-12-12 | 1 | -0/+0 |
| | | |||||
| * | add ECDSA certificate that does not have a named curve OID | Paul Kehrer | 2014-12-12 | 1 | -0/+16 |
| | | |||||
| * | add several new x509 test vectors | Paul Kehrer | 2014-11-26 | 5 | -0/+102 |
| | | |||||
* | | alter vector file loader to support passing read mode | Paul Kehrer | 2014-11-27 | 1 | -2/+2 |
|/ | |||||
* | add NIST PKITS X.509 vectors | Paul Kehrer | 2014-11-24 | 1558 | -0/+27956 |
| | | | | | http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html http://csrc.nist.gov/groups/ST/crypto_apps_infra/documents/PKITS_data.zip | ||||
* | Upgrade the encryption algorithm on another thing. This uses the same PBES2 ↵ | Alex Gaynor | 2014-11-18 | 1 | -38/+16 |
| | | | | | | parameters as the previous one. If someone has a choice for a 2nd algorithm, I'm happy to do that. See previous PR for ideas about how to review | ||||
* | Re-encrypts one of our vectors from a truly atrocious algorithm (single DES, ↵ | Alex Gaynor | 2014-11-17 | 1 | -4/+5 |
| | | | | | | MD5) to a PBES#2 based one (PBKDF2HMAC + AES) Refs #1390 | ||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 3 | -36/+10 |
| | | | | Fixes #1209 | ||||
* | fix | Alex Gaynor | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Update the license in setup.py | Alex Gaynor | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Added new license files. Refs #1209 | Alex Gaynor | 2014-10-31 | 3 | -202/+232 |
| | |||||
* | Remove the EC PARAMETERS section from the PEM | Alex Gaynor | 2014-10-08 | 1 | -3/+0 |
| | |||||
* | Add license to cryptography_vectors tarball; solves #1377 | maxking | 2014-10-02 | 2 | -0/+203 |
| | |||||
* | open master for seventh release development | Paul Kehrer | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | Bump version and set changelog date for 0.6 release | Paul Kehrer | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | Added missing newline, corrected changes | michael-hart | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Part 1 of rebase, with corrections for pep8 | michael-hart | 2014-09-26 | 1 | -2/+2 |
| | |||||
* | Added missing vector file | michael-hart | 2014-09-26 | 1 | -0/+4 |
| | |||||
* | Test Vector changes | michael-hart | 2014-09-23 | 11 | -1/+123 |
| | | | | | | | Changed names of existing vectors to be more instructive about what the key contains, and adapted tests to compensate, which pass. Added public keys for all encryption types and two new private keys for PEM serialization, documented in the README.txt in the same folder | ||||
* | Added PKCS8 encoded private keys to tests | Michael Hart | 2014-09-12 | 2 | -0/+11 |
| | | | | | | | Generated two files with the same private key as PEM_Serialization's ec_private_key.pem, one unencrypted and one encrypted with "123456". Also changed existing PEMSerialization unit tests to take parameters so that tests can be extended easily. | ||||
* | Changed EC curve type and add test markers | Michael | 2014-09-12 | 3 | -9/+9 |
| | | | | | | Changed the Elliptic Curve curve type from secp256k1 to secp256r1, as this is supported, in an attempt to pass tests on CentOS 7; also added markers and methods to skip test functions for systems that do not support ECC. | ||||
* | Implemented support for loading EC private keys | unknown | 2014-09-11 | 3 | -0/+23 |
| | | | | | | Loads Elliptic Curve private keys from .PEM files, whether encrypted or unencrypted, given that the encryption method is supported. Also included changes to the test files and documentation for said method. | ||||
* | 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 |
| |