- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for KeyUsages (0.11 sec)
-
cmd/sts-handlers.go
certificate := r.TLS.PeerCertificates[0] if !globalIAMSys.STSTLSConfig.InsecureSkipVerify { // Verify whether the client certificate has been issued by a trusted CA. _, err := certificate.Verify(x509.VerifyOptions{ KeyUsages: []x509.ExtKeyUsage{ x509.ExtKeyUsageClientAuth, }, Roots: globalRootCAs, }) if err != nil { writeSTSErrorResponse(ctx, w, ErrSTSInvalidClientCertificate, err) return }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 01:29:20 UTC 2024 - 33.9K bytes - Viewed (0) -
api/go1.1.txt
pkg crypto/x509, type Certificate struct, IPAddresses []net.IP pkg crypto/x509, type PEMCipher int pkg crypto/x509, type SystemRootsError struct pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage pkg crypto/x509, var IncorrectPasswordError error pkg database/sql, method (*DB) Ping() error pkg database/sql, method (*DB) SetMaxIdleConns(int) pkg database/sql/driver, type Queryer interface { Query }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)