Changeset 53624 in vbox for trunk/src/VBox/Runtime/common/checksum
- Timestamp:
- Dec 31, 2014 2:59:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97393
- Location:
- trunk/src/VBox/Runtime/common/checksum
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/alt-md5.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/checksum/alt-sha1.cpp
r51882 r53624 499 499 RT_EXPORT_SYMBOL(RTSha1); 500 500 501 -
trunk/src/VBox/Runtime/common/checksum/openssl-sha512.cpp
r51856 r53624 108 108 RT_EXPORT_SYMBOL(RTSha384Final); 109 109 110 -
trunk/src/VBox/Runtime/common/checksum/x509.cpp
r51014 r53624 92 92 * @returns iprt status code. 93 93 * 94 * @param pvBuf string representation 94 * @param pvBuf string representation 95 95 * containing X509 certificate 96 96 * in PEM format 97 * @param pOutSignature memory buffer where the binary 97 * @param pOutSignature memory buffer where the binary 98 98 * representation will be stored 99 * @param lengthOfSignature length of X509 certificate in 99 * @param lengthOfSignature length of X509 certificate in 100 100 * binary representation 101 101 */ … … 246 246 247 247 /** 248 * Get X509 certificate basic constraints 248 * Get X509 certificate basic constraints 249 249 * 250 250 * @returns iprt status code. 251 251 * 252 * @param pvBuf string representation 252 * @param pvBuf string representation 253 253 * containing X509 certificate 254 254 * in PEM format 255 255 * @param cbSize The amount of data (in bytes) 256 * @param pBasicConstraintsOut memory buffer where the 256 * @param pBasicConstraintsOut memory buffer where the 257 257 * extracted basic constraints 258 258 * will be stored in string
Note:
See TracChangeset
for help on using the changeset viewer.