From 47c65b4db31a821c4c0934d0dcc88970423980c3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Mar 2017 23:08:06 +0100 Subject: Add comment. --- src/encrypted_kdm.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') 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 (); -- cgit v1.2.3