From cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 24 Nov 2016 10:11:45 +0100 Subject: Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementation --- cpp/src/IceSSL/Util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/IceSSL/Util.cpp') diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index 6fbd2f46109..6979e34cd7b 100755 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -1699,6 +1699,7 @@ IceSSL::findCertificates(const string& name, const string& value) CertificateQuery^ query = ref new CertificateQuery(); query->StoreName = ref new String(stringToWstring(name).c_str()); query->IncludeDuplicates = true; + query->IncludeExpiredCertificates = true; if(value != "*") { -- cgit v1.2.3