- Timestamp:
- Nov 3, 2016 2:02:07 PM (8 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp
r62564 r64531 296 296 297 297 /* 298 * Calculate the digest of the theauthenticated attributes for use in the298 * Calculate the digest of the authenticated attributes for use in the 299 299 * signature validation. 300 300 */ -
trunk/src/VBox/Runtime/common/crypto/spc-template.h
r62477 r64531 128 128 * 129 129 * Note! This is not correctly declared in available specifications. The file 130 * member is tagged. Seeing the the'--#public--' comment in the specs,130 * member is tagged. Seeing the '--#public--' comment in the specs, 131 131 * one can't only guess that there are other alternatives in that part 132 132 * of the structure that microsoft does not wish to document. -
trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp
r62564 r64531 2488 2488 * Worker that validates one path. 2489 2489 * 2490 * This implements the thealgorithm in RFC-5280, section 6.1, with exception of2490 * This implements the algorithm in RFC-5280, section 6.1, with exception of 2491 2491 * the CRL checks in 6.1.3.a.3. 2492 2492 * -
trunk/src/VBox/Runtime/common/misc/uri.cpp
r62477 r64531 1007 1007 * \---path--------------------------------------------/ 1008 1008 * 1009 * The t he two unescaped variants shouldn't be handed to rtUriParse, which1009 * The two unescaped variants shouldn't be handed to rtUriParse, which 1010 1010 * is good as we cannot actually handle the one marked by (**). So, handle 1011 1011 * those two special when parsing. -
trunk/src/VBox/Runtime/r3/win/mp-win.cpp
r64293 r64531 176 176 * Query group information, partitioning CPU IDs and CPU set indexes. 177 177 * 178 * We ASSUME the theGroupInfo index is the same as the group number.178 * We ASSUME the GroupInfo index is the same as the group number. 179 179 * 180 180 * We CANNOT ASSUME that the kernel CPU indexes are assigned in any given
Note:
See TracChangeset
for help on using the changeset viewer.