Index: /trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp	(revision 84238)
+++ /trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp	(revision 84239)
@@ -72,5 +72,6 @@
                                      "%s: SignedData.DigestAlgorithms[%i] is not known: %s",
                                      pszErrorTag, i, pSignedData->DigestAlgorithms.papItems[i]->Algorithm.szObjId);
-            if (pSignedData->DigestAlgorithms.papItems[i]->Parameters.enmType != RTASN1TYPE_NULL)
+            if (   pSignedData->DigestAlgorithms.papItems[i]->Parameters.enmType != RTASN1TYPE_NULL
+                && pSignedData->DigestAlgorithms.papItems[i]->Parameters.enmType != RTASN1TYPE_NOT_PRESENT)
                 return RTErrInfoSetF(pErrInfo, VERR_CR_PKCS7_DIGEST_PARAMS_NOT_IMPL,
                                      "%s: SignedData.DigestAlgorithms[%i] has parameters: tag=%u",
