discardHandshakeBuffer is called when there is no more need to buffer the entirety of the handshake messages.
()
| 240 | // discardHandshakeBuffer is called when there is no more need to |
| 241 | // buffer the entirety of the handshake messages. |
| 242 | func (h *finishedHash) discardHandshakeBuffer() { |
| 243 | h.buffer = nil |
| 244 | } |
| 245 | |
| 246 | // noExportedKeyingMaterial is used as a value of |
| 247 | // ConnectionState.ekm when renegotiation is enabled and thus |
no outgoing calls
no test coverage detected