mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
fixup! Clear the keyshare instead of storing it
This commit is contained in:
@ -19231,9 +19231,6 @@ size_t wolfSSL_get_client_random(const WOLFSSL* ssl, unsigned char* out,
|
|||||||
#ifdef WOLFSSL_DTLS
|
#ifdef WOLFSSL_DTLS
|
||||||
ssl->options.dtlsStateful = 0;
|
ssl->options.dtlsStateful = 0;
|
||||||
#endif
|
#endif
|
||||||
#ifdef WOLFSSL_DTLS_CH_FRAG
|
|
||||||
ssl->options.dtlsSentEmptyKS = 0;
|
|
||||||
#endif
|
|
||||||
#if defined(HAVE_SESSION_TICKET) || !defined(NO_PSK)
|
#if defined(HAVE_SESSION_TICKET) || !defined(NO_PSK)
|
||||||
ssl->options.noPskDheKe = 0;
|
ssl->options.noPskDheKe = 0;
|
||||||
#ifdef HAVE_SUPPORTED_CURVES
|
#ifdef HAVE_SUPPORTED_CURVES
|
||||||
|
Reference in New Issue
Block a user