diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-18 20:13:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-18 20:13:41 +0100 |
| commit | 8e4f704c6624c42093306918a8904e2159bde141 (patch) | |
| tree | 3dbacecdfbe9454d674ad469d89fb10d8eb0e521 /src/verify.h | |
| parent | b2e68c20550fce629d9ebaf1fca5244d1e2ca517 (diff) | |
Bv2.1 8.7: CPLs with encrypted content must be signed.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 60100435..833efa72 100644 --- a/src/verify.h +++ b/src/verify.h @@ -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) |
