Add a test of the X509_STORE / X509_LOOKUP API
authorRichard Levitte <levitte@openssl.org>
Thu, 16 Feb 2017 20:07:33 +0000 (21:07 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Feb 2017 20:09:09 +0000 (21:09 +0100)
commitbb0f7eca75b8da1538c08c1f5be1bb7ea8f40638
tree53c4303e282b6a9e4d3374b2e21c834a823be21d
parent532e7b36d9622ac06a96fb3557b5bc16016e5ca8
Add a test of the X509_STORE / X509_LOOKUP API

Fortunately, "openssl verify" makes good use of that API

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2652)
test/recipes/60-test_x509_store.t [new file with mode: 0644]