diff options
author | beck <> | 2024-07-09 12:27:27 +0000 |
---|---|---|
committer | beck <> | 2024-07-09 12:27:27 +0000 |
commit | 2d70393a18dc5114557488b463ae366b851b4e88 (patch) | |
tree | 57b0ce37842913548dfe76d14f123b0421b43813 /src/regress | |
parent | 8aadf3301a1f0979bae110402647426b46fff812 (diff) | |
download | openbsd-2d70393a18dc5114557488b463ae366b851b4e88.tar.gz openbsd-2d70393a18dc5114557488b463ae366b851b4e88.tar.bz2 openbsd-2d70393a18dc5114557488b463ae366b851b4e88.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/regress')
0 files changed, 0 insertions, 0 deletions