From 2f92c34e3938641f7cc3e553953d676d2e95ea2d Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 16 Oct 2007 16:21:48 +0000 Subject: Add support for IPv4 addresses in the X.509 alternative name extension. Original patch from Yves Jerschow. --- src/x509cert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x509cert.cpp') diff --git a/src/x509cert.cpp b/src/x509cert.cpp index 404e56f29..549b916c5 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -350,7 +350,7 @@ AlternativeName create_alt_name(const Data_Store& info) }; std::multimap names = - info.search_with(AltName_Matcher("RFC822/DNS/URI")); + info.search_with(AltName_Matcher("RFC822/DNS/URI/IP")); AlternativeName alt_name; -- cgit v1.2.3