Changeset 85628 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 6, 2020 12:43:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp
r85121 r85628 389 389 * @param hDigests The digest corresponding to 390 390 * pSignerInfo->DigestAlgorithm. 391 * @param fFlags Ver ficiation flags.391 * @param fFlags Verification flags. 392 392 * @param hAdditionalCerts Store containing optional certificates, 393 393 * optional. … … 517 517 if (RT_FAILURE(rc)) 518 518 rc = RTErrInfoSetF(pErrInfo, VERR_CR_PKCS7_SIGNATURE_VERIFICATION_FAILED, 519 "Signature ver ficiation failed: %Rrc", rc);519 "Signature verification failed: %Rrc", rc); 520 520 RTCrPkixSignatureRelease(hSignature); 521 521 } … … 544 544 * signature too if nested). 545 545 * @param pSignedData The SignedData. 546 * @param fFlags Ver ficiation flags.546 * @param fFlags Verification flags. 547 547 * @param hAdditionalCerts Store containing optional certificates, 548 548 * optional.
Note:
See TracChangeset
for help on using the changeset viewer.