]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid calling into provider with the same iv_len or key_len
authorTomas Mraz <tomas@openssl.org>
Fri, 31 Mar 2023 13:46:15 +0000 (15:46 +0200)
committerPauli <pauli@openssl.org>
Sun, 2 Apr 2023 22:22:49 +0000 (08:22 +1000)
commit6f8002014dda3f45aa864b38b92c2df7611af52e
tree6673c907e6cb60d8c1857b2b7cfea62dde3304d0
parentce90b5ed8b0849a77336b8ea81ba7983d11e8700
Avoid calling into provider with the same iv_len or key_len

Fixes #20625

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20664)

(cherry picked from commit eb52450f5151e8e78743ab05de21a344823316f5)
crypto/evp/evp_enc.c