VirtualBox

Changeset 85628 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 6, 2020 12:43:22 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/pkcs7: Comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp

    r85121 r85628  
    389389 * @param   hDigests            The digest corresponding to
    390390 *                              pSignerInfo->DigestAlgorithm.
    391  * @param   fFlags              Verficiation flags.
     391 * @param   fFlags              Verification flags.
    392392 * @param   hAdditionalCerts    Store containing optional certificates,
    393393 *                              optional.
     
    517517                    if (RT_FAILURE(rc))
    518518                        rc = RTErrInfoSetF(pErrInfo, VERR_CR_PKCS7_SIGNATURE_VERIFICATION_FAILED,
    519                                            "Signature verficiation failed: %Rrc", rc);
     519                                           "Signature verification failed: %Rrc", rc);
    520520                    RTCrPkixSignatureRelease(hSignature);
    521521                }
     
    544544 *                              signature too if nested).
    545545 * @param   pSignedData         The SignedData.
    546  * @param   fFlags              Verficiation flags.
     546 * @param   fFlags              Verification flags.
    547547 * @param   hAdditionalCerts    Store containing optional certificates,
    548548 *                              optional.
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