VirtualBox

Ignore:
Timestamp:
Aug 15, 2018 9:54:56 AM (6 years ago)
Author:
vboxsync
Message:

tstRTCrX509: Fix for new status on missing MD4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTCrX509-1.cpp

    r69111 r73688  
    157157                                    rc = RTCrX509Certificate_VerifySignatureSelfSigned(paCerts[j], NULL /*pErrInfo*/);
    158158                                    if (   RT_FAILURE(rc)
    159                                         && (   rc != VERR_CR_PKIX_OSSL_CIPHER_ALGO_NOT_KNOWN_EVP
     159                                        && (   (   rc != VERR_CR_PKIX_OSSL_CIPHER_ALGO_NOT_KNOWN_EVP
     160                                                && rc != VERR_NOT_FOUND)
    160161                                            || !g_aFiles[i].fMaybeNotInOpenSSL) )
    161162                                        RTTestIFailed("RTCrX509Certificate_VerifySignatureSelfSigned failed for %s (#%u), variation %u: %Rrc",
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette