Searched refs:sslPropDict (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c59 CFMutableDictionaryRef sslPropDict; // holds ssl properties for the stream member in struct:callback_ctx
89 static void SecAddTrustedCerts(CFArrayRef certs, CFMutableDictionaryRef sslPropDict);
92 static int ConfirmCertificate(CFReadStreamRef readStreamRef, SInt32 error, CFURLRef a_url, CFMutableDictionaryRef sslPropDict);
119 static void SecAddTrustedCerts(CFArrayRef certs, CFMutableDictionaryRef sslPropDict) argument
128 require(sslPropDict != NULL, out);
137 existingCertArr = CFDictionaryGetValue(sslPropDict, _kCFStreamSSLTrustedLeafCertificates);
142 CFDictionarySetValue(sslPropDict, _kCFStreamSSLTrustedLeafCertificates, incomingCerts);
150 CFDictionaryRemoveValue(sslPropDict, _kCFStreamSSLTrustedLeafCertificates);
171 CFDictionarySetValue(sslPropDict, _kCFStreamSSLTrustedLeafCertificates, newCertArr);
251 static int ConfirmCertificate(CFReadStreamRef readStreamRef, SInt32 error, CFURLRef a_url, CFMutableDictionaryRef sslPropDict) argument
[all...]

Completed in 130 milliseconds