Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28736)
- name: make test
continue-on-error: true
run: |
- make TESTS=test_handshake-memfail test
+ make TESTS="test_handshake-memfail test_x509-memfail" test
enable_brotli_and_asan_ubsan:
if: github.repository == 'openssl/openssl'
goto err;
if (!TEST_int_lt(ASN1_item_verify(ASN1_ITEM_rptr(X509_CINF),
- (X509_ALGOR *)alg, (ASN1_BIT_STRING *)sig,
- NULL, pkey), 0))
+ (X509_ALGOR *)alg, (ASN1_BIT_STRING *)sig,
+ NULL, pkey), 0))
goto err;
X509_issuer_name_hash(x509);