summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/wycheproof (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable regression tests for small builtin curvestb2024-11-241-2/+16
* Exercise EVP_chacha20_poly1305() with in-place decryptiontb2024-05-221-2/+143
* Fix an error message left out in the mustDecodeHexString() conversiontb2023-11-071-2/+2
* Pull up the handling of the two webcrypto special snowflakestb2023-11-071-13/+9
* Drop a useless line and bump copyright yearstb2023-11-071-4/+3
* Unwrap a few linestb2023-11-071-72/+32
* Wrap hex.DecodeString() into mustDecodeHexString()tb2023-11-071-390/+78
* Use maps to retrieve various AES variantstb2023-11-071-60/+72
* Convert hashEvpMdFromString() to a maptb2023-11-071-26/+19
* Add stringer interfaces to the test groupstb2023-11-071-102/+126
* Pull everything except the actual run call out of the closuretb2023-11-061-11/+9
* Introduce testGroupFromAlgorithm()tb2023-11-061-50/+54
* Add a wycheproofTestGroupRunner interfacetb2023-11-061-72/+26
* Add aliases for AES AEAD constructions and ChaChatb2023-11-061-9/+12
* Fix a for loop bug introduced in the concurrency refactortb2023-11-061-3/+4
* Uncomment json webcrypto line. Packages will have caught up...tb2023-11-061-3/+2
* 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