Home
last modified time | relevance | path

Searched refs:downgradeTLS13 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go2065 downgradeTLS13 = []byte{0x44, 0x4f, 0x57, 0x4e, 0x47, 0x52, 0x44, 0x01} var
Dhandshake_client.go648 if bytes.Equal(gotDowngrade, downgradeTLS13) {
Dhandshake_server.go1199 copy(hs.hello.random[len(hs.hello.random)-8:], downgradeTLS13)