You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "NSA Suite B" profile for TLS is defined in RFC 5430. One of its defining characteristic is that all the asymmetric crypto is based on elliptic curves - not RSA or FFDH.
However at some point it looks like we ended up adding RSA signatures to ssl_preset_suiteb_sig_algs and ssl_tls12_preset_suiteb_sig_algs in ssl_tls.c. This is wrong and should be fixed.
(Note: the "suite B" profile in X.509 is unaffected.)
The text was updated successfully, but these errors were encountered:
Summary
The "NSA Suite B" profile for TLS is defined in RFC 5430. One of its defining characteristic is that all the asymmetric crypto is based on elliptic curves - not RSA or FFDH.
However at some point it looks like we ended up adding RSA signatures to
ssl_preset_suiteb_sig_algs
andssl_tls12_preset_suiteb_sig_algs
inssl_tls.c
. This is wrong and should be fixed.(Note: the "suite B" profile in X.509 is unaffected.)
The text was updated successfully, but these errors were encountered: