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:
Currently, s2n-tls does not support certificate revocation validation via CRLs.
Solution:
Implement a callback that will allow users to provide CRLs for received certificates, which will be used to check the certificates for revocation.
- Does this change what S2N sends over the wire? No.
- Does this change any public APIs? Yes, new public APIs will be added to set and interact with the CRL callback.
- Which versions of TLS will this impact? All versions.
Project Plan
Other potential features
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:
Currently, s2n-tls does not support certificate revocation validation via CRLs.
Solution:
Implement a callback that will allow users to provide CRLs for received certificates, which will be used to check the certificates for revocation.
Project Plan
Other potential features