Add X509_STORE lock and unlock functions
authorRichard Levitte <levitte@openssl.org>
Thu, 7 Jul 2016 21:55:34 +0000 (23:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 25 Jul 2016 15:33:41 +0000 (17:33 +0200)
commit3067095e8a2cca3d33fa0af77788bc45da68b76b
treed51b3bec5c0b3e2073946a92cb2f87a30bb474ec
parentc1b4fa6ded697235a48ffb78c8145d08df8a8513
Add X509_STORE lock and unlock functions

Since there are a number of function pointers in X509_STORE that might
lead to user code, it makes sense for them to be able to lock the
store while they do their work.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/x509/x509_lu.c
doc/crypto/X509_STORE_new.pod
include/openssl/x509_vfy.h
util/libcrypto.num