forked from wolfSSL/wolfssl
Merge pull request #2509 from cconlon/selftest_version
Add CAVP selftest version API prototype
This commit is contained in:
@ -92,7 +92,7 @@ NETOS_7_6_CRYPT_REPO=git@github.com:cyassl/cyassl.git
|
|||||||
|
|
||||||
# non-FIPS, CAVP only but pull in selftest
|
# non-FIPS, CAVP only but pull in selftest
|
||||||
# will reset above variables below in platform switch
|
# 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_FIPS_REPO=git@github.com:wolfssl/fips.git
|
||||||
NETBSD_CRYPT_VERSION=v3.14.2
|
NETBSD_CRYPT_VERSION=v3.14.2
|
||||||
NETBSD_CRYPT_REPO=git@github.com:wolfssl/wolfssl.git
|
NETBSD_CRYPT_REPO=git@github.com:wolfssl/wolfssl.git
|
||||||
|
@ -32,6 +32,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SELFTEST
|
#ifdef HAVE_SELFTEST
|
||||||
|
/* Get wolfCrypt CAVP version */
|
||||||
|
WOLFSSL_API const char* wolfCrypt_GetVersion_CAVP_selftest(void);
|
||||||
|
|
||||||
/* wolfCrypt self test, runs CAVP KATs */
|
/* wolfCrypt self test, runs CAVP KATs */
|
||||||
WOLFSSL_API int wolfCrypt_SelfTest(void);
|
WOLFSSL_API int wolfCrypt_SelfTest(void);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user