-
Notifications
You must be signed in to change notification settings - Fork 766
Open
Labels
Description
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've ended up with two duplicate feature flags, S2N_LIBCRYPTO_SUPPORTS_EVP_KEM AND S2N_LIBCRYPTO_SUPPORTS_MLKEM, essentially, they both test for the existence of MLKEM algorithms. We should figure out how that happened and remove one if necessary.
Need By Date:
N/A
Solution:
Probably remove one of the flags. But first we should understand how we ended up with identical feature flags. I think it was when @alexw91 was removing kyber from out library.
Requirements / Acceptance Criteria:
Out of scope:
Reactions are currently unavailable