summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/encrypted_kdm.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/encrypted_kdm.cc b/src/encrypted_kdm.cc
index 8251007b..8730bed9 100644
--- a/src/encrypted_kdm.cc
+++ b/src/encrypted_kdm.cc
@@ -545,6 +545,14 @@ EncryptedKDM::EncryptedKDM (
{
/* Fill our XML-ish description in with the juicy bits that the caller has given */
+ /* Our ideas about the KDM types are:
+ *
+ * Type Trusted-device thumb ContentAuthenticator
+ * MODIFIED_TRANSITIONAL_1 assume-trust No
+ * DCI_ANY assume-trust Yes
+ * DCI_SPECIFIC as specified Yes
+ */
+
data::AuthenticatedPublic& aup = _data->authenticated_public;
aup.signer.x509_issuer_name = signer->leaf().issuer ();
aup.signer.x509_serial_number = signer->leaf().serial ();