diff options
author | jsing <> | 2021-03-29 16:56:20 +0000 |
---|---|---|
committer | jsing <> | 2021-03-29 16:56:20 +0000 |
commit | 79bf381577b952bb4388f9f766c992be782c1c74 (patch) | |
tree | 0e8c1ad71b36af9763e76c2ad66ecdd40ea78b30 /src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |
parent | ffd3a25f2822ad41040600e98da045f9f9ca96dd (diff) | |
download | openbsd-79bf381577b952bb4388f9f766c992be782c1c74.tar.gz openbsd-79bf381577b952bb4388f9f766c992be782c1c74.tar.bz2 openbsd-79bf381577b952bb4388f9f766c992be782c1c74.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/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py')
0 files changed, 0 insertions, 0 deletions