summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/wycheproof (follow)
Commit message (Expand)AuthorAgeFilesLines
* wycheproof: run ML-KEM test vectors against libcryptoHEADmastertb10 days1-2/+139
* wycheproof: zap stray empty linetb2025-09-091-2/+1
* wycheproof: rework test selectiontb2025-09-081-69/+82
* wycheproof: skip tests using curve448/edwards448tb2025-09-081-7/+12
* wycheproof: skip tests using SHAKE-128 and SHAKE-256tb2025-09-081-1/+17
* wycheproof: rename skipSmallCurve() into skipCurve()tb2025-09-081-4/+6
* wycheproof: determine the test variant from the JSON schematb2025-09-081-30/+41
* wycheproof: retire the ECDSA webcrypto teststb2025-09-071-71/+2
* wycheproof: go fmttb2025-09-061-4/+4
* wycheproof: use a cleaner way of dealing with P1363 signature lengthtb2025-09-061-4/+12
* wycheproof: check for the v1 directory since v0 will go awaytb2025-09-051-2/+2
* wycheproof: port the MI primes check to v1tb2025-09-052-3/+24
* wycheproof: remove support for v0 test vectorstb2025-09-051-68/+38
* wycheproof: drop JOSE teststb2025-09-051-2/+1
* wycheproof: move AES key wrap tests to v1tb2025-09-051-4/+4
* wycheproof: add support for EcCurve teststb2025-09-051-1/+103
* wycheproof: add custom JSON unmarshaler big integerstb2025-09-051-9/+58
* wycheproof: make RSA tests worktb2025-09-051-43/+79
* wycheproof: move ECDSA tests to v1tb2025-09-051-14/+15
* wycheproof: move ECDH tests to v1 (skip PEM for now)tb2025-09-051-6/+5
* wycheproof: move AES to v1 and explicitly skip gmac testtb2025-09-051-3/+3
* wycheproof: go fmttb2025-09-041-6/+6
* wycheproof: move HKDF to v1tb2025-09-041-2/+2
* wycheproof: move EdDSA to v1tb2025-09-041-7/+7
* wycheproof: move DSA to v1tb2025-09-041-6/+6
* wycheproof: move x25519 to v1tb2025-09-041-5/+5
* wycheproof: migrate {,X}ChaCha20-Poly1305 to v1tb2025-09-041-3/+3
* wycheproof: migrate HMAC to v1tb2025-09-041-3/+3
* wycheproof: add struct to support the testvector_v1 schematb2025-09-041-7/+26
* wycheproof: add version sum type and annotate all tests as v0tb2025-09-041-30/+41
* wycheproof: use local variables for testGroups and algorithmtb2025-09-041-7/+11
* wycheproof: start migrating to testvectors_v1tb2025-09-041-4/+5
* libcrypto regress: move GOCACHE to obj/tb2025-07-091-2/+8
* 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