summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-19 00:05:44 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-19 00:10:24 +0100
commit37631b4d5e07eddbf052c1cff315d6a98b3bcb73 (patch)
tree546879f1ee943523ad6bce3cb79ede2e274baf60 /src/verify.h
parent49b30838def07c225481def5e54458c22f6ceece (diff)
Bv2.1 9.2: PKL must be signed if it contains encrypted assets.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 46c7b2e3..a48b65f3 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -175,6 +175,8 @@ public:
INVALID_EXTENSION_METADATA,
/** CPLs containing encrypted content must be signed Bv2.1_8.7 */
CPL_WITH_ENCRYPTED_CONTENT_NOT_SIGNED,
+ /** PKLs containing encrypted content must be signed Bv2.1_8.7 */
+ PKL_WITH_ENCRYPTED_CONTENT_NOT_SIGNED,
/** If a PKL has one CPL its <ContentTitleText> must be the same as the PKL's <AnnotationText> */
PKL_ANNOTATION_TEXT_DOES_NOT_MATCH_CPL_CONTENT_TITLE_TEXT
};