Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClientAuth (0.12 sec)

  1. src/crypto/tls/handshake_server_test.go

    		b.Run("TLSv12", func(b *testing.B) {
    			benchmarkHandshakeServer(b, VersionTLS12, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,
    				CurveP521, testECDSACertificate, testECDSAPrivateKey)
    		})
    	})
    }
    
    func TestClientAuth(t *testing.T) {
    	var certPath, keyPath, ecdsaCertPath, ecdsaKeyPath, ed25519CertPath, ed25519KeyPath string
    
    	if *update {
    		certPath = tempFile(clientCertificatePEM)
    		defer os.Remove(certPath)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top