Home
last modified time | relevance | path

Searched refs:ClientAuth (Results 1 – 25 of 1707) sorted by relevance

12345678910>>...69

/dports/net/traefik/traefik-2.6.1/pkg/tls/
H A Dtlsmanager_test.go177 ClientAuth: ClientAuth{},
180 ClientAuth: ClientAuth{ClientAuthType: ""},
183 ClientAuth: ClientAuth{ClientAuthType: "NoClientCert"},
186 ClientAuth: ClientAuth{ClientAuthType: "RequestClientCert"},
189 ClientAuth: ClientAuth{ClientAuthType: "RequireAnyClientCert"},
192 ClientAuth: ClientAuth{
198 ClientAuth: ClientAuth{ClientAuthType: "VerifyClientCertIfGiven"},
201 ClientAuth: ClientAuth{ClientAuthType: "RequireAndVerifyClientCert"},
204 ClientAuth: ClientAuth{
210 ClientAuth: ClientAuth{
[all …]
H A Dzz_generated.deepcopy.go55 func (in *ClientAuth) DeepCopyInto(out *ClientAuth) { argument
66 func (in *ClientAuth) DeepCopy() *ClientAuth {
70 out := new(ClientAuth)
88 in.ClientAuth.DeepCopyInto(&out.ClientAuth)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/node_exporter/https/
H A Dtls_config.go34 ClientAuth string `yaml:"client_auth_type"` member
86 if len(c.ClientAuth) > 0 {
87 switch s := (c.ClientAuth); s {
89 cfg.ClientAuth = tls.NoClientCert
91 cfg.ClientAuth = tls.RequestClientCert
93 cfg.ClientAuth = tls.RequireAnyClientCert
95 cfg.ClientAuth = tls.VerifyClientCertIfGiven
97 cfg.ClientAuth = tls.RequireAndVerifyClientCert
99 cfg.ClientAuth = tls.NoClientCert
104 if len(c.ClientCAs) > 0 && cfg.ClientAuth == tls.NoClientCert {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/node_exporter/https/
H A Dtls_config.go34 ClientAuth string `yaml:"client_auth_type"` member
86 if len(c.ClientAuth) > 0 {
87 switch s := (c.ClientAuth); s {
89 cfg.ClientAuth = tls.NoClientCert
91 cfg.ClientAuth = tls.RequestClientCert
93 cfg.ClientAuth = tls.RequireAnyClientCert
95 cfg.ClientAuth = tls.VerifyClientCertIfGiven
97 cfg.ClientAuth = tls.RequireAndVerifyClientCert
99 cfg.ClientAuth = tls.NoClientCert
104 if len(c.ClientCAs) > 0 && cfg.ClientAuth == tls.NoClientCert {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/https/
H A Dtls_config.go34 ClientAuth string `yaml:"client_auth_type"` member
86 if len(c.ClientAuth) > 0 {
87 switch s := (c.ClientAuth); s {
89 cfg.ClientAuth = tls.NoClientCert
91 cfg.ClientAuth = tls.RequestClientCert
93 cfg.ClientAuth = tls.RequireAnyClientCert
95 cfg.ClientAuth = tls.VerifyClientCertIfGiven
97 cfg.ClientAuth = tls.RequireAndVerifyClientCert
99 cfg.ClientAuth = tls.NoClientCert
104 if len(c.ClientCAs) > 0 && cfg.ClientAuth == tls.NoClientCert {
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbench.rs97 enum ClientAuth { enum
171 client_auth: ClientAuth, in make_server_config() argument
176 ClientAuth::Yes => { in make_server_config()
184 ClientAuth::No => { in make_server_config()
209 clientauth: ClientAuth, in make_client_config() argument
221 if clientauth == ClientAuth::Yes { in make_client_config()
246 clientauth: ClientAuth, in bench_handshake() argument
285 if clientauth == ClientAuth::Yes { in bench_handshake()
295 if clientauth == ClientAuth::Yes { in bench_handshake()
495 bench_handshake(*version, suite, ClientAuth::No, Resumption::No); in all_tests()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbench.rs97 enum ClientAuth { enum
171 client_auth: ClientAuth, in make_server_config() argument
176 ClientAuth::Yes => { in make_server_config()
184 ClientAuth::No => { in make_server_config()
209 clientauth: ClientAuth, in make_client_config() argument
221 if clientauth == ClientAuth::Yes { in make_client_config()
246 clientauth: ClientAuth, in bench_handshake() argument
285 if clientauth == ClientAuth::Yes { in bench_handshake()
295 if clientauth == ClientAuth::Yes { in bench_handshake()
495 bench_handshake(*version, suite, ClientAuth::No, Resumption::No); in all_tests()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbench.rs97 enum ClientAuth { enum
171 client_auth: ClientAuth, in make_server_config() argument
176 ClientAuth::Yes => { in make_server_config()
184 ClientAuth::No => { in make_server_config()
209 clientauth: ClientAuth, in make_client_config() argument
221 if clientauth == ClientAuth::Yes { in make_client_config()
246 clientauth: ClientAuth, in bench_handshake() argument
285 if clientauth == ClientAuth::Yes { in bench_handshake()
295 if clientauth == ClientAuth::Yes { in bench_handshake()
495 bench_handshake(*version, suite, ClientAuth::No, Resumption::No); in all_tests()
[all …]
/dports/net/krill/krill-0.9.4/src/commons/remote/
H A Dapi.rs11 pub struct ClientAuth { struct
16 impl ClientAuth { implementation
18 ClientAuth { cert } in new()
33 auth: ClientAuth,
37 pub fn new(handle: Handle, auth: ClientAuth) -> Self { in new()
40 pub fn unwrap(self) -> (Handle, ClientAuth) { in unwrap() argument
46 pub fn auth(&self) -> &ClientAuth { in auth() argument
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/rustls-0.18.1/examples/internal/
H A Dbench.rs104 enum ClientAuth { enum
198 client_auth: ClientAuth, in make_server_config() argument
203 ClientAuth::Yes => { in make_server_config()
211 ClientAuth::No => { in make_server_config()
237 clientauth: ClientAuth, in make_client_config() argument
248 if clientauth == ClientAuth::Yes { in make_client_config()
273 clientauth: ClientAuth, in bench_handshake() argument
311 if clientauth == ClientAuth::Yes { in bench_handshake()
322 if clientauth == ClientAuth::Yes { in bench_handshake()
519 bench_handshake(test, ClientAuth::No, Resumption::No); in all_tests()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs110 enum ClientAuth { enum
265 client_auth: ClientAuth, in make_server_config() argument
270 ClientAuth::Yes => { in make_server_config()
278 ClientAuth::No => NoClientAuth::new(), in make_server_config()
303 clientauth: ClientAuth, in make_client_config() argument
318 if clientauth == ClientAuth::Yes { in make_client_config()
388 if clientauth == ClientAuth::Yes { in bench_handshake()
401 if clientauth == ClientAuth::Yes { in bench_handshake()
431 ClientAuth::No, in bench_bulk()
492 ClientAuth::No, in bench_memory()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/examples/internal/
H A Dbench.rs121 enum ClientAuth { enum
293 client_auth: ClientAuth, in make_server_config() argument
298 ClientAuth::Yes => { in make_server_config()
306 ClientAuth::No => NoClientAuth::new(), in make_server_config()
332 clientauth: ClientAuth, in make_client_config() argument
347 let mut cfg = if clientauth == ClientAuth::Yes { in make_client_config()
415 if clientauth == ClientAuth::Yes { in bench_handshake()
428 if clientauth == ClientAuth::Yes { in bench_handshake()
458 ClientAuth::No, in bench_bulk()
524 ClientAuth::No, in bench_memory()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/examples/internal/
H A Dbench.rs121 enum ClientAuth { enum
293 client_auth: ClientAuth, in make_server_config() argument
298 ClientAuth::Yes => { in make_server_config()
306 ClientAuth::No => NoClientAuth::new(), in make_server_config()
332 clientauth: ClientAuth, in make_client_config() argument
347 let mut cfg = if clientauth == ClientAuth::Yes { in make_client_config()
415 if clientauth == ClientAuth::Yes { in bench_handshake()
428 if clientauth == ClientAuth::Yes { in bench_handshake()
458 ClientAuth::No, in bench_bulk()
524 ClientAuth::No, in bench_memory()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dtls_config.go45 ClientAuth string `yaml:"client_auth_type"` member
93 if c.TLSCertPath == "" && c.TLSKeyPath == "" && c.ClientAuth == "" && c.ClientCAs == "" {
154 switch c.ClientAuth {
156 cfg.ClientAuth = tls.RequestClientCert
158 cfg.ClientAuth = tls.RequireAnyClientCert
160 cfg.ClientAuth = tls.VerifyClientCertIfGiven
162 cfg.ClientAuth = tls.RequireAndVerifyClientCert
164 cfg.ClientAuth = tls.NoClientCert
166 return nil, errors.New("Invalid ClientAuth: " + c.ClientAuth)
169 if c.ClientCAs != "" && cfg.ClientAuth == tls.NoClientCert {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dtls_config.go45 ClientAuth string `yaml:"client_auth_type"` member
93 if c.TLSCertPath == "" && c.TLSKeyPath == "" && c.ClientAuth == "" && c.ClientCAs == "" {
154 switch c.ClientAuth {
156 cfg.ClientAuth = tls.RequestClientCert
158 cfg.ClientAuth = tls.RequireAnyClientCert
160 cfg.ClientAuth = tls.VerifyClientCertIfGiven
162 cfg.ClientAuth = tls.RequireAndVerifyClientCert
164 cfg.ClientAuth = tls.NoClientCert
166 return nil, errors.New("Invalid ClientAuth: " + c.ClientAuth)
169 if c.ClientCAs != "" && cfg.ClientAuth == tls.NoClientCert {
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dtls_config.go45 ClientAuth string `yaml:"client_auth_type"` member
93 if c.TLSCertPath == "" && c.TLSKeyPath == "" && c.ClientAuth == "" && c.ClientCAs == "" {
154 switch c.ClientAuth {
156 cfg.ClientAuth = tls.RequestClientCert
158 cfg.ClientAuth = tls.RequireAnyClientCert
160 cfg.ClientAuth = tls.VerifyClientCertIfGiven
162 cfg.ClientAuth = tls.RequireAndVerifyClientCert
164 cfg.ClientAuth = tls.NoClientCert
166 return nil, errors.New("Invalid ClientAuth: " + c.ClientAuth)
169 if c.ClientCAs != "" && cfg.ClientAuth == tls.NoClientCert {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dtls_config.go45 ClientAuth string `yaml:"client_auth_type"` member
97 if c.TLSCertPath == "" && c.TLSKeyPath == "" && c.ClientAuth == "" && c.ClientCAs == "" {
158 switch c.ClientAuth {
160 cfg.ClientAuth = tls.RequestClientCert
162 cfg.ClientAuth = tls.RequireAnyClientCert
164 cfg.ClientAuth = tls.VerifyClientCertIfGiven
166 cfg.ClientAuth = tls.RequireAndVerifyClientCert
168 cfg.ClientAuth = tls.NoClientCert
170 return nil, errors.New("Invalid ClientAuth: " + c.ClientAuth)
173 if c.ClientCAs != "" && cfg.ClientAuth == tls.NoClientCert {
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dtls_config.go45 ClientAuth string `yaml:"client_auth_type"` member
93 if c.TLSCertPath == "" && c.TLSKeyPath == "" && c.ClientAuth == "" && c.ClientCAs == "" {
154 switch c.ClientAuth {
156 cfg.ClientAuth = tls.RequestClientCert
158 cfg.ClientAuth = tls.RequireAnyClientCert
160 cfg.ClientAuth = tls.VerifyClientCertIfGiven
162 cfg.ClientAuth = tls.RequireAndVerifyClientCert
164 cfg.ClientAuth = tls.NoClientCert
166 return nil, errors.New("Invalid ClientAuth: " + c.ClientAuth)
169 if c.ClientCAs != "" && cfg.ClientAuth == tls.NoClientCert {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dtls_config.go45 ClientAuth string `yaml:"client_auth_type"` member
93 if c.TLSCertPath == "" && c.TLSKeyPath == "" && c.ClientAuth == "" && c.ClientCAs == "" {
154 switch c.ClientAuth {
156 cfg.ClientAuth = tls.RequestClientCert
158 cfg.ClientAuth = tls.RequireAnyClientCert
160 cfg.ClientAuth = tls.VerifyClientCertIfGiven
162 cfg.ClientAuth = tls.RequireAndVerifyClientCert
164 cfg.ClientAuth = tls.NoClientCert
166 return nil, errors.New("Invalid ClientAuth: " + c.ClientAuth)
169 if c.ClientCAs != "" && cfg.ClientAuth == tls.NoClientCert {

12345678910>>...69