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
platform
00-base-templates.conf -rw-r--r-- 4.2 KB
10-main.conf -rw-r--r-- 77.4 KB
15-android.conf -rw-r--r-- 10.8 KB
15-ios.conf -rw-r--r-- 2.4 KB
50-djgpp.conf -rw-r--r-- 611 bytes
50-haiku.conf -rw-r--r-- 1.2 KB
50-masm.conf -rw-r--r-- 907 bytes
50-os390.conf -rw-r--r-- 352 bytes
50-win-onecore.conf -rw-r--r-- 5.9 KB
90-team.norelease.conf -rw-r--r-- 4.3 KB
INTERNALS.Configure -rw-r--r-- 7.7 KB
README -rw-r--r-- 30.7 KB
README.design -rw-r--r-- 23.7 KB
common.tmpl -rw-r--r-- 19.5 KB
common0.tmpl -rw-r--r-- 1.3 KB
descrip.mms.tmpl -rw-r--r-- 55.6 KB
platform.pm -rw-r--r-- 304 bytes
shared-info.pl -rw-r--r-- 3.5 KB
unix-Makefile.tmpl -rw-r--r-- 62.1 KB
unix-checker.pm -rw-r--r-- 617 bytes
windows-checker.pm -rw-r--r-- 649 bytes
windows-makefile.tmpl -rw-r--r-- 37.3 KB

README

back to top