PR: 2909
authorDr. Stephen Henson <steve@openssl.org>
Sun, 18 Nov 2012 15:13:55 +0000 (15:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 18 Nov 2012 15:13:55 +0000 (15:13 +0000)
commitd88926f1815d79c800e4cf11ecee8e43f3a7ad1f
tree75522b25e26843fbb6bb002ad684c062821153b1
parent24f77b34d574cb02bdd8e2f37a8c12965ddd2a1f
PR: 2909
Contributed by: Florian Weimer <fweimer@redhat.com>

Fixes to X509 hostname and email address checking. Wildcard matching support.
New test program and manual page.
CHANGES
crypto/x509v3/Makefile
crypto/x509v3/v3_utl.c
crypto/x509v3/v3nametest.c [new file with mode: 0644]
crypto/x509v3/x509v3.h
doc/crypto/X509_check_host.pod [new file with mode: 0644]
test/Makefile