Merge pull request #2509 from cconlon/selftest_version

Add CAVP selftest version API prototype
This commit is contained in:
toddouska
2019-10-14 09:23:16 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -92,7 +92,7 @@ NETOS_7_6_CRYPT_REPO=git@github.com:cyassl/cyassl.git
# non-FIPS, CAVP only but pull in selftest
# will reset above variables below in platform switch
NETBSD_FIPS_VERSION=v3.14.2a
NETBSD_FIPS_VERSION=v3.14.2b
NETBSD_FIPS_REPO=git@github.com:wolfssl/fips.git
NETBSD_CRYPT_VERSION=v3.14.2
NETBSD_CRYPT_REPO=git@github.com:wolfssl/wolfssl.git

View File

@ -32,6 +32,9 @@
#endif
#ifdef HAVE_SELFTEST
/* Get wolfCrypt CAVP version */
WOLFSSL_API const char* wolfCrypt_GetVersion_CAVP_selftest(void);
/* wolfCrypt self test, runs CAVP KATs */
WOLFSSL_API int wolfCrypt_SelfTest(void);
#endif