Add verify callback functions to lookup a STACK of matching certs or CRLs
authorDr. Stephen Henson <steve@openssl.org>
Sun, 10 Sep 2006 12:38:37 +0000 (12:38 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 10 Sep 2006 12:38:37 +0000 (12:38 +0000)
commit4d50a2b4d6ae7618844380c1ebd5437226286db7
tree72f5b13d45f7f766bbf52e4953aba1804c960b84
parent7f4301668f83950b33f79424d047832a1989bec2
Add verify callback functions to lookup a STACK of matching certs or CRLs
based on subject name.

New thread safe functions to retrieve matching STACK from X509_STORE.

Cache some IDP components.
crypto/asn1/x_crl.c
crypto/x509/x509.h
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509v3/x509v3.h