VirtualBox

Changeset 59690 in vbox for trunk/include


Ignore:
Timestamp:
Feb 15, 2016 9:31:49 PM (9 years ago)
Author:
vboxsync
Message:

RTCrPkixPubKeyVerify*: Documented that the verficiations are done using both IPRT and OpenSSL/other crypto routines when IPRT is compiled with OpenSSL/other support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/pkix.h

    r59689 r59690  
    4949 * @param   cbData          The amount of signed data.
    5050 * @param   pErrInfo        Where to return extended error info. Optional.
     51 *
     52 * @remarks Depending on the IPRT build configuration, the verficiation may be
     53 *          performed more than once using all available crypto implementations.
    5154 */
    5255RTDECL(int) RTCrPkixPubKeyVerifySignature(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey,
     
    6871 *                          with.
    6972 * @param   pErrInfo        Where to return extended error info. Optional.
     73 *
     74 * @remarks Depending on the IPRT build configuration, the verficiation may be
     75 *          performed more than once using all available crypto implementations.
    7076 */
    7177RTDECL(int) RTCrPkixPubKeyVerifySignedDigest(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters,
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