mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
fixup! dtls13: Add support for 0.5-RTT data
This commit is contained in:
@@ -3241,6 +3241,7 @@ int wolfSSL_write(WOLFSSL* ssl, const void* data, int sz)
|
|||||||
}
|
}
|
||||||
else if (ssl->earlyData != no_early_data &&
|
else if (ssl->earlyData != no_early_data &&
|
||||||
(ret = wolfSSL_negotiate(ssl)) < 0) {
|
(ret = wolfSSL_negotiate(ssl)) < 0) {
|
||||||
|
ssl->error = ret;
|
||||||
return WOLFSSL_FATAL_ERROR;
|
return WOLFSSL_FATAL_ERROR;
|
||||||
}
|
}
|
||||||
ssl->earlyData = no_early_data;
|
ssl->earlyData = no_early_data;
|
||||||
|
Reference in New Issue
Block a user