aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* openssl: add a simple smoke test for the legacy providerEnji Cooper2025-10-171-0/+5
This change adds a simple smoke test for the legacy provider to ensure that the provider doesn't break in the future when performing updates. This is not a functional or system test; the OpenSSL test suite does a much better job at doing this than we can. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53045