Dolby is apparently recreating all their certificates (as they will soon expire)...
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Jan 2023 13:30:37 +0000 (14:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Jan 2023 13:30:50 +0000 (14:30 +0100)
src/wx/dolby_doremi_certificate_panel.cc

index 7cab6b24b6a87dcfe37dcd920e50a722dd1670aa..66dce8612a80e6d0b9bccc2aa8ad7d9d415432f6 100644 (file)
@@ -53,6 +53,15 @@ DolbyDoremiCertificatePanel::DolbyDoremiCertificatePanel (DownloadCertificateDia
 static void
 try_dcp2000 (list<string>& urls, list<string>& files, string prefix, string serial)
 {
 static void
 try_dcp2000 (list<string>& urls, list<string>& files, string prefix, string serial)
 {
+       urls.push_back(String::compose("%1%2xxx/Dolby-DCP2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
+       files.push_back(String::compose("Dolby-DCP2000-%1.cert.sha256.pem", serial));
+
+       urls.push_back(String::compose("%1%2xxx/Dolby-DCP2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
+       files.push_back(String::compose("Dolby-DCP2000-%1.cert.sha256.pem", serial));
+
+       urls.push_back(String::compose("%1%2xxx/Dolby-DCP2000-%3.certs.zip", prefix, serial.substr(0, 3), serial));
+       files.push_back(String::compose("Dolby-DCP2000-%1.cert.sha256.pem", serial));
+
        urls.push_back (String::compose("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
        files.push_back (String::compose("dcp2000-%1.cert.sha256.pem", serial));
 
        urls.push_back (String::compose("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
        files.push_back (String::compose("dcp2000-%1.cert.sha256.pem", serial));