diff options
author | jsing <> | 2021-06-15 19:09:03 +0000 |
---|---|---|
committer | jsing <> | 2021-06-15 19:09:03 +0000 |
commit | 01cb4f1997a7e75f5de7a76da42ef7d98f97e964 (patch) | |
tree | 7d2257c79d6cc0db2a8758cdf8bc4b629d10aaca /src/usr.sbin | |
parent | eb169b8d33525f2c68a82e98b035a3ca5650ba28 (diff) | |
download | openbsd-01cb4f1997a7e75f5de7a76da42ef7d98f97e964.tar.gz openbsd-01cb4f1997a7e75f5de7a76da42ef7d98f97e964.tar.bz2 openbsd-01cb4f1997a7e75f5de7a76da42ef7d98f97e964.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/usr.sbin')
0 files changed, 0 insertions, 0 deletions