Jonas Nick
dd695563e6
check-abi: explicitly provide public headers
...
Without this commit, the check-abi shell script outputs false positives because
it consider some headers public that are actually not public.
2024-05-06 16:28:01 +00:00
Tim Ruffing
b37fdb28ce
check-abi: Minor UI improvements
2024-01-09 01:05:09 +01:00
Tim Ruffing
ad5f589a94
check-abi: Default to HEAD for new version
2024-01-09 01:00:02 +01:00
Hennadii Stepanov
e7f830e32c
Add tools/check-abi.sh
...
Co-authored-by: Tim Ruffing <crypto@timruffing.de >
2023-12-20 17:37:39 +00:00
RandomLattice
35ada3b954
tests: lint wycheproof's python script
...
This PR lints tests_wycheproof_generate.py according to pylint.
This is a follow-up to PR #1245 .
Co-authored-by: Sean Andersen <6730974+andozw@users.noreply.github.com >
2023-04-14 18:59:35 +02:00
RandomLattice
e5de454609
tests: Add Wycheproof ECDSA vectors
...
Adds a test using the Wycheproof vectors as outlined in #1106 . The
vectors are taken from the Wycheproof repo. We use a python script
to convert the JSON-formatted vectors into C code.
Co-authored-by: Sean Andersen <6730974+andozw@users.noreply.github.com >
2023-04-09 06:17:16 +02:00