From 49b30838def07c225481def5e54458c22f6ceece Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 18 Jan 2021 22:53:57 +0100 Subject: Bv2.1 9.1: PKL annotation text must match CPL ContentTitleText if there is only one CPL in the PKL. --- src/verify.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index 833efa72..46c7b2e3 100644 --- a/src/verify.h +++ b/src/verify.h @@ -174,7 +174,9 @@ public: /** 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 + CPL_WITH_ENCRYPTED_CONTENT_NOT_SIGNED, + /** If a PKL has one CPL its must be the same as the PKL's */ + PKL_ANNOTATION_TEXT_DOES_NOT_MATCH_CPL_CONTENT_TITLE_TEXT }; VerificationNote (Type type, Code code) -- cgit v1.2.3