diff options
author | jsing <> | 2021-06-15 19:09:03 +0000 |
---|---|---|
committer | jsing <> | 2021-06-15 19:09:03 +0000 |
commit | ab3df80a991b52f1a7c9569e4573ba7c66e9575f (patch) | |
tree | 7d2257c79d6cc0db2a8758cdf8bc4b629d10aaca /src/lib/libssl/d1_lib.c | |
parent | 1b8abb9e0f445c56d07e6ee89637d6540123e68e (diff) | |
download | openbsd-ab3df80a991b52f1a7c9569e4573ba7c66e9575f.tar.gz openbsd-ab3df80a991b52f1a7c9569e4573ba7c66e9575f.tar.bz2 openbsd-ab3df80a991b52f1a7c9569e4573ba7c66e9575f.zip |
Mop up part of dtls1_dispatch_alert().
The original DTLS code had some strange alert handling code (basically one
type of alert included extra data) - a few years later this was "fixed",
however the rest of the code was left as is.
This means that rather than sending the alert data from send_alert
(like ssl3_dispatch_alert() does), we have a local buffer on the stack,
which we memset, copy the send_alert bytes into, then send from.
ok inoguchi@ tb@
Diffstat (limited to 'src/lib/libssl/d1_lib.c')
0 files changed, 0 insertions, 0 deletions