mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-03 22:45:08 +01:00
Merge pull request #2942 from dgarske/tls13_on
Enable TLS v1.3 by default
This commit is contained in:
@@ -11781,7 +11781,7 @@ done:
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WC_RSA_PSS
|
||||
#if defined(WC_RSA_PSS) && !defined(HAVE_FIPS_VERSION) /* not supported with FIPSv1 */
|
||||
static int rsa_pss_test(WC_RNG* rng, RsaKey* key)
|
||||
{
|
||||
byte digest[WC_MAX_DIGEST_SIZE];
|
||||
@@ -13917,7 +13917,7 @@ int rsa_test(void)
|
||||
#endif /* WOLFSSL_CERT_REQ */
|
||||
#endif /* WOLFSSL_CERT_GEN */
|
||||
|
||||
#ifdef WC_RSA_PSS
|
||||
#if defined(WC_RSA_PSS) && !defined(HAVE_FIPS_VERSION) /* not supported with FIPSv1 */
|
||||
ret = rsa_pss_test(&rng, &key);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user