- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 67 for x519 (0.02 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/HostnameVerifierTest.kt
// [distinguished_name] // [req_extensions] // [x509_extensions] // subjectAltName=DNS:localhost.localdomain,DNS:localhost,IP:127.0.0.1 // // $ openssl req -x509 -nodes -days 36500 -subj '/CN=localhost' -config ./cert.cnf \ // -newkey rsa:512 -out cert.pem val certificate = certificate( """ -----BEGIN CERTIFICATE-----
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 40.4K bytes - Viewed (0) -
api/go1.22.txt
pkg cmp, func Or[$0 comparable](...$0) $0 #60204 pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665 pkg crypto/x509, method (*CertPool) AddCertWithConstraint(*Certificate, func([]*Certificate) error) #57178 pkg crypto/x509, method (OID) Equal(OID) bool #60665 pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665 pkg crypto/x509, method (OID) String() string #60665 pkg crypto/x509, type Certificate struct, Policies []OID #60665
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 24 20:54:27 UTC 2024 - 7.7K bytes - Viewed (0) -
api/go1.8.txt
pkg crypto/tls, type SignatureScheme uint16 pkg crypto/x509, const NameMismatch = 5 pkg crypto/x509, const NameMismatch InvalidReason pkg crypto/x509, const SHA256WithRSAPSS = 13 pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm pkg crypto/x509, const SHA384WithRSAPSS = 14 pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 21 05:25:57 UTC 2016 - 16.3K bytes - Viewed (0) -
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, }, Intermediates: intermediates, Roots: globalRootCAs, }) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 36.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vnni.s
VPDPBUSDS X25, X14, K4, X19 // 62820d0c51d9 VPDPBUSDS X11, X14, K4, X19 // 62c20d0c51db VPDPBUSDS X17, X14, K4, X19 // 62a20d0c51d9 VPDPBUSDS 7(AX)(CX*4), X14, K4, X19 // 62e20d0c519c8807000000 VPDPBUSDS 7(AX)(CX*1), X14, K4, X19 // 62e20d0c519c0807000000 VPDPBUSDS X25, X0, K4, X19 // 62827d0c51d9
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 27.5K bytes - Viewed (0) -
misc/ios/detect.go
// detect shells out to ideviceinfo, a third party program that can // be obtained by following the instructions at // https://github.com/libimobiledevice/libimobiledevice. package main import ( "bytes" "crypto/x509" "fmt" "os" "os/exec" "strings" ) func main() { udids := getLines(exec.Command("idevice_id", "-l")) if len(udids) == 0 { fail("no udid found; is a device connected?") }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Oct 19 23:33:30 UTC 2023 - 3.2K bytes - Viewed (0) -
docs/debugging/inspect/main.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Feb 17 17:09:42 UTC 2025 - 5.7K bytes - Viewed (0) -
api/go1.21.txt
pkg crypto/x509, type RevocationListEntry struct #53573 pkg crypto/x509, type RevocationListEntry struct, Extensions []pkix.Extension #53573 pkg crypto/x509, type RevocationListEntry struct, ExtraExtensions []pkix.Extension #53573 pkg crypto/x509, type RevocationListEntry struct, Raw []uint8 #53573 pkg crypto/x509, type RevocationListEntry struct, ReasonCode int #53573
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi.s
VPERMB X19, X20, K1, X23 // 62a25d018dfb VPERMB X0, X20, K1, X23 // 62e25d018df8 VPERMB 7(SI)(DI*4), X20, K1, X23 // 62e25d018dbcbe07000000 VPERMB -7(DI)(R8*2), X20, K1, X23 // 62a25d018dbc47f9ffffff VPERMB X26, X2, K1, X23 // 62826d098dfa VPERMB X19, X2, K1, X23 // 62a26d098dfb
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 28.7K bytes - Viewed (0) -
cmd/globals.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "crypto/x509" "errors" "net/http" "os" "sync" "time" consoleapi "github.com/minio/console/api" "github.com/minio/dnscache" "github.com/minio/madmin-go/v3" "github.com/minio/minio-go/v7"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 16.2K bytes - Viewed (1)