Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reopen master for 2.6 work (#4730) | Paul Kehrer | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | changelog and version bump for 2.5 (#4729) | Paul Kehrer | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | add x25519 pkcs8/subjectpublickeyinfo vectors (#4685) | Paul Kehrer | 2019-01-13 | 6 | -0/+12 |
| | |||||
* | add signature_hash_algorithm to OCSPResponse (#4681) | Paul Kehrer | 2019-01-10 | 1 | -0/+0 |
| | | | | | | * add signature_hash_algorithm to OCSPResponse * fix pointless asserts | ||||
* | Another HTTPS (#4674) | Alex Gaynor | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | add x448 private/public PEM/DER pkcs8/subjectpublickeyinfo vectors (#4667) | Paul Kehrer | 2019-01-01 | 6 | -0/+14 |
| | |||||
* | HTTPS a bunch of links in random places (#4666) | Alex Gaynor | 2018-12-31 | 6 | -7/+7 |
| | | | | | | * HTTPS a bunch of links in random places * What the heck happened here? | ||||
* | document what the vector format is a little better (#4639) | Paul Kehrer | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | add compressed point EC vectors (#4637) | Paul Kehrer | 2018-12-10 | 1 | -0/+25 |
| | |||||
* | add ed448 test vectors (#4608) | Paul Kehrer | 2018-11-24 | 1 | -0/+58 |
| | |||||
* | x448 test vectors (#4576) | Paul Kehrer | 2018-11-12 | 1 | -0/+16 |
| | |||||
* | reopen master for 2.5 development (#4571) | Paul Kehrer | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Revert O_CLOEXEC change to fix builds (#4570) | Alex Gaynor | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | bump versions and update changelog for 2.4 release (#4568) | Paul Kehrer | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | another pkcs12 vector (#4557) | Paul Kehrer | 2018-11-04 | 2 | -0/+0 |
| | | | | | | | | * another pkcs12 vector also fixed the pathing to be consistent in the docs for PKCS12 vectors * add a cert with no key pkcs12 as well | ||||
* | additional pkcs12 test vector (#4554) | Paul Kehrer | 2018-11-03 | 1 | -0/+0 |
| | |||||
* | add pkcs12 test vectors (#4535) | Paul Kehrer | 2018-10-30 | 5 | -0/+15 |
| | | | | | | * add pkcs12 test vectors * add more explanatino | ||||
* | add issuingDistributionPoint vectors (#4537) | Paul Kehrer | 2018-10-29 | 8 | -0/+87 |
| | |||||
* | add a new SCT vector (#4528) | Paul Kehrer | 2018-10-27 | 1 | -0/+35 |
| | | | | | | * add a new SCT vector * ridiculous | ||||
* | next_update is not a required field on OCSP responses (#4513) | Paul Kehrer | 2018-10-23 | 1 | -0/+0 |
| | |||||
* | add OCSP request with a request extension (nonce) (#4462) | Paul Kehrer | 2018-09-07 | 1 | -0/+0 |
| | |||||
* | More OCSP vectors (#4451) | Paul Kehrer | 2018-09-01 | 2 | -0/+0 |
| | | | | | | | | * yet another ocsp response vector. and yet there will be at least one more after this * add one more | ||||
* | add LE subordinate certificate to test vectors (#4450) | Paul Kehrer | 2018-09-01 | 1 | -0/+27 |
| | |||||
* | add more OCSP response vectors (#4445) | Paul Kehrer | 2018-09-01 | 3 | -0/+2 |
| | | | | | | * add more OCSP response vectors * another vector and better docs | ||||
* | OCSP response vector (#4443) | Paul Kehrer | 2018-08-31 | 1 | -0/+0 |
| | | | | | | | | | | * OCSP response vector * oops, wrong name * move ocsp response vector docs * make alex happy | ||||
* | Added vector for pre-certificate poison extension (#4432) | Alex Gaynor | 2018-08-30 | 1 | -0/+30 |
| | |||||
* | Fix encoding errors in RSA test keys. (#4410) | David Benjamin | 2018-08-23 | 3 | -111/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix encoding errors in RSA test keys. enc-rsa-pkcs8.pem and unenc-rsa-pkcs8.pem did not encode the RSA key correctly. Per RFC 8017, appendix A.1: The object identifier rsaEncryption identifies RSA public and private keys as defined in Appendices A.1.1 and A.1.2. The parameters field has associated with this OID in a value of type AlgorithmIdentifier SHALL have a value of type NULL. rsaEncryption OBJECT IDENTIFIER ::= { pkcs-1 1 } unenc-rsa-pkcs8.pem, however, was missing that NULL, which was, in turn, carried into the encrypted payload of enc-rsa-pkcs8.pem. The DER version, enc-rsa-pkcs8.der, carries this mistake too. Interestingly, unenc-rsa-pkcs8.der does *not* have it. I'm guessing it was converted with the openssl command-line tool which fixed the encoding in conversion. Current versions of OpenSSL are lax and ignore the parameters field, but it's best to test against spec-compliant inputs. Fix unenc-rsa-pkcs8.pem to match unenc-rsa-pkcs8.der and then refresh enc-rsa-pkcs8.{der,pem} with the new encoding but otherwise the same encryption parameters. I've refreshed the dumpasn1 (at least that's what it looks like) preamble at the top of each file, but the current version of dumpasn1 appears to have changed the spacing slightly, so there's some whitespace diff noise. * Update test-vectors.rst. | ||||
* | add new OCSP request vectors (#4399) | Paul Kehrer | 2018-08-15 | 2 | -0/+0 |
| | |||||
* | reopen master (#4359) | Paul Kehrer | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | bump version and changelog for 2.3 release (#4356) | Paul Kehrer | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | Add SHA512/224 and SHA512/256 test vectors from NIST CAVP (#4237) | Paul Kehrer | 2018-05-14 | 8 | -0/+7120 |
| | |||||
* | add SHA3 and SHAKE vectors (#4213) | Paul Kehrer | 2018-05-09 | 20 | -0/+20712 |
| | | | These can be used when OpenSSL 1.1.1 is released | ||||
* | update the NIST keywrap vectors (#4191) | Paul Kehrer | 2018-04-12 | 12 | -17974/+17974 |
| | | | | NIST has updated the vectors to cover the bug we had. Let's use those vectors. Thanks NIST! | ||||
* | Added badtime.pem vector (#4179) | Joshua Crowgey | 2018-03-30 | 1 | -0/+18 |
| | | | | | | | | * Added badtime.pem vector In connection with forthcoming PR to fix #4158 * shortened line, corrected and->and | ||||
* | add botan's AESKWP vectors reformatted for our NIST loader (#4159) | Paul Kehrer | 2018-03-20 | 1 | -0/+650 |
| | |||||
* | open master for 2.3 (#4151) | Paul Kehrer | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | 2.2 release! (#4150) | Paul Kehrer | 2018-03-18 | 1 | -1/+1 |
| | | | | | | * 2.2 release! * also change versions | ||||
* | brainpool vectors from rfc 7027 (#4143) | Paul Kehrer | 2018-03-15 | 1 | -0/+34 |
| | |||||
* | add 1200 byte HKDF test vector and a generator/verifier for it (#4074) | Paul Kehrer | 2018-01-06 | 1 | -0/+9 |
| | | | | | | | | * add 1200 byte HKDF test vector and a generator/verifier for it * exit non-zero when failing * ugh | ||||
* | remove whirlpool vectors since we no longer support whirlpool (#4054) | Paul Kehrer | 2017-12-10 | 1 | -71/+0 |
| | |||||
* | start the twenty second release cycle (#3960) | Paul Kehrer | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | update changelog release date and bump version for 2.1 release (#3958) | Paul Kehrer | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | add utf8 DNSName x509 vector (#3952) | Paul Kehrer | 2017-10-09 | 1 | -0/+41 |
| | |||||
* | add Freshest CRL and Delta CRL Indicator test vectors (#3932) | Paul Kehrer | 2017-09-20 | 2 | -0/+30 |
| | |||||
* | add unique identifier test vector (#3925) | Paul Kehrer | 2017-09-19 | 1 | -0/+11 |
| | | | | | | * add unique identifier test vector * wrap a line I didn't even touch... | ||||
* | add chacha20 test vectors from RFC 7539 (#3918) | Paul Kehrer | 2017-09-14 | 1 | -0/+23 |
| | |||||
* | add X509 test vector with a TLS Feature (RFC 7633) extension (#3898) | Paul Kehrer | 2017-09-08 | 1 | -0/+33 |
| | |||||
* | oaep label vector (#3895) | Paul Kehrer | 2017-09-07 | 1 | -0/+8 |
| | | | | | | | | | | * oaep label vector * add count so we can use the nist vector loader * add RSA key from the boring vectors as well https://boringssl.googlesource.com/boringssl/+/ce3773f9fe25c3b54390bc51d72572f251c7d7e6/crypto/evp/evp_tests.txt#8 | ||||
* | add initial OCSP request test vector (#3890) | Paul Kehrer | 2017-09-07 | 1 | -0/+0 |
| | |||||
* | add test vector with invalid basicconstraints (#3866) | Paul Kehrer | 2017-08-15 | 1 | -0/+34 |
| | | | | | | * add test vector with invalid basicconstraints * sigh |