Import C2SP/CCTV test
authortb <tb@openbsd.org>
Sun, 23 Apr 2023 13:43:46 +0000 (13:43 +0000)
committertb <tb@openbsd.org>
Sun, 23 Apr 2023 13:43:46 +0000 (13:43 +0000)
commita82bb09bcef2015d7e590f2b892c5dd18443f9c7
tree12822eff27e31770d5ba7eaa46d495551e52adfb
parentba54bc0811a2dffa203c42f0f6163f433e1f3645
Import C2SP/CCTV test

This currently only covers Ed25519 using the c2sp-testvectors package
and checks that our Ed25519 implementation behaves as expected from a
"ref10" implementation.

This test has Go and c2sp-testvectors as a hard dependency. It will
optionally pick up any OpenSSL package installed on the system and
test that as well.

https://github.com/C2SP/CCTV
https://github.com/C2SP/CCTV/tree/main/ed25519
regress/lib/libcrypto/c2sp/Makefile [new file with mode: 0644]
regress/lib/libcrypto/c2sp/cctv.go [new file with mode: 0644]