diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-03 21:24:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-03 21:24:55 +0100 |
| commit | 6b16a3fe50c611c0ad6b488d3bb5af728e4bf3e0 (patch) | |
| tree | 257632dfb3a00228005de68b796a121f70414c78 /src/encrypted_kdm.cc | |
| parent | 56f3d4c42ca9793ec2bf88cb0444327562e83ea3 (diff) | |
Don't write DeviceListDescription tags to KDMs.remove-device-list-description
These are optional, and Lilian reports that:
* their presence stops KDMs working on some Sony systems.
* Waimea doesn't write them.
Diffstat (limited to 'src/encrypted_kdm.cc')
| -rw-r--r-- | src/encrypted_kdm.cc | 5 |
1 files changed, 0 insertions, 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 */ |
