From 92d89cd2713faffed0ba8ba69a65e392400b64fc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 16 Apr 2015 19:06:07 +0200 Subject: Various SSL fixes, tests for intermedate CAs --- cpp/src/IceSSL/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceSSL/Util.cpp') diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index 19713f79364..f87e361c194 100644 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -579,7 +579,7 @@ loadKeychainItems(const string& file, SecExternalItemType type, SecKeychainRef k throw CertificateReadException(__FILE__, __LINE__, os.str()); } - if(type != kSecItemTypeUnknown && importType != type) + if(type != kSecItemTypeUnknown && importType != kSecItemTypeAggregate && importType != type) { CFRelease(items); ostringstream os; -- cgit v1.2.3