aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors
Commit message (Collapse)AuthorAgeFilesLines
...
* Moves CSR test vectors to requests folder.Andre Caron2015-05-163-0/+0
|
* Fixes critical flag in CSR test vector.Andre Caron2015-05-161-48/+48
|
* Adds test vectors for X.509 CSR decoding.Andre Caron2015-05-153-0/+194
|
* Merge pull request #1951 from mithrandi/no-executable-vectorsPaul Kehrer2015-05-1329-0/+0
|\ | | | | Remove unnecessary executable bit.
| * Remove unnecessary executable bit.Tristan Seligmann2015-05-1429-0/+0
| |
* | open master for tenth releasePaul Kehrer2015-05-131-1/+1
|/
* 0.9 timePaul Kehrer2015-05-131-1/+1
|
* more CDP vectors!Paul Kehrer2015-05-122-0/+28
|
* add another certificate policies test vectorPaul Kehrer2015-05-121-0/+18
|
* add certificate policies vectorsPaul Kehrer2015-05-113-0/+56
|
* add CRL distribution points vectorsPaul Kehrer2015-05-102-0/+30
|
* Merge pull request #1897 from reaperhulk/add-secp256k1-generated-vectorsAlex Gaynor2015-05-081-0/+7890
|\ | | | | vectors generated by the custom vector generator in #1867
| * vectors generated by the custom vector generator in #1867Paul Kehrer2015-05-031-0/+7890
| |
* | Add NIST vectors for ECDH plus ConcatKDFSimo Sorce2015-05-062-0/+10930
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | Merge pull request #1876 from simo5/ECDHPaul Kehrer2015-05-062-2/+2
|\ \ | | | | | | Add loader for ECDH test vectors
| * | Add loader for ECDH test vectorsSimo Sorce2015-05-012-2/+2
| | | | | | | | | | | | | | | | | | | | | Also fix test vector files, they had a truncated line for the EE set in both init and resp files. Signed-off-by: Simo Sorce <simo@redhat.com>
* | | add some authority information access x509 vectorsPaul Kehrer2015-05-043-0/+59
| |/ |/|
* | add another authority key identifier vectorPaul Kehrer2015-05-031-0/+19
| |
* | add AKI vectorPaul Kehrer2015-05-031-0/+19
| |
* | Merge pull request #1885 from reaperhulk/iap-vectorsAlex Gaynor2015-05-022-0/+36
|\ \ | | | | | | add inhibit any policy test vectors
| * | add inhibit any policy test vectorsPaul Kehrer2015-05-012-0/+36
| |/
* / add an extended key usage x509 vectorPaul Kehrer2015-05-011-0/+20
|/
* Merge pull request #1878 from reaperhulk/add-san-vector-ip-dirAlex Gaynor2015-04-292-0/+36
|\ | | | | add test vectors for directory name and ip address SAN names
| * add test vectors for directory name and ip address SAN namesPaul Kehrer2015-04-292-0/+36
| |
* | add a SAN vector that's a single IDNA rfc822namePaul Kehrer2015-04-291-0/+18
|/
* Merge pull request #1836 from public/rfc5114-dhPaul Kehrer2015-04-221-0/+44
|\ | | | | DH examples from https://tools.ietf.org/rfc/rfc5114.txt
| * DH examples from https://tools.ietf.org/rfc/rfc5114.txtAlex Stapleton2015-04-211-0/+44
| | | | | | | | | | | | A.{4,5,6,7,8} are omitted as they are ECDH examples. These are converted to the NIST KASVS format for easier loading.
* | IDNA and edge case SAN test vectorsPaul Kehrer2015-04-203-0/+57
|/
* add key usage vector with all 9 purposes set to truePaul Kehrer2015-04-021-0/+18
|
* add SAN CSR vectorsPaul Kehrer2015-03-302-0/+18
|
* add DER CSR vectorsPaul Kehrer2015-03-305-0/+0
|
* add X509 SAN extension vectorsPaul Kehrer2015-03-283-0/+56
|
* add unsupported extension marked criticalPaul Kehrer2015-03-271-0/+18
|
* add unsupported extension x509 test vectorPaul Kehrer2015-03-271-0/+18
|
* add new basic constraints vector with path length zeroPaul Kehrer2015-03-251-0/+17
|
* Merge pull request #1759 from reaperhulk/aes-keywrap-vectorsAlex Gaynor2015-03-2129-0/+70475
|\ | | | | add keywrap test vectors from NIST
| * add keywrap test vectors from NISTPaul Kehrer2015-03-1529-0/+70475
| | | | | | | | From http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip
* | add 3 new certificate vectors for upcoming basic constraints testsPaul Kehrer2015-03-203-0/+70
|/
* reopen tree for 0.9 development workPaul Kehrer2015-03-091-1/+1
|
* update changelog and bump version to 0.8Paul Kehrer2015-03-081-1/+1
|
* DER conversion of PKCS1 rsa.pub.pemPaul Kehrer2015-03-021-0/+0
|
* add RSA/DSA PKCS1 public keysPaul Kehrer2015-03-022-0/+12
| | | | | | unenc-rsa-pkcs8.pub.pem is PEM PKCS1 formatted public key converted from the subjectPublicKeyInfo version dsa.pub.pem is the DSA key from the ruby OpenSSL tests
* add X509 request custom vectorsPaul Kehrer2015-02-245-0/+73
|
* add legacy Verisign PCA (MD2) root to vectorsPaul Kehrer2015-02-141-0/+14
|
* add utf8 certificatePaul Kehrer2015-01-171-0/+18
|
* add two custom certificates for x509 name parsing testsPaul Kehrer2015-01-172-0/+62
|
* add DER asymmetric keysPaul Kehrer2015-01-0415-0/+0
|
* Fixed #1598 -- "it's 2015 somewhere"Alex Gaynor2014-12-311-1/+1
|
* open master for eighth release developmentPaul Kehrer2014-12-171-1/+1
|
* 0.7 changelog and version bumpPaul Kehrer2014-12-171-1/+1
|