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
record
statem
bio_ssl.c -rw-r--r-- 12.8 KB
build.info -rw-r--r-- 1.3 KB
d1_lib.c -rw-r--r-- 29.4 KB
d1_msg.c -rw-r--r-- 2.0 KB
d1_srtp.c -rw-r--r-- 3.4 KB
methods.c -rw-r--r-- 8.7 KB
pqueue.c -rw-r--r-- 3.0 KB
s3_cbc.c -rw-r--r-- 17.9 KB
s3_enc.c -rw-r--r-- 18.9 KB
s3_lib.c -rw-r--r-- 128.0 KB
s3_msg.c -rw-r--r-- 3.2 KB
ssl_asn1.c -rw-r--r-- 12.1 KB
ssl_cert.c -rw-r--r-- 29.5 KB
ssl_cert_table.h -rw-r--r-- 1013 bytes
ssl_ciph.c -rw-r--r-- 67.5 KB
ssl_conf.c -rw-r--r-- 31.5 KB
ssl_err.c -rw-r--r-- 29.0 KB
ssl_init.c -rw-r--r-- 6.1 KB
ssl_lib.c -rw-r--r-- 164.9 KB
ssl_local.h -rw-r--r-- 106.5 KB
ssl_mcnf.c -rw-r--r-- 2.7 KB
ssl_rsa.c -rw-r--r-- 35.0 KB
ssl_sess.c -rw-r--r-- 36.9 KB
ssl_stat.c -rw-r--r-- 11.6 KB
ssl_txt.c -rw-r--r-- 5.9 KB
ssl_utst.c -rw-r--r-- 625 bytes
t1_enc.c -rw-r--r-- 28.8 KB
t1_lib.c -rw-r--r-- 100.6 KB
t1_trce.c -rw-r--r-- 54.8 KB
tls13_enc.c -rw-r--r-- 35.3 KB
tls_srp.c -rw-r--r-- 13.8 KB

back to top