Changeset 73688 in vbox for trunk/src/VBox/Runtime/testcase/tstRTCrX509-1.cpp
- Timestamp:
- Aug 15, 2018 9:54:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTCrX509-1.cpp
r69111 r73688 157 157 rc = RTCrX509Certificate_VerifySignatureSelfSigned(paCerts[j], NULL /*pErrInfo*/); 158 158 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) 160 161 || !g_aFiles[i].fMaybeNotInOpenSSL) ) 161 162 RTTestIFailed("RTCrX509Certificate_VerifySignatureSelfSigned failed for %s (#%u), variation %u: %Rrc",
Note:
See TracChangeset
for help on using the changeset viewer.