h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
536 stars 140 forks source link

provide API for fully rewriting IV #468

Closed kazuho closed 1 year ago

kazuho commented 1 year ago

rather than just providing xor_iv.

For context, some backends have had a loophole that allows callers set full-IV, but that loophole was closed in https://github.com/h2o/picotls/pull/466.