openssl/crypto
Jim Basney dca7158c95 Avoid double-free in calleres to OCSP_parse_url
set pointers to NULL after OPENSSL_free before returning to caller to
avoid possible double-free in caller

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09 20:44:52 -05:00
..
aes Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
asn1 Convert CRYPTO_LOCK_X509_* to new multi-threading API 2016-03-08 11:10:34 -05:00
async Add a function to detect if we have async or not 2016-03-07 17:23:42 +00:00
bf Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
bio Convert CRYPTO_LOCK_BIO to new multi-threading API 2016-03-08 11:10:34 -05:00
bn Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
buffer Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
camellia Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
cast Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
chacha Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
cmac Use utility functions for HMAC and CMAC. 2016-03-02 20:57:32 +00:00
cms Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading API 2016-03-08 11:10:34 -05:00
comp Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
conf Elide OPENSSL_INIT_set_config_filename() for no-stdio build 2016-03-07 14:51:08 -05:00
ct Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST const 2016-03-09 11:34:48 -05:00
des Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
dh Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API 2016-03-08 09:07:32 -05:00
dsa Make DSA_SIG opaque. 2016-03-08 17:02:16 +00:00
dso Convert CRYPTO_LOCK_DSO to new multi-threading API 2016-03-08 09:07:32 -05:00
ec RT3676: Expose ECgroup i2d functions 2016-03-09 12:25:21 -05:00
engine Move engine library over to using the new thread API 2016-03-09 11:04:01 +01:00
err Remove the old threading API 2016-03-09 12:41:39 +00:00
evp Add extra include directory for includers of ppc_arch.h 2016-03-09 12:07:15 +01:00
hmac Use utility functions for HMAC and CMAC. 2016-03-02 20:57:32 +00:00
idea Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
include/internal Convert CRYPTO_LOCK_X509_* to new multi-threading API 2016-03-08 11:10:34 -05:00
kdf GH355: Implement HKDF 2016-03-03 18:21:20 -05:00
lhash Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
md2 Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
md4 Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
md5 Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
mdc2 Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
modes Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
objects Add cipher query functions 2016-03-08 09:19:15 -05:00
ocsp Avoid double-free in calleres to OCSP_parse_url 2016-03-09 20:44:52 -05:00
pem Elide EVP_read_pw_string() and friends for no-ui 2016-03-07 12:52:56 -05:00
perlasm SPARCv9 assembly pack: unify build rules and argument handling. 2016-03-08 15:51:06 +01:00
pkcs7 Add PKCS7_NO_DUAL_CONTENT flag 2016-02-23 08:42:03 -05:00
pkcs12 Make PKCS8_PRIV_KEY_INFO opaque. 2016-03-07 17:11:21 +00:00
poly1305 Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
rand Convert rand code to new threading API 2016-03-09 01:14:57 +00:00
rc2 Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
rc4 Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
rc5 Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
ripemd Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
rsa Convert RSA blinding to new multi-threading API 2016-03-08 23:52:48 +00:00
seed Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
sha Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
srp CVE-2016-0798: avoid memory leak in SRP 2016-02-25 15:42:48 +01:00
stack Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
ts Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
txt_db Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
ui Convert CRYPTO_LOCK_UI to new multi-threading API 2016-03-08 11:10:34 -05:00
whrlpool Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00
x509 Remove use of the old CRYPTO_LOCK_X5O9_STORE 2016-03-09 12:41:39 +00:00
x509v3 Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag 2016-03-09 20:41:28 -05:00
alphacpuid.pl Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATE 2016-03-09 11:09:26 +01:00
arm64cpuid.pl
arm_arch.h
armcap.c
armv4cpuid.pl
build.info Remove the old threading API 2016-03-09 12:41:39 +00:00
c64xpluscpuid.pl
cpt_err.c After renaming init, update errors. 2016-02-10 15:52:32 -05:00
cryptlib.c OpenSSLDie --> OPENSSL_die 2016-03-08 14:46:17 -05:00
cversion.c Make it possible to get ENGINESDIR info from OpenSSL_versions 2016-02-10 19:36:48 +01:00
ebcdic.c
ex_data.c Convert CRYPTO_LOCK_EX_DATA to new multi-threading API 2016-03-08 09:07:32 -05:00
fips_err.h
fips_ers.c
ia64cpuid.S
init.c Don't call ENGINE_cleanup when configured "no-engine" 2016-03-09 12:52:50 +01:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile.in Fix classic build 2016-03-09 14:58:42 +00:00
mem_clr.c RT4116: Change cleanse to just memset 2016-02-25 10:04:00 -05:00
mem_dbg.c Move variable declaration to the start of the function 2016-03-09 01:20:53 +00:00
mem_sec.c Convert mem_dbg and mem_sec to the new Thread API 2016-03-08 21:06:04 +00:00
mem.c Build fix: remove cleanse_ctr 2016-02-25 10:19:50 -05:00
o_dir.c
o_fips.c
o_init.c
o_str.c Fix master compile error 2016-02-26 16:50:59 +00:00
o_time.c
pariscid.pl
ppc_arch.h
ppccap.c Configurations: engage PPC ChaCha20 and Poly1305 modules. 2016-02-13 17:22:20 +01:00
ppccpuid.pl
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S
sparcv9cap.c
threads_none.c Implement new multi-threading API 2016-02-26 10:00:36 +00:00
threads_pthread.c GH773: Possible leak on CRYPTO_THREAD_lock_new failure 2016-03-03 19:47:01 -05:00
threads_win.c Fix return type for CRYPTO_THREAD_run_once 2016-03-09 20:42:30 -05:00
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATE 2016-03-09 11:09:26 +01:00