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 test s2n_x509_validator_test fails on 32-bit systems such as i586 with:
[ 276s] 177/180 Test #180: s2n_x509_validator_test ..........................***Failed 0.02 sec
[ 276s] NOTE: Some details are omitted, run with S2N_PRINT_STACKTRACE=1 for a verbose backtrace.
[ 276s] See https://github.com/awslabs/s2n/blob/main/docs/USAGE-GUIDE.md
[ 276s] FAILED test 172
[ 276s] (S2N_CERT_OK) == (s2n_x509_validator_validate_cert_stapled_ocsp_response(&validator, connection, s2n_stuffer_raw_read(&ocsp_data_stuffer, ocsp_data_len), ocsp_data_len)) is not true (../tests/unit/s2n_x509_validator_test.c line 815)
[ 276s] Error Message: 'a safety check failed'
[ 276s] Debug String: 'Error encountered in ../utils/s2n_asn1_time.c line 266'
[ 276s] System Error: Value too large for defined data type (75)
[ 276s] Running ../tests/unit/s2n_x509_validator_test.c ...
The text was updated successfully, but these errors were encountered:
The test
s2n_x509_validator_test
fails on 32-bit systems such as i586 with:The text was updated successfully, but these errors were encountered: