Changeset 58338 in vbox for trunk/include/iprt/crypto
- Timestamp:
- Oct 20, 2015 1:57:12 PM (9 years ago)
- Location:
- trunk/include/iprt/crypto
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/digest.h
r57757 r58338 154 154 * @returns Pointer to the message digest details & vtable if found. NULL if 155 155 * not found. 156 * @param p szObjIdThe ASN.1 object ID of the message digest algorithm.156 * @param pObjId The ASN.1 object ID of the message digest algorithm. 157 157 * @param ppvOpaque Where to return an opaque implementation specfici 158 158 * sub-type indicator that can be passed to -
trunk/include/iprt/crypto/pkcs7.h
r56291 r58338 444 444 445 445 /** 446 * @callback_method_impl{ RTCRPKCS7VERIFYCERTCALLBACK,446 * @callback_method_impl{FNRTCRPKCS7VERIFYCERTCALLBACK, 447 447 * Default implementation that checks for the DigitalSignature KeyUsage bit.} 448 448 */ … … 451 451 452 452 /** 453 * @callback_method_impl{ RTCRPKCS7VERIFYCERTCALLBACK,453 * @callback_method_impl{FNRTCRPKCS7VERIFYCERTCALLBACK, 454 454 * Standard code signing. Use this for Microsoft SPC.} 455 455 */ -
trunk/include/iprt/crypto/rsa.h
r56291 r58338 36 36 RT_C_DECLS_BEGIN 37 37 38 /** @defgroup grp_rt_ spcRTCrRsa - RSA Public Key Cryptosystem38 /** @defgroup grp_rt_cr_rsa RTCrRsa - RSA Public Key Cryptosystem 39 39 * @ingroup grp_rt_crypto 40 40 * @{ -
trunk/include/iprt/crypto/spc.h
r56291 r58338 36 36 RT_C_DECLS_BEGIN 37 37 38 /** @defgroup grp_rt_ spc RTCrSpc - Microsoft Authenticode38 /** @defgroup grp_rt_cr_spc RTCrSpc - Microsoft Authenticode 39 39 * @ingroup grp_rt_crypto 40 40 * @{ … … 478 478 * @returns Pointer to the attribute with the given type, NULL if not found. 479 479 * @param pThis The Authenticode SpcIndirectDataContent. 480 * @param enmType The type of attribute to get. 480 481 */ 481 482 RTDECL(PCRTCRSPCSERIALIZEDOBJECTATTRIBUTE) -
trunk/include/iprt/crypto/tsp.h
r56291 r58338 33 33 RT_C_DECLS_BEGIN 34 34 35 /** @defgroup grp_rt_cr tafRTCrTap - Time-Stamp Protocol (RFC-3161)35 /** @defgroup grp_rt_cr_tap RTCrTap - Time-Stamp Protocol (RFC-3161) 36 36 * @ingroup grp_rt_crypto 37 37 * @{ -
trunk/include/iprt/crypto/x509.h
r57572 r58338 946 946 * 947 947 * @returns True / false. 948 * @param pCertificate sThe X.509 certificat.948 * @param pCertificate The X.509 certificat. 949 949 * @param pIssuer The issuer name to match against. 950 950 * @param pSerialNumber The serial number to match against.
Note:
See TracChangeset
for help on using the changeset viewer.