Home
last modified time | relevance | path

Searched defs:ClientHelloInfo (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/caddyserver/certmagic/
H A Dhandshake.go39 func (cfg *Config) GetCertificate(clientHello *tls.ClientHelloInfo) (*tls.Certificate, error) {
93 func (cfg *Config) getCertificate(hello *tls.ClientHelloInfo) (cert Certificate, matched, defaulted…
172 func (cfg *Config) selectCert(hello *tls.ClientHelloInfo, name string) (Certificate, bool) {
194 func DefaultCertificateSelector(hello *tls.ClientHelloInfo, choices []Certificate) (Certificate, er…
223 func (cfg *Config) getCertDuringHandshake(hello *tls.ClientHelloInfo, loadIfNecessary, obtainIfNece…
291 func (cfg *Config) obtainOnDemandCertificate(hello *tls.ClientHelloInfo) (Certificate, error) {
339 func (cfg *Config) handshakeMaintenance(hello *tls.ClientHelloInfo, cert Certificate) (Certificate,…
372 func (cfg *Config) renewDynamicCertificate(hello *tls.ClientHelloInfo, currentCert Certificate) (Ce…
440 func (cfg *Config) tryDistributedChallengeSolver(clientHello *tls.ClientHelloInfo) (Certificate, bo…
474 func (*Config) getNameFromClientHello(hello *tls.ClientHelloInfo) string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/caddyserver/certmagic/
H A Dhandshake.go43 func (cfg *Config) GetCertificate(clientHello *tls.ClientHelloInfo) (*tls.Certificate, error) {
94 func (cfg *Config) getCertificateFromCache(hello *tls.ClientHelloInfo) (cert Certificate, matched, …
152 func (cfg *Config) selectCert(hello *tls.ClientHelloInfo, name string) (Certificate, bool) {
204 func DefaultCertificateSelector(hello *tls.ClientHelloInfo, choices []Certificate) (Certificate, er…
235 func (cfg *Config) getCertDuringHandshake(hello *tls.ClientHelloInfo, loadIfNecessary, obtainIfNece…
402 func (cfg *Config) obtainOnDemandCertificate(ctx context.Context, hello *tls.ClientHelloInfo) (Cert…
485 func (cfg *Config) handshakeMaintenance(ctx context.Context, hello *tls.ClientHelloInfo, cert Certi…
556 func (cfg *Config) renewDynamicCertificate(ctx context.Context, hello *tls.ClientHelloInfo, current…
700 func (cfg *Config) getCertFromAnyCertManager(ctx context.Context, hello *tls.ClientHelloInfo, log *…
752 func (cfg *Config) getTLSALPNChallengeCert(clientHello *tls.ClientHelloInfo) (*tls.Certificate, boo…
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/ssl/
H A DTLSDefinitions.h85 struct ClientHelloInfo { struct
86 folly::IOBufQueue clientHelloBuf_;
87 uint8_t clientHelloMajorVersion_;
88 uint8_t clientHelloMinorVersion_;
89 std::vector<uint16_t> clientHelloCipherSuites_;
90 std::vector<uint8_t> clientHelloCompressionMethods_;
91 std::vector<TLSExtension> clientHelloExtensions_;
92 std::vector<std::pair<HashAlgorithm, SignatureAlgorithm>> clientHelloSigAlgs_;
93 std::vector<uint16_t> clientHelloSupportedVersions_;
98 std::string clientHelloSNIHostname_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_crypto_server_config.h46 struct QUIC_EXPORT_PRIVATE ClientHelloInfo { struct
52 const QuicIpAddress client_ip;
53 const QuicWallTime now;
56 bool valid_source_address_token;
57 quiche::QuicheStringPiece sni;
58 quiche::QuicheStringPiece client_nonce;
59 quiche::QuicheStringPiece server_nonce;
60 quiche::QuicheStringPiece user_agent_id;
61 SourceAddressTokens source_address_tokens;
64 std::vector<uint32_t> reject_reasons;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_crypto_server_config.h46 struct QUIC_EXPORT_PRIVATE ClientHelloInfo { struct
52 const QuicIpAddress client_ip;
53 const QuicWallTime now;
56 bool valid_source_address_token;
57 absl::string_view sni;
58 absl::string_view client_nonce;
59 absl::string_view server_nonce;
60 absl::string_view user_agent_id;
61 SourceAddressTokens source_address_tokens;
64 std::vector<uint32_t> reject_reasons;
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dcommon.go397 type ClientHelloInfo struct { struct
400 CipherSuites []uint16
405 ServerName string
410 SupportedCurves []CurveID
415 SupportedPoints []uint8
420 SignatureSchemes []SignatureScheme
428 SupportedProtos []string
434 SupportedVersions []uint16
439 Conn net.Conn
443 config *Config
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/tls/
H A Dcommon.go398 type ClientHelloInfo struct { struct
401 CipherSuites []uint16
406 ServerName string
411 SupportedCurves []CurveID
416 SupportedPoints []uint8
421 SignatureSchemes []SignatureScheme
429 SupportedProtos []string
435 SupportedVersions []uint16
440 Conn net.Conn
444 config *Config
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_beforego114.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni_beforego114.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_appengine.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_appengine.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_beforego114.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_appengine.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_beforego114.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni_appengine.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni_appengine.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_beforego114.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/grpc/security/advancedtls/
H A Dsni_beforego114.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni.go30 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
H A Dsni_appengine.go28 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…

12345678910>>...17