In DTLS 1.3 after negotiating the connection_id extension (RFC9146), both of the client and server can send a NewConnectionId (defined in RFC 9147 section 9) message to update the CID value used.
This issue tracks the implementation of the message parsing. Functionallity releated to actually updating the CID is blocked by the implementation fo the DTLS 1.3 handshake flights.
This is not a requirement for DTLS 1.3 MVP, but certainly a nice to have as we offer the connection_id extension.
In DTLS 1.3 after negotiating the
connection_idextension (RFC9146), both of the client and server can send aNewConnectionId(defined in RFC 9147 section 9) message to update the CID value used.This issue tracks the implementation of the message parsing. Functionallity releated to actually updating the CID is blocked by the implementation fo the DTLS 1.3 handshake flights.
This is not a requirement for DTLS 1.3 MVP, but certainly a nice to have as we offer the
connection_idextension.