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
However, the header that defines RSA_PSS_CERTS_SUPPORTED is never included, so it unconditionally evaluates to false, and the RSA-PSS test cases are never executed. Additionally, these test cases fail when the compile definition is corrected.
Previous discussion on this can be seen on the earlier comments in #4430
The text was updated successfully, but these errors were encountered:
Problem:
A test case is gated behind a compile definition
s2n-tls/tests/unit/s2n_tls13_cert_verify_test.c
Lines 38 to 40 in 89dba0e
However, the header that defines
RSA_PSS_CERTS_SUPPORTED
is never included, so it unconditionally evaluates to false, and the RSA-PSS test cases are never executed. Additionally, these test cases fail when the compile definition is corrected.Previous discussion on this can be seen on the earlier comments in #4430
The text was updated successfully, but these errors were encountered: