diff options
author | jsing <> | 2020-01-23 10:40:59 +0000 |
---|---|---|
committer | jsing <> | 2020-01-23 10:40:59 +0000 |
commit | 3738bd24e9d4a33d52a585206262895bd6893bf4 (patch) | |
tree | 43dc459859c1fb1a2702abab83aea4b376e97893 /src/lib/libssl/ssl_srvr.c | |
parent | 8d4bd61260ee3ef0237ff103fbfa530c1c352552 (diff) | |
download | openbsd-3738bd24e9d4a33d52a585206262895bd6893bf4.tar.gz openbsd-3738bd24e9d4a33d52a585206262895bd6893bf4.tar.bz2 openbsd-3738bd24e9d4a33d52a585206262895bd6893bf4.zip |
Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().
Currently, TLSv1.3 cipher suites are filtered out by the fact that
they have authentication and key exchange algorithms that are not
being set in ssl_set_cert_masks(). Fix this so that ssl3_choose_cipher()
works for TLSv1.3, however we also now need to ensure that we filter out
TLSv1.3 for non-TLSv1.3 and only select TLSv1.3 for TLSv1.3.
ok beck@ tb@
Diffstat (limited to 'src/lib/libssl/ssl_srvr.c')
0 files changed, 0 insertions, 0 deletions