Account for Multi-Path in QEO
The current IETF draft for multi-path changes some of the requirements around keys. We should consider those changes for this spec.
Any pointers?
This issue is tracking it from the multi-path side: https://github.com/quicwg/multipath/issues/25.
The current IETF draft for multi-path changes some of the requirements around keys. We should consider those changes for this spec.
If I understand the multi-path draft correctly, the current packet protection scheme will work only for the initial path. But later paths will require the connection ID sequence to be part of the AEAD nonce. Therefore, the proposed API can work with multi-path and in the future, to add multi-path support, a new API will be needed to add paths to an existing connection.
If users are to generate new connection ID sequence (new CIDS) numbers, then the new API will need to bind between new user generated CIDS and existing in-kernel key material.