Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
authorMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 13:10:41 +0000 (14:10 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:10:39 +0000 (11:10 +0100)
commit24c4ea958ecae0b194cc3eb812a81766cdb421f6
tree29be67ecc7efed3b5ae25bb3d976281d1499437d
parente144fd36ceb4d71a75b04503995a52ad6699fb22
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
39 files changed:
.gitignore
apps/asn1pars.c
apps/ca.c
apps/cms.c
apps/crl2p7.c
apps/dgst.c
apps/engine.c
apps/fipsinstall.c
apps/kdf.c
apps/lib/apps.c
apps/lib/names.c
apps/lib/s_cb.c
apps/list.c
apps/mac.c
apps/ocsp.c
apps/pkcs12.c
apps/pkeyutl.c
apps/provider.c
apps/rehash.c
apps/req.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/verify.c
apps/x509.c
build.info
crypto/encode_decode/decoder_pkey.c
crypto/encode_decode/encoder_pkey.c
crypto/engine/eng_dyn.c
crypto/x509/by_store.c
crypto/x509/v3_utl.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
include/openssl/safestack.h.in [moved from include/openssl/safestack.h with 96% similarity]
test/confdump.c
test/evp_libctx_test.c
test/evp_test.c
test/ssltest_old.c
util/perl/OpenSSL/stackhash.pm