Home
last modified time | relevance | path

Searched refs:peerTrust (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c297 SecTrustRef peerTrust; in tls_open() local
302 if (SSLCopyPeerTrust(c->ssl_context, &peerTrust) != noErr) { in tls_open()
307 if (SecTrustSetAnchorCertificates(peerTrust, c->ca_array) != noErr) { in tls_open()
312 if (SecTrustEvaluate(peerTrust, &trustResult) != noErr) { in tls_open()
329 if (peerTrust) in tls_open()
330 CFRelease(peerTrust); in tls_open()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509CertificateValidator.cs20 static X509CertificateValidator peerTrust; field in System.IdentityModel.Selectors.X509CertificateValidator
40 if (peerTrust == null)
41 peerTrust = new PeerTrustValidator();
42 return peerTrust;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dtls_securetransport.c298 SecTrustRef peerTrust; in tls_open() local
303 if (SSLCopyPeerTrust(c->ssl_context, &peerTrust) != noErr) { in tls_open()
308 if (SecTrustSetAnchorCertificates(peerTrust, c->ca_array) != noErr) { in tls_open()
313 if (SecTrustEvaluate(peerTrust, &trustResult) != noErr) { in tls_open()
330 if (peerTrust) in tls_open()
331 CFRelease(peerTrust); in tls_open()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dtls_securetransport.c297 SecTrustRef peerTrust; in tls_open() local
302 if (SSLCopyPeerTrust(c->ssl_context, &peerTrust) != noErr) { in tls_open()
307 if (SecTrustSetAnchorCertificates(peerTrust, c->ca_array) != noErr) { in tls_open()
312 if (SecTrustEvaluate(peerTrust, &trustResult) != noErr) { in tls_open()
329 if (peerTrust) in tls_open()
330 CFRelease(peerTrust); in tls_open()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c298 SecTrustRef peerTrust; in tls_open() local
303 if (SSLCopyPeerTrust(c->ssl_context, &peerTrust) != noErr) { in tls_open()
308 if (SecTrustSetAnchorCertificates(peerTrust, c->ca_array) != noErr) { in tls_open()
313 if (SecTrustEvaluate(peerTrust, &trustResult) != noErr) { in tls_open()
330 if (peerTrust) in tls_open()
331 CFRelease(peerTrust); in tls_open()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dtls_securetransport.c297 SecTrustRef peerTrust; in tls_open() local
302 if (SSLCopyPeerTrust(c->ssl_context, &peerTrust) != noErr) { in tls_open()
307 if (SecTrustSetAnchorCertificates(peerTrust, c->ca_array) != noErr) { in tls_open()
312 if (SecTrustEvaluate(peerTrust, &trustResult) != noErr) { in tls_open()
329 if (peerTrust) in tls_open()
330 CFRelease(peerTrust); in tls_open()
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dtls-darwin.c82 SecTrustRef peerTrust; /* Peer trust reference */ in httpCopyCredentials() local
97 if (!(error = SSLCopyPeerTrust(http->tls, &peerTrust)) && peerTrust) in httpCopyCredentials()
99 …ttpCopyCredentials: Peer provided %d certificates.", (int)SecTrustGetCertificateCount(peerTrust))); in httpCopyCredentials()
103 count = SecTrustGetCertificateCount(peerTrust); in httpCopyCredentials()
107 secCert = SecTrustGetCertificateAtIndex(peerTrust, i); in httpCopyCredentials()
130 CFRelease(peerTrust); in httpCopyCredentials()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dtls-darwin.c430 SecTrustRef peerTrust; /* Peer trust reference */ in httpCopyCredentials() local
445 if (!(error = SSLCopyPeerTrust(http->tls, &peerTrust)) && peerTrust) in httpCopyCredentials()
447 …ttpCopyCredentials: Peer provided %d certificates.", (int)SecTrustGetCertificateCount(peerTrust))); in httpCopyCredentials()
451 count = SecTrustGetCertificateCount(peerTrust); in httpCopyCredentials()
455 secCert = SecTrustGetCertificateAtIndex(peerTrust, i); in httpCopyCredentials()
478 CFRelease(peerTrust); in httpCopyCredentials()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.c546 SecTrustRef peerTrust; /* Peer trust reference */ in httpCopyCredentials()
568 if (!(error = SSLCopyPeerTrust(http->tls, &peerTrust)) && peerTrust) in httpCopyCredentials()
572 count = SecTrustGetCertificateCount(peerTrust); in httpCopyCredentials()
576 secCert = SecTrustGetCertificateAtIndex(peerTrust, i); in httpCopyCredentials()
586 CFRelease(peerTrust); in httpCopyCredentials()