summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authorbeck <>2024-07-09 12:27:27 +0000
committerbeck <>2024-07-09 12:27:27 +0000
commitd144661011a28c36d9c8bbce6fa37761e38162ae (patch)
tree57b0ce37842913548dfe76d14f123b0421b43813 /src/lib/libc/stdlib
parent6182eafe9c04882f262073aea52557c35f02cdbf (diff)
downloadopenbsd-d144661011a28c36d9c8bbce6fa37761e38162ae.tar.gz
openbsd-d144661011a28c36d9c8bbce6fa37761e38162ae.tar.bz2
openbsd-d144661011a28c36d9c8bbce6fa37761e38162ae.zip
Fix TLS key share check to not fire when using < TLS 1.3
The check was being too aggressive and was catching us when the extension was being sent by a client which supports tls 1.3 but the server was capped at TLS 1.2. This moves the check after the max version check, so we won't error out if we do not support TLS 1.3 Reported by obsd@bartula.de ok tb@
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions