Home
last modified time | relevance | path

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

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