Revision c7fa92979c5964966efa298bf2a40ff451ee7482 authored by Richard Levitte on 06 May 2020, 18:48:25 UTC, committed by Richard Levitte on 08 May 2020, 13:15:16 UTC
There were a few instances where we set the EVP_PKEY_CTX operation to
EVP_PKEY_OP_UNDEFINED, but forgot to clean up first.  After the
operation is made undefined, there's no way to know what should be
cleaned away, so that must be done first, in all spots.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11750)
1 parent 73d6b4e
History
File Mode Size
perl
add-depends.pl -rw-r--r-- 10.6 KB
build.info -rw-r--r-- 316 bytes
cavs-to-evptest.pl -rw-r--r-- 3.1 KB
check-format-test-negatives.c -rw-r--r-- 7.6 KB
check-format-test-positives.c -rw-r--r-- 8.7 KB
check-format.pl -rwxr-xr-x 59.7 KB
check-malloc-errs -rwxr-xr-x 548 bytes
ck_errf.pl -rwxr-xr-x 4.3 KB
copy.pl -rw-r--r-- 1.6 KB
dofile.pl -rw-r--r-- 3.4 KB
echo.pl -rw-r--r-- 174 bytes
engines.num -rw-r--r-- 120 bytes
err-to-raise -rwxr-xr-x 3.0 KB
find-doc-nits -rwxr-xr-x 37.8 KB
find-unused-errs -rwxr-xr-x 1.3 KB
fix-includes -rwxr-xr-x 582 bytes
fix-includes.sed -rw-r--r-- 502 bytes
indent.pro -rw-r--r-- 10.9 KB
libcrypto.num -rw-r--r-- 349.3 KB
libssl.num -rw-r--r-- 34.4 KB
local_shlib.com.in -rw-r--r-- 1.1 KB
merge-err-lines -rwxr-xr-x 969 bytes
missingcrypto-internal.txt -rw-r--r-- 56 bytes
missingcrypto.txt -rw-r--r-- 35.9 KB
missingcrypto111.txt -rw-r--r-- 39.4 KB
missingmacro.txt -rw-r--r-- 4.4 KB
missingmacro111.txt -rw-r--r-- 5.9 KB
missingssl-internal.txt -rw-r--r-- 0 bytes
missingssl.txt -rw-r--r-- 1.0 KB
missingssl111.txt -rw-r--r-- 1.6 KB
mkbuildinf.pl -rwxr-xr-x 1.5 KB
mkdef.pl -rwxr-xr-x 11.6 KB
mkdir-p.pl -rwxr-xr-x 977 bytes
mkerr.pl -rwxr-xr-x 21.3 KB
mknum.pl -rw-r--r-- 4.6 KB
mkpod2html.pl -rwxr-xr-x 1.2 KB
mkrc.pl -rwxr-xr-x 1.9 KB
mktar.sh -rwxr-xr-x 1.3 KB
openssl-update-copyright -rwxr-xr-x 1.5 KB
opensslwrap.sh -rwxr-xr-x 1.1 KB
other-internal.syms -rw-r--r-- 98 bytes
other.syms -rw-r--r-- 27.3 KB
providers.num -rw-r--r-- 60 bytes
shlib_wrap.sh.in -rwxr-xr-x 4.7 KB
su-filter.pl -rw-r--r-- 6.4 KB
unlocal_shlib.com.in -rw-r--r-- 935 bytes
wrap.pl -rwxr-xr-x 1.5 KB

back to top