More X509_verify_cert() tests via verify(1).
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 14 Jan 2016 23:10:27 +0000 (18:10 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 21 Jan 2016 00:04:11 +0000 (19:04 -0500)
commit6e8beabcd4b9450a3a7358bf5668b2bc70580517
tree190f569a62a1e84e220a7b85a09a0d3f3a39d832
parent3342dcea7a633e579e1971dfd16ff3fc14dc3936
More X509_verify_cert() tests via verify(1).

Still need tests for trusted-first and tests that probe construction
of alternate chains.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/certs/root-noserver.pem [new file with mode: 0644]
test/certs/rootcert.pem [new file with mode: 0644]
test/certs/rootkey.pem [new file with mode: 0644]
test/certs/server-trusted.pem [new file with mode: 0644]
test/certs/servercert.pem [new file with mode: 0644]
test/certs/serverkey.pem [new file with mode: 0644]
test/certs/wrongcert.pem [new file with mode: 0644]
test/certs/wrongkey.pem [new file with mode: 0644]
test/recipes/25-test_verify.t