mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Truncated hmac check
This commit is contained in:
@ -2965,6 +2965,12 @@ extern void uITRON4_free(void *p) ;
|
|||||||
#error "Dynamic session cache currently does not support persistent session cache."
|
#error "Dynamic session cache currently does not support persistent session cache."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef WOLFSSL_HARDEN_TLS
|
||||||
|
#ifdef HAVE_TRUNCATED_HMAC
|
||||||
|
#error "Truncated HMAC Extension not allowed https://www.rfc-editor.org/rfc/rfc9325#section-4.6"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user