summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/c2sp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c2sp: unhook openssl 3.3 and 3.4tb2025-07-231-2/+2
|
* libcrypto regress: move GOCACHE to obj/tb2025-07-091-2/+9
| | | | | | | | | | | | | While it may be acceptable for Go to fill regular users' homedirs with a compiler cache that is unable to deal with corruption and full disks, this is terrible for people running regress as root since the cache can quickly grow to hundreds of megs and can thus result in all sorts hilarity below /root. Move the GOCACHE under ${.OBJDIR} and use a cleanup target to get rid of it again. This makes these tests a bit slower for regular users as well, but so be it. Let's see how this goes before I switch libtls to the same model. discussed with claudio and jsing
* c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb2025-04-271-2/+2
|
* c2sp: run test against openssl/3.4 if it is installedtb2024-10-281-2/+2
|
* Replace OpenSSL 3.1 (which no longer is in ports) with 3.3tb2024-09-171-2/+2
|
* c2sp: replace openssl 3.0 with 3.2 supporttb2023-12-171-2/+2
|
* Import C2SP/CCTV testtb2023-04-232-0/+247
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