summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/wycheproof (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespacetb2023-07-081-2/+2
* partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing)espie2023-07-081-5/+4
* Update Wycheproof.go to exercise truncated SHA-2 and SHA-3tb2023-04-251-5/+27
* Skip sect* curve checkstb2023-04-171-2/+2
* wycheproof: fix copy-paste error in previoustb2023-04-061-2/+2
* wycheproof: use EVP_MD instead of importing "hash"tb2023-04-061-70/+52
* Enable FRP256v2 teststb2023-03-251-6/+2
* Remove dead/unreachable codetb2023-03-251-7/+1
* Add OPENSSL_cleanup() calls to some regress.jsing2023-03-111-1/+3
* Process up to four test vector files concurrently.jsing2023-03-081-4/+30
* Run test groups concurrently.jsing2023-03-081-144/+151
* zap more audit remnantstb2023-03-081-6/+1
* Remove acceptable audit.jsing2023-03-081-94/+1
* Comment out glob for JSON webcrypto tests for nowtb2023-03-011-2/+3
* Explicitly skip the json_web* tests now.tb2023-02-281-1/+2
* Add a few missing NIDs for new Wycheproof tests.tb2023-02-281-1/+12
* Skip FRP256v1 curve in ECDH tests. We do not support it.tb2023-02-281-1/+6
* Refrain from printing SUCCESS in some of my teststb2022-12-011-3/+1
* zap a stray semicolontb2022-11-181-2/+2
* Add initial Wycheproof EdDSA test coveragetb2022-11-171-1/+111
* Remove an outdated TODOtb2022-11-161-4/+1
* Enable Wycheproof primality tests.tb2022-07-132-4/+4
* whitespacetb2022-07-081-3/+3
* Add to variables instead of overriding themtb2022-07-081-4/+4
* Add support for primality checkingtb2022-07-074-10/+218
* Switch wycheproof.go to using the EVP HKDF API.tb2022-05-051-6/+67
* Convert wycheproof.go for opaque EVP_AEAD_CTXtb2022-01-141-11/+18
* wycheproof: modify RSA tests to work with opaque RSA structtb2021-11-211-11/+57
* wycheproof.go: modify some DSA and ECDSA code to work with opaque structstb2021-11-211-5/+23
* Simplify runAesCmacTest() by using EVP_DigestSign().tb2021-09-241-16/+3
* Run the CMAC tests through EVP_PKEY_new_CMAC_key().tb2021-04-031-10/+22
* go fmt whitespace nittb2020-05-141-3/+3
* reinstate an error check that was commented out while waiting for armtb2020-05-141-5/+4
* 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
* Some of the test vectors that were added in the upstream committb2020-01-271-7/+9
* 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