New function X509_chain_up_ref to dup and up the reference count of
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Dec 2012 16:04:03 +0000 (16:04 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Dec 2012 16:04:03 +0000 (16:04 +0000)
commit8d2dbe6ac077279e6a957356245d6bd138e03705
tree17cac4dd15d1bf0f506fe696879e88423a08fde4
parentba8bdea7712e100048142783d225a849ed4c1be6
New function X509_chain_up_ref to dup and up the reference count of
a STACK_OF(X509): replace equivalent functionality in several places
by the equivalent call.
(backport from HEAD)
crypto/ts/ts_rsp_sign.c
crypto/x509/x509_cmp.c
ssl/ssl_cert.c