mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-16 02:27:45 -04:00
Remove rsa_pss_rsae_sha256 from preset_sig_algs.
To keep consistent with ssl_{clien2t,server2}. Change-Id: I08dbe47a3d9b778ba3acad283f608fef4e63c626 CustomizedGitHooks: yes Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
deb68ce2d1
commit
f7fce9200c
@ -6292,10 +6292,6 @@ static uint16_t ssl_preset_default_sig_algs[] = {
|
|||||||
MBEDTLS_TLS13_SIG_ECDSA_SECP521R1_SHA512,
|
MBEDTLS_TLS13_SIG_ECDSA_SECP521R1_SHA512,
|
||||||
#endif /* MBEDTLS_SHA512_C && MBEDTLS_ECP_DP_SECP521R1_ENABLED */
|
#endif /* MBEDTLS_SHA512_C && MBEDTLS_ECP_DP_SECP521R1_ENABLED */
|
||||||
#endif /* MBEDTLS_ECDSA_C */
|
#endif /* MBEDTLS_ECDSA_C */
|
||||||
/* RSA algorithms */
|
|
||||||
#if defined(MBEDTLS_X509_RSASSA_PSS_SUPPORT)
|
|
||||||
MBEDTLS_TLS13_SIG_RSA_PSS_RSAE_SHA256,
|
|
||||||
#endif
|
|
||||||
MBEDTLS_TLS13_SIG_NONE
|
MBEDTLS_TLS13_SIG_NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user