Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supportsECDHE (0.39 sec)

  1. src/crypto/tls/handshake_server.go

    	if http11fallback {
    		return "", nil
    	}
    	return "", fmt.Errorf("tls: client requested unsupported application protocols (%s)", clientProtos)
    }
    
    // supportsECDHE returns whether ECDHE key exchanges can be used with this
    // pre-TLS 1.3 client.
    func supportsECDHE(c *Config, version uint16, supportedCurves []CurveID, supportedPoints []uint8) bool {
    	supportsCurve := false
    	for _, curve := range supportedCurves {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top