Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PKCS1WithSHA1 (0.17 sec)

  1. src/crypto/tls/tls_test.go

    			SignatureSchemes:  []SignatureScheme{PKCS1WithSHA1},
    			SupportedVersions: []uint16{VersionTLS13, VersionTLS12},
    		}, "signature algorithms"},
    		{rsaCert, &ClientHelloInfo{
    			CipherSuites:      []uint16{TLS_RSA_WITH_AES_128_GCM_SHA256},
    			SignatureSchemes:  []SignatureScheme{PKCS1WithSHA1},
    			SupportedVersions: []uint16{VersionTLS13, VersionTLS12},
    			config: &Config{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  2. src/crypto/tls/common.go

    	ECDSAWithP521AndSHA512 SignatureScheme = 0x0603
    
    	// EdDSA algorithms.
    	Ed25519 SignatureScheme = 0x0807
    
    	// Legacy signature and hash algorithms for TLS 1.2.
    	PKCS1WithSHA1 SignatureScheme = 0x0201
    	ECDSAWithSHA1 SignatureScheme = 0x0203
    )
    
    // ClientHelloInfo contains information from a ClientHello message in order to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
Back to top