From 6b16a3fe50c611c0ad6b488d3bb5af728e4bf3e0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jan 2023 21:24:54 +0100 Subject: Don't write DeviceListDescription tags to KDMs. These are optional, and Lilian reports that: * their presence stops KDMs working on some Sony systems. * Waimea doesn't write them. --- src/encrypted_kdm.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/encrypted_kdm.cc b/src/encrypted_kdm.cc index 10790d48..a2e02969 100644 --- a/src/encrypted_kdm.cc +++ b/src/encrypted_kdm.cc @@ -653,11 +653,6 @@ EncryptedKDM::EncryptedKDM ( kre.authorized_device_info = data::AuthorizedDeviceInfo (); kre.authorized_device_info->device_list_identifier = make_uuid (); - auto n = recipient.subject_common_name (); - if (n.find (".") != string::npos) { - n = n.substr (n.find (".") + 1); - } - kre.authorized_device_info->device_list_description = n; if (formulation == Formulation::MODIFIED_TRANSITIONAL_1 || formulation == Formulation::DCI_ANY) { /* Use the "assume trust" thumbprint */ -- cgit v1.2.3