diff options
author | jsing <> | 2020-01-23 10:40:59 +0000 |
---|---|---|
committer | jsing <> | 2020-01-23 10:40:59 +0000 |
commit | e923e6a6e5ee7ab0943514d73b7f609470b200a5 (patch) | |
tree | 43dc459859c1fb1a2702abab83aea4b376e97893 /src/lib/libssl/d1_srtp.c | |
parent | 70924e04e3da29e2a630b2f51a0a1afac1e35107 (diff) | |
download | openbsd-e923e6a6e5ee7ab0943514d73b7f609470b200a5.tar.gz openbsd-e923e6a6e5ee7ab0943514d73b7f609470b200a5.tar.bz2 openbsd-e923e6a6e5ee7ab0943514d73b7f609470b200a5.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/d1_srtp.c')
0 files changed, 0 insertions, 0 deletions