CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/09/04 10:38:40
Modified files:
regress/lib/libcrypto/wycheproof: wycheproof.go
Log message:
wycheproof: start migrating to testvectors_v1
In https://github.com/C2SP/wycheproof/pull/169, upstream removed the
testvector/ path, thereby creating the need to migrate if we want to
benefit from future changes and tests. While this has been around for
a very long time and generally provided more and better coverage, there
never was sufficient motivation to do so.
As a first step, change use of the testVectorPath constant to use of
a path variable so we can switch the tests one by one by appending _v1
when appropriate.