]> git.ipfire.org Git - thirdparty/openssl.git/commit
PROV: Fix RSA-OAEP memory leak
authorRichard Levitte <levitte@openssl.org>
Sat, 23 May 2020 15:34:07 +0000 (17:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 May 2020 05:56:30 +0000 (07:56 +0200)
commit5606922c3d2e8c3d3ffda4347cb9fe3992d75f89
tree6d8101baa88922048548678f147d08634ff0b566
parentb8086652650c0782bc8d63b620663e04a3c6a3a7
PROV: Fix RSA-OAEP memory leak

The OAEP label wasn't freed when the operation context was freed.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11927)
providers/implementations/asymciphers/rsa_enc.c