generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
Security issue notifications
If you discover a potential security issue in s2n-quic we ask that you notify
AWS Security via our vulnerability reporting page. Please do not create a public github issue.
Problem:
Bach tests currently don't attribute any cost to the TLS operations during the QUIC handshake. Mark opened a PR to add this cost, however, it's clear that doing this change will be a fair bit of work since the new bach times will cause tests to fail, needing more investigation. Also we want to take a different approach by using the offloading feature to attribute the CPU more precisely.
Need By Date:
N/A
Solution:
Use offloading feature to attribute CPU for TLS operations.
Requirements / Acceptance Criteria:
Tests pass. Sims show up with more accurate handshake times.