Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newRecordHeaderError (0.16 sec)

  1. src/crypto/tls/conn.go

    			return c.in.setErrorLocked(c.newRecordHeaderError(c.conn, "first record does not look like a TLS handshake"))
    		}
    	}
    	if c.vers == VersionTLS13 && n > maxCiphertextTLS13 || n > maxCiphertext {
    		c.sendAlert(alertRecordOverflow)
    		msg := fmt.Sprintf("oversized record received with length %d", n)
    		return c.in.setErrorLocked(c.newRecordHeaderError(nil, msg))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top