Changeset 74672 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Oct 8, 2018 12:08:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp
r69111 r74672 90 90 { 91 91 /* 92 * Detect CMS octet string and open the content cursor. 93 * Current we don't have work with any contet which is octet string, 94 * they're all sequences, which make detection so much simpler. 92 * Detect CMS octet string format and open the content cursor. 93 * 94 * Current we don't have any octent string content which, they're all 95 * sequences, which make detection so much simpler. 95 96 */ 96 97 PRTASN1OCTETSTRING pOctetString = &pThis->Content;
Note:
See TracChangeset
for help on using the changeset viewer.