diff options
author | jsing <> | 2021-03-29 16:56:20 +0000 |
---|---|---|
committer | jsing <> | 2021-03-29 16:56:20 +0000 |
commit | 2fc8ebed345c219f107e467a9280bd8d6b2f2c4a (patch) | |
tree | 0e8c1ad71b36af9763e76c2ad66ecdd40ea78b30 /src/lib/libssl/ssl_lib.c | |
parent | b0ad6a75e5cd47156d70adefc2b65728605ba944 (diff) | |
download | openbsd-2fc8ebed345c219f107e467a9280bd8d6b2f2c4a.tar.gz openbsd-2fc8ebed345c219f107e467a9280bd8d6b2f2c4a.tar.bz2 openbsd-2fc8ebed345c219f107e467a9280bd8d6b2f2c4a.zip |
Avoid transcript initialisation when sending a TLS HelloRequest.
When server side renegotiation is triggered, the TLSv1.2 state machine
sends a HelloRequest before going to ST_SW_FLUSH and ST_OK. In this case
we do not need the transcript and currently hit the sanity check in ST_OK
that ensures the transcript has been freed, breaking server initiated
renegotiation. We do however need the transcript in the DTLS case.
ok tb@
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
0 files changed, 0 insertions, 0 deletions