aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors
Commit message (Collapse)AuthorAgeFilesLines
* Add vectors for unkeyed blake2s and blake2b. (#2867)Terry Chia2016-04-092-0/+54
| | | | | | | | | | * Add vectors for unkeyed blake2s and blake2b. * Add short note describing source of vectors. * Add link to OpenSSL repository. * Amend docs.
* Remove executable flag on nist-800-108-KBKDF-CTR.txt.Tristan Seligmann2016-04-061-0/+0
|
* Open master back up for 1.4Alex Gaynor2016-03-181-1/+1
|
* bump version and update changelogPaul Kehrer2016-03-171-1/+1
|
* Merge pull request #2773 from jared-mess/test-vectors-NIST-800-108-counter-modePaul Kehrer2016-03-151-0/+56007
|\ | | | | NIST SP 800-108 Counter Mode KDF test vectors.
| * Moving all KBKDF Counter Mode test vectors to a single file.Jared Messenger2016-03-145-1552/+56007
| |
| * NIST SP 800-108 Counter Mode KDF test vectors.Jared Messenger2016-03-074-0/+1552
| | | | | | | | NIST CAVP test vectors for Counter Mode KDF using HMAC-SHA1, HMAC-SHA224, HMAC-SHA256 and HMAC-SHA512 as the PRF.
* | add e-trust russian x509 test vectorPaul Kehrer2016-03-111-0/+0
|/
* Merge pull request #2670 from joernheissler/x509_req_verifyPaul Kehrer2016-03-061-0/+10
|\ | | | | Add verify method on CertificateSigningRequest
| * Add verify method on CertificateSigningRequestJoern Heissler2016-01-131-0/+10
| |
* | add another policy constraints test vectorPaul Kehrer2016-02-271-0/+17
| |
* | Added the department of state root, which has a policyConstraints extensionAlex Gaynor2016-02-261-0/+40
|/
* bump values for development of the thirteenth releasePaul Kehrer2016-01-081-1/+1
|
* bump version and changelog for the twelfth releasePaul Kehrer2016-01-071-1/+1
|
* Bump the copyright yearAlex Gaynor2016-01-011-1/+1
|
* new unsupported extension x509 test vectorPaul Kehrer2015-12-301-0/+14
| | | | see #2288
* add new CRL test vectorPaul Kehrer2015-12-221-0/+14
|
* support CRLs with no revoked certificatesPaul Kehrer2015-12-201-0/+12
|
* Add support for 160 bit ARC4 keysEhren Kret2015-11-281-0/+216
|
* reopen master for development on the twelfth releasePaul Kehrer2015-10-291-1/+1
|
* bump version and update changelog for eleventh release (1.1)Paul Kehrer2015-10-291-1/+1
| | | | Add some missing changelog entries
* add new CRL to test invalid certIssuer entry extensionErik Trauschke2015-10-151-0/+11
|
* Merge pull request #2402 from ddcc/patch-1Paul Kehrer2015-10-112-0/+65
|\ | | | | minor fix to handle malformed certificates without hostname
| * fix to handle malformed certificates without hostnameDominic Chen2015-10-102-0/+65
| |
* | Fixed #2404 -- handle a certificate with an unknown public keyAlex Gaynor2015-10-101-0/+28
|/
* Add NIST Vectors for ANSI X9.63 KDFSimo Sorce2015-09-181-0/+1335
| | | | | | | Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com>
* remove critical flag from cert issuer entry ext to work with OpenSSL < 1.0.0Erik Trauschke2015-09-031-34/+33
|
* reopen master for eleventh releasePaul Kehrer2015-08-121-1/+1
|
* bump versions and release 1.0Paul Kehrer2015-08-121-1/+1
|
* add intermediate CA vector for future AuthorityKeyIdentifier testingPaul Kehrer2015-08-051-0/+25
|
* add test vector from #2183Paul Kehrer2015-08-011-0/+16
|
* add SAN ediPartyName and x400Address test vectorsPaul Kehrer2015-07-042-0/+0
|
* add name constraints vector with /32 and /128 IP networksPaul Kehrer2015-07-011-0/+19
|
* add more basic name constraints vectorPaul Kehrer2015-06-292-0/+36
|
* add new name constraints vector with invalid IP netmaskPaul Kehrer2015-06-281-0/+18
|
* fix permitted/excluded nameconstraints vector to have valid IP netmaskPaul Kehrer2015-06-281-11/+11
|
* add wildcard IDNA SANPaul Kehrer2015-06-261-0/+18
|
* Merge pull request #2059 from reaperhulk/add-wildcard-sanAlex Gaynor2015-06-231-0/+36
|\ | | | | add wildcard SAN x509 test vector
| * add wildcard SAN x509 test vectorPaul Kehrer2015-06-231-0/+36
| |
* | name constraints should not contain a wildcard characterPaul Kehrer2015-06-233-36/+35
|/ | | | | According to RFC 5280 you should just start with a . (e.g. .domain.com instead of *.domain.com)
* Merge pull request #2040 from reaperhulk/policy-constraints-vectorsAlex Gaynor2015-06-183-0/+54
|\ | | | | add x509 policy constraints test vectors
| * add x509 policy constraints test vectorsPaul Kehrer2015-06-173-0/+54
| |
* | Merge pull request #2043 from reaperhulk/nc-vectorsAlex Gaynor2015-06-183-0/+57
|\ \ | | | | | | add name constraints test vectors
| * | add name constraints test vectorsPaul Kehrer2015-06-173-0/+57
| |/
* / add issuer alternative name test vectorPaul Kehrer2015-06-171-0/+19
|/
* add OCSPNoCheck test vectorPaul Kehrer2015-06-071-0/+18
|
* add example CRL PEM files to vectorsErik Trauschke2015-05-294-0/+70
|
* update all 0.10 to 1.0Paul Kehrer2015-05-261-1/+1
|
* add SAN vector with IDNA 2003 encodingPaul Kehrer2015-05-181-0/+17
|
* Adds new CSR test vector.Andre Caron2015-05-161-0/+64
|