]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure cipher_generic_initkey gets passed the actual provider ctx
authorMatt Caswell <matt@openssl.org>
Mon, 22 Jun 2020 14:04:50 +0000 (15:04 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Jul 2020 08:26:09 +0000 (09:26 +0100)
commit978cc3648d02551c6ada328708306dad2d3ce07a
treee6e4213fd964feb3df1b01d7ed247b6edddbd7db
parent1ae7354c049cb3e45bfb17c0c1bf3ff04814fa4d
Ensure cipher_generic_initkey gets passed the actual provider ctx

We were not correctly passing the provider ctx down the chain during
initialisation of a new cipher ctx. Instead the provider ctx got set to
NULL.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12288)
providers/implementations/include/prov/ciphercommon.h