]> git.ipfire.org Git - thirdparty/openssl.git/commit
rl->enc_ctx must be non-NULL and cipher must be set
authorTomas Mraz <tomas@openssl.org>
Fri, 19 Aug 2022 10:28:42 +0000 (12:28 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 23 Aug 2022 10:27:23 +0000 (12:27 +0200)
commit35bcac131ce5605c504d48a077f33f69660b660c
tree8f6147a9dd8ce39278c6639cc3385a64669330b9
parent7b7ad9e578470fe2b20db230638cfc20e3acf252
rl->enc_ctx must be non-NULL and cipher must be set

Otherwise ssl3_cipher() cannot work properly.

Fixes Coverity CID 1509401

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19027)
ssl/record/methods/ssl3_meth.c