tlswg / dtls13-spec

Repo for DTLS 1.3
32 stars 25 forks source link

More epochs per connection (uint32 or uint64) #250

Closed emanjon closed 2 years ago

emanjon commented 3 years ago

This PR addresses #249.

Larger epoch (e.g. 32-bit) seems quite straightforward.

Note that a 32-bit epoch still limits the number of packets in a AES-GCM connection compared to what is allowed in DTLS 1.2. 2^56.6 compared to 2^64. 2^56.5 is likely enough for all use cases but epoch could also be made even larger 2^48 or 2^64.

chris-wood commented 2 years ago

Based on IETF 112, closing in favor of #257.