Bv2.1 8.7: CPLs with encrypted content must be signed.
[libdcp.git] / src / verify.h
index 60100435adacb73b0df022e65d69f7b2072ab955..833efa72e88d96a6f3f0493d5b4277fededf9b10 100644 (file)
@@ -173,6 +173,8 @@ public:
                MISSING_EXTENSION_METADATA,
                /** <ExtensionMetadata> must have a particular form Bv2.1_8.6.3 */
                INVALID_EXTENSION_METADATA,
+               /** CPLs containing encrypted content must be signed Bv2.1_8.7 */
+               CPL_WITH_ENCRYPTED_CONTENT_NOT_SIGNED
        };
 
        VerificationNote (Type type, Code code)