]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use a fetched cipher for the TLSv1.3 early secret
authorMatt Caswell <matt@openssl.org>
Fri, 20 Mar 2020 12:37:20 +0000 (12:37 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2020 13:46:43 +0000 (13:46 +0000)
commit9727f4e7fd02e55b637058249cd8e1bc80501c7f
tree7a40d189d6f7ecffa812eeaff5da3a818bff6686
parent148bfd26a4c2d0250b77c57acf30cf5c190a1d29
Use a fetched cipher for the TLSv1.3 early secret

We should use an explicitly fetched cipher to ensure that we are using
the correct libctx and property query.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11402)
ssl/ssl_ciph.c
ssl/ssl_local.h
ssl/tls13_enc.c
test/tls13secretstest.c