Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HRR (0.03 sec)

  1. src/crypto/tls/bogo_shim_test.go

    	_      = flag.Bool("ipv6", false, "")
    
    	echConfigListB64           = flag.String("ech-config-list", "", "")
    	expectECHAccepted          = flag.Bool("expect-ech-accept", false, "")
    	expectHRR                  = flag.Bool("expect-hrr", false, "")
    	expectedECHRetryConfigs    = flag.String("expect-ech-retry-configs", "", "")
    	expectNoECHRetryConfigs    = flag.Bool("expect-no-ech-retry-configs", false, "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:25:39 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_client_tls13.go

    	if hs.c.quic != nil {
    		return nil
    	}
    	if hs.sentDummyCCS {
    		return nil
    	}
    	hs.sentDummyCCS = true
    
    	return hs.c.writeChangeCipherRecord()
    }
    
    // processHelloRetryRequest handles the HRR in hs.serverHello, modifies and
    // resends hs.hello, and reads the new ServerHello into hs.serverHello.
    func (hs *clientHandshakeStateTLS13) processHelloRetryRequest() error {
    	c := hs.c
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  3. src/crypto/tls/bogo_config.json

            "NoNullCompression-TLS12": "TODO: first pass, this should be fixed",
            "KeyUpdate-RequestACK": "TODO: first pass, this should be fixed",
            "TLS13-HRR-InvalidCompressionMethod": "TODO: first pass, this should be fixed",
            "InvalidCompressionMethod": "TODO: first pass, this should be fixed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 15:52:42 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top