Changeset 62448 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Jul 22, 2016 2:51:49 PM (8 years ago)
- Location:
- trunk/src/VBox/Runtime/common/crypto
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp
r61892 r62448 639 639 static DECLCALLBACK(RTDIGESTTYPE) rtCrDigestOsslEvp_GetDigestType(void *pvState) 640 640 { 641 EVP_MD_CTX *pThis = (EVP_MD_CTX *)pvState;641 //EVP_MD_CTX *pThis = (EVP_MD_CTX *)pvState; 642 642 /** @todo figure which digest algorithm it is! */ 643 643 return RTDIGESTTYPE_UNKNOWN; -
trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp
r57572 r62448 236 236 static DECLCALLBACK(int) rtCrStoreInMem_CertFindAll(void *pvProvider, PRTCRSTORECERTSEARCH pSearch) 237 237 { 238 PRTCRSTOREINMEM pThis = (PRTCRSTOREINMEM)pvProvider;239 238 pSearch->auOpaque[0] = ~(uintptr_t)pvProvider; 240 239 pSearch->auOpaque[1] = 0; -
trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp
r59678 r62448 2653 2653 int rcLastFailure = VINF_SUCCESS; 2654 2654 uint32_t cValidPaths = 0; 2655 uint32_t iPath = 0;2656 2655 PRTCRX509CERTPATHNODE pCurLeaf; 2657 2656 RTListForEach(&pThis->LeafList, pCurLeaf, RTCRX509CERTPATHNODE, ChildListOrLeafEntry)
Note:
See TracChangeset
for help on using the changeset viewer.