Dtls13Client.processEncryptedFlight
bool processEncryptedFlight(const(ubyte)[] datagram)Process an encrypted flight of handshake messages.
Decrypts records using the current read AEAD and dispatches handshake messages to the appropriate handler based on the current phase.
Parameters
datagram | The received datagram bytes. |
Returns
true if processing succeeded and phase advanced.