Security issue notifications
If you discover a potential security issue in s2n we ask that you notify
AWS Security via our vulnerability reporting page. Please do not create a public github issue.
Problem:
We imposed a limit of 388 GB per s2n_send/sendfile call with ktls. This is because we didn't think it was necessary to add the logic for sending key updates mid-send call. We can remove this restriction in the future if anyone asks for it.
Need By Date:
N/A
Solution:
Requirements / Acceptance Criteria:
Multiple key updates can be sent per s2n_send call.
Out of scope: