DANE support for X509_verify_cert()
authorViktor Dukhovni <openssl-users@dukhovni.org>
Tue, 29 Dec 2015 19:12:36 +0000 (14:12 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 7 Jan 2016 18:48:59 +0000 (13:48 -0500)
commit170b735820ac6a3857733fccf889cde9d723ddc8
treea0d55c48d1117bd156bb9dbbba7629b221f3db91
parenta8eba56ef62af2f9a5b46825c994665cd3789c2e
DANE support for X509_verify_cert()

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/x509/x509_err.c
crypto/x509/x509_vfy.c
include/openssl/x509.h
include/openssl/x509_vfy.h
test/Makefile
test/danetest.c [new file with mode: 0644]
test/danetest.in [new file with mode: 0644]
test/danetest.pem [new file with mode: 0644]
test/recipes/80-test_dane.t [new file with mode: 0644]