Home
last modified time | relevance | path

Searched refs:ClientHelloParser (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_clienthello-inl.h32 inline ClientHelloParser::ClientHelloParser() in ClientHelloParser() function
40 inline void ClientHelloParser::Reset() { in Reset()
52 inline void ClientHelloParser::Start(ClientHelloParser::OnHelloCb onhello_cb, in Start()
53 ClientHelloParser::OnEndCb onend_cb, in Start()
67 inline void ClientHelloParser::End() { in End()
77 inline bool ClientHelloParser::IsEnded() const { in IsEnded()
81 inline bool ClientHelloParser::IsPaused() const { in IsPaused()
Dcrypto_clienthello.cc27 void ClientHelloParser::Parse(const uint8_t* data, size_t avail) { in Parse()
47 bool ClientHelloParser::ParseRecordHeader(const uint8_t* data, size_t avail) { in ParseRecordHeader()
75 void ClientHelloParser::ParseHeader(const uint8_t* data, size_t avail) { in ParseHeader()
128 void ClientHelloParser::ParseExtension(const uint16_t type, in ParseExtension()
169 bool ClientHelloParser::ParseTLSClientHello(const uint8_t* data, size_t avail) { in ParseTLSClientHello()
Dcrypto_clienthello.h41 class ClientHelloParser {
43 inline ClientHelloParser();
60 friend class ClientHelloParser; variable
Dcrypto_tls.h252 ClientHelloParser hello_parser_;
Dcrypto_tls.cc79 const ClientHelloParser::ClientHello& hello) { in OnClientHello()
/third_party/node/test/cctest/
Dtest_crypto_clienthello.cc113 using node::crypto::ClientHelloParser; in TEST()
122 node::crypto::ClientHelloParser parser; in TEST()
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md3139 …odejs/node/commit/752e1472e1)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nieß…
3255 …nodejs/node/commit/fc17b808c9)] - **src**: rename misleading arg in ClientHelloParser (Tobias Nieß…
DCHANGELOG_V9.md1178 …com/nodejs/node/commit/1b8d3ec5e7)] - **crypto**: add ocsp\_request ClientHelloParser::Reset (Dani…
DCHANGELOG_V8.md1337 …com/nodejs/node/commit/1279893a46)] - **crypto**: add ocsp\_request ClientHelloParser::Reset (Dani…
DCHANGELOG_V6.md645 …com/nodejs/node/commit/4b4e4db1c1)] - **crypto**: add ocsp\_request ClientHelloParser::Reset (Dani…