summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-30 23:08:06 +0100
committerCarl Hetherington <cth@carlh.net>2017-03-30 23:08:06 +0100
commit47c65b4db31a821c4c0934d0dcc88970423980c3 (patch)
treea1f48d1ad4f70e88dc53f84ad9e9b695e7875868 /src
parentf6943382731a98b2ca33de534fcbb9fd3d1ddf60 (diff)
Add comment.
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 ();