Home
last modified time | relevance | path

Searched refs:certificates (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/
DTHttpTransport.cs48 … public THttpTransport(Uri uri, TConfiguration config, IEnumerable<X509Certificate> certificates, in THttpTransport() argument
53 _certificates = (certificates ?? Enumerable.Empty<X509Certificate>()).ToArray(); in THttpTransport()
192 … public virtual HttpClientHandler CreateHttpClientHandler(X509Certificate[] certificates = null) in CreateHttpClientHandler() argument
195 if (certificates != null) in CreateHttpClientHandler()
196 handler.ClientCertificates.AddRange(certificates); in CreateHttpClientHandler()
/thrift-3.4.0/build/docker/scripts/
Dcoverity.sh16 wget -nv https://entrust.com/root-certificates/entrust_l1k.cer -O /tmp/scanca.cer
/thrift-3.4.0/test/keys/
DREADME.md2 This folder is dedicated to test keys and certificates provided in multiple formats.
12 ## create certificates
/thrift-3.4.0/lib/cpp/
DREADME.md212 certificates before you can run the test code in SSL mode. Make sure at least
/thrift-3.4.0/
DCHANGES.md1669 …issues.apache.org/jira/browse/THRIFT-2103) - [python] Support for SSL certificates with Subject Al…
1968 …apache.org/jira/browse/THRIFT-1867) - Python client/server should support client-side certificates.
2260 …e.org/jira/browse/THRIFT-3117) - Java TSSLTransportFactory can't load certificates within JAR arch…
2954 - [THRIFT-2455](https://issues.apache.org/jira/browse/THRIFT-2455) - Allow client certificates to b…
3019 - [THRIFT-2325](https://issues.apache.org/jira/browse/THRIFT-2325) - SSL test certificates
3192 …/issues.apache.org/jira/browse/THRIFT-1966) - Support different files for SSL certificates and keys