Convert CRYPTO_LOCK_X509_* to new multi-threading API
authorAlessandro Ghedini <alessandro@ghedini.me>
Tue, 1 Mar 2016 18:06:15 +0000 (18:06 +0000)
committerRich Salz <rsalz@openssl.org>
Tue, 8 Mar 2016 16:10:34 +0000 (11:10 -0500)
commitc001ce33137993a0c4ff15060ed1639826bfca0b
tree0589954d36d7138b51b4e9906a2d728e9c25669c
parent41cfbccc99f3ca3c9f656d8c71e2db5bcfcf6817
Convert CRYPTO_LOCK_X509_* to new multi-threading API

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
20 files changed:
crypto/asn1/tasn_utl.c
crypto/asn1/x_info.c
crypto/asn1/x_pkey.c
crypto/ec/ec_kmeth.c
crypto/include/internal/x509_int.h
crypto/x509/x509_lu.c
crypto/x509/x509_set.c
crypto/x509/x509_vfy.c
crypto/x509/x509cset.c
crypto/x509/x_crl.c
crypto/x509/x_req.c
crypto/x509/x_x509.c
crypto/x509v3/pcy_cache.c
crypto/x509v3/v3_purp.c
doc/crypto/X509_STORE_new.pod [new file with mode: 0644]
include/openssl/asn1t.h
include/openssl/crypto.h
include/openssl/x509.h
include/openssl/x509_vfy.h
ssl/ssl_cert.c