summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:tb2020-04-271-3/+3
* Fix a logic error that hid the failing ZeroLengthIv tests.tb2020-04-271-3/+3
* Import openssl-1.1.1d test data to base64test.cinoguchi2020-03-101-1/+97
* Modify regress base64test.cinoguchi2020-03-101-11/+14
* Some of the test vectors that were added in the upstream committb2020-01-271-7/+9
* Add back the tests that were deleted in previous but not containedtb2020-01-261-1/+9
* Adjust tests to match the change in EVP_chacha20().tb2020-01-262-11/+22
* whitespace from go fmt + update a commenttb2019-12-141-4/+4
* Run Wycheproof HMAC test vectors against libcrypto.tb2019-12-141-1/+96
* update to-do listtb2019-12-091-2/+1
* Run Wycheproof DSA P1363 test vectors against libcrypto.tb2019-12-091-19/+71
* update to-do listtb2019-12-031-2/+2
* Run Wycheproof ECDSA P1363 test vectors against libcrypto.tb2019-12-031-8/+8
* Add an EcPoint variant and pass it to the ECDH test runner.tb2019-12-031-20/+31
* Annotate test vector files with an enum which we can then pass to thetb2019-12-031-27/+48
* Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.tb2019-11-281-3/+12
* move the HKDF tests up a bittb2019-11-281-68/+68
* update to-do listtb2019-11-281-2/+1
* go fmttb2019-11-281-10/+10
* no need for fallthroughtb2019-11-281-19/+7
* Run HKDF test vectors against libcrypto.tb2019-11-281-1/+95
* Run XChaCha20-Poly1305 test vectors against libcrypto.tb2019-11-281-14/+43
* typotb2019-11-281-2/+2
* Add to do list.tb2019-11-271-1/+7
* Only run the test vectors from x25519_test.json for now.tb2019-11-271-2/+6
* RSASig now has the more specific name RSASSA-PKCS1-v1_5.tb2019-11-271-10/+14
* Only print the basename of skipped test files.tb2019-11-271-2/+3
* go fmttb2019-11-271-10/+9
* Run RSAES-PKCS1-v1_5 test vectors against libcrypto.tb2019-11-271-9/+104
* Make error messages look like other test cases.tb2019-11-271-4/+4
* Add glue for new RSA-OAEP tests.tb2019-11-271-2/+158
* Skip tests with unsupported signature algorithm SHA512/224 as well.tb2019-11-271-2/+2
* The DSA test vectors were split up and more tests were added.tb2019-11-271-2/+2
* New failure mode for AES-CCM: "very long nonce".tb2019-11-271-2/+2
* Prepare update of wycheproof-testvectors. Skip some tests for thingstb2019-11-271-2/+10
* Add regress for CMS sign and verify.jsing2019-11-041-2/+125
* Hook cms regress.jsing2019-11-021-1/+2
* Include cms.h.jsing2019-11-021-1/+2
* Initial regress for cms.jsing2019-11-022-0/+199
* Feed the bntest output to bc(1). This checks the result of the bigbluhm2019-09-052-13/+16
* check for asprintf failing allocationderaadt2019-06-271-1/+4
* Use propper regress target to integrate better into test framework.bluhm2019-05-141-2/+4
* Add a test vector for Streebog 512 from Guido Vrankentb2019-05-091-1/+2
* Do not check for working go executable during make clean cleandir obj.bluhm2019-04-241-1/+3
* Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.tb2019-04-132-6/+133
* Add regress tests for the EVP_aes_*_wrap() API. Based on the tests intb2019-03-172-4/+19
* link sm4 regress to the buildtb2019-03-171-1/+2
* Add a regress test for the SM4 block cipher from the Chinese standardtb2019-03-172-0/+117
* add support for xchacha20 and xchacha20-poly1305dlg2019-01-223-3/+191
* Rework the sm3 regress based on a suggestion by jsing. Zap the weirdtb2018-11-121-30/+36