bneradt opened a new pull request, #13397:
URL: https://github.com/apache/trafficserver/pull/13397

   QUIC address-validation and stateless-reset tokens use fixed
   compile-time secrets, allowing anyone with the source to reproduce
   valid token MACs.
   
   This replaces the fixed values with reloadable 32-byte keys and a
   random per-process fallback. Multiple file keys allow rotation without
   immediately invalidating address-validation tokens, and HMAC-SHA256
   protects all token types.
   
   This also rejects malformed tokens before parsing and adds coverage for
   file loading, key rotation, invalid files, and fallback-key stability.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to