discardHandshakeBuffer is called when there is no more need to buffer the entirety of the handshake messages.
()
| 249 | // discardHandshakeBuffer is called when there is no more need to |
| 250 | // buffer the entirety of the handshake messages. |
| 251 | func (h *finishedHash) discardHandshakeBuffer() { |
| 252 | h.buffer = nil |
| 253 | } |
| 254 | |
| 255 | // noEKMBecauseRenegotiation is used as a value of |
| 256 | // ConnectionState.ekm when renegotiation is enabled and thus |
no outgoing calls
no test coverage detected