Give a better error when entering a bad Dolby/Doremi serial number.
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
1 /*
2     Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
3
4     This file is part of DCP-o-matic.
5
6     DCP-o-matic is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by
8     the Free Software Foundation; either version 2 of the License, or
9     (at your option) any later version.
10
11     DCP-o-matic is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.
15
16     You should have received a copy of the GNU General Public License
17     along with DCP-o-matic.  If not, see <http://www.gnu.org/licenses/>.
18
19 */
20
21
22 #include "dolby_doremi_certificate_panel.h"
23 #include "download_certificate_dialog.h"
24 #include "wx_util.h"
25 #include "lib/compose.hpp"
26 #include "lib/internet.h"
27 #include "lib/signal_manager.h"
28 #include "lib/util.h"
29 #include <dcp/raw_convert.h>
30 #include <curl/curl.h>
31 #include <zip.h>
32
33
34 using std::function;
35 using std::list;
36 using std::string;
37 using boost::optional;
38 #if BOOST_VERSION >= 106100
39 using namespace boost::placeholders;
40 #endif
41 using dcp::raw_convert;
42
43
44 DolbyDoremiCertificatePanel::DolbyDoremiCertificatePanel (DownloadCertificateDialog* dialog)
45         : DownloadCertificatePanel (dialog)
46 {
47
48 }
49
50
51 static void
52 try_dcp2000 (list<string>& urls, list<string>& files, string prefix, string serial)
53 {
54         urls.push_back (String::compose("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
55         files.push_back (String::compose("dcp2000-%1.cert.sha256.pem", serial));
56
57         urls.push_back (String::compose("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
58         files.push_back (String::compose("dcp2000-%1.cert.sha256.pem", serial));
59
60         urls.push_back (String::compose("%1%2xxx/dcp2000-%3.certs.zip", prefix, serial.substr(0, 3), serial));
61         files.push_back (String::compose("dcp2000-%1.cert.sha256.pem", serial));
62 }
63
64
65 static void
66 try_imb (list<string>& urls, list<string>& files, string prefix, string serial)
67 {
68         urls.push_back (String::compose("%1%2xxx/imb-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
69         files.push_back (String::compose("imb-%1.cert.sha256.pem", serial));
70 }
71
72
73 static void
74 try_ims (list<string>& urls, list<string>& files, string prefix, string serial)
75 {
76         urls.push_back (String::compose("%1%2xxx/ims-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial));
77         files.push_back (String::compose("ims-%1.cert.sha256.pem", serial));
78 }
79
80
81 static void
82 try_cat862 (list<string>& urls, list<string>& files, string prefix, string serial)
83 {
84         int const serial_int = raw_convert<int> (serial);
85
86         string cat862;
87         if (serial_int <= 510999) {
88                 cat862 = "CAT862_510999_and_lower";
89         } else if (serial_int >= 617000) {
90                 cat862 = "CAT862_617000_and_higher";
91         } else {
92                 int const lower = serial_int - (serial_int % 1000);
93                 cat862 = String::compose ("CAT862_%1-%2", lower, lower + 999);
94         }
95
96         urls.push_back (String::compose("%1%2/cert_Dolby256-CAT862-%3.zip", prefix, cat862, serial_int));
97         files.push_back (String::compose("cert_Dolby256-CAT862-%1.pem.crt", serial_int));
98 }
99
100
101 static void
102 try_dsp100 (list<string>& urls, list<string>& files, string prefix, string serial)
103 {
104         int const serial_int = raw_convert<int>(serial);
105
106         string dsp100;
107         if (serial_int <= 999) {
108                 dsp100 = "DSP100_053_thru_999";
109         } else if (serial_int >= 3000) {
110                 dsp100 = "DSP100_3000_and_higher";
111         } else {
112                 int const lower = serial_int - (serial_int % 1000);
113                 dsp100 = String::compose ("DSP100_%1_thru_%2", lower, lower + 999);
114         }
115
116         urls.push_back (String::compose("%1%2/cert_Dolby256-DSP100-%3.zip", prefix, dsp100, serial_int));
117         files.push_back (String::compose("cert_Dolby256-DSP100-%1.pem.crt", serial_int));
118 }
119
120
121 static void
122 try_cat745 (list<string>& urls, list<string>& files, string prefix, string serial)
123 {
124         int const serial_int = raw_convert<int>(serial.substr (1));
125
126         string cat745;
127         if (serial_int <= 999) {
128                 cat745 = "CAT745_1_thru_999";
129         } else if (serial_int >= 6000) {
130                 cat745 = "CAT745_6000_and_higher";
131         } else {
132                 int const lower = serial_int - (serial_int % 1000);
133                 cat745 = String::compose("CAT745_%1_thru_%2", lower, lower + 999);
134         }
135
136         urls.push_back (String::compose("%1%2/cert_Dolby-CAT745-%3.zip", prefix, cat745, serial_int));
137         files.push_back (String::compose("cert_Dolby-CAT745-%1.pem.crt", serial_int));
138 }
139
140
141 static void
142 try_cp850 (list<string>& urls, list<string>& files, string prefix, string serial)
143 {
144         int const serial_int = raw_convert<int> (serial.substr (1));
145
146         int const lower = serial_int - (serial_int % 1000);
147         urls.push_back (String::compose ("%1CP850_CAT1600_F%2-F%3/cert_RMB_SPB_MDE_FMA.Dolby-CP850-F%4.zip", prefix, lower, lower + 999, serial_int));
148         files.push_back (String::compose ("cert_RMB_SPB_MDE_FMA.Dolby-CP850-F%1.pem.crt", serial_int));
149 }
150
151
152 static void
153 try_ims3000 (list<string>& urls, list<string>& files, string prefix, string serial)
154 {
155         urls.push_back (String::compose ("%1%2xxx/cert_Dolby-IMS3000-%3-SMPTE.zip", prefix, serial.substr(0, 3), serial));
156         files.push_back (String::compose("cert_Dolby-IMS3000-%1-SMPTE.pem", serial));
157 }
158
159
160 void
161 DolbyDoremiCertificatePanel::do_download ()
162 {
163         string const serial = wx_to_std (_serial->GetValue());
164
165         /* Try dcp2000, imb and ims prefixes (see mantis #375) */
166
167         string const prefix = "ftp://ftp.cinema.dolby.com/Certificates/";
168         list<string> urls;
169         list<string> files;
170
171         bool starts_with_digit = false;
172         optional<char> starting_char;
173
174         if (!serial.empty()) {
175                 if (isdigit (serial[0])) {
176                         starts_with_digit = true;
177                 } else {
178                         starting_char = serial[0];
179                 }
180         }
181
182         list<string> errors;
183
184         if (starts_with_digit) {
185                 try_dcp2000 (urls, files, prefix, serial);
186                 try_imb (urls, files, prefix, serial);
187                 try_ims (urls, files, prefix, serial);
188                 try_cat862 (urls, files, prefix, serial);
189                 try_dsp100 (urls, files, prefix, serial);
190                 try_ims3000 (urls, files, prefix, serial);
191         } else if (starting_char == 'H') {
192                 try_cat745 (urls, files, prefix, serial);
193         } else if (starting_char == 'F') {
194                 try_cp850 (urls, files, prefix, serial);
195         } else {
196                 errors.push_back(wx_to_std(_("Unrecognised serial number format (does not start with a number, H or F)")));
197         }
198
199         bool ok = false;
200         auto i = urls.begin ();
201         auto j = files.begin ();
202         while (!ok && i != urls.end ()) {
203                 auto error = get_from_zip_url (*i++, *j++, true, true, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1, _2));
204                 if (error) {
205                         errors.push_back (error.get ());
206                 } else {
207                         ok = true;
208                 }
209         }
210
211         if (ok) {
212                 _dialog->message()->SetLabel (_("Certificate downloaded"));
213                 _dialog->setup_sensitivity ();
214         } else {
215                 _dialog->message()->SetLabel (wxT (""));
216
217                 string s;
218                 for (auto e: errors) {
219                         s += e + "\n";
220                 }
221
222                 error_dialog (this, std_to_wx (s));
223         }
224 }
225
226
227 wxString
228 DolbyDoremiCertificatePanel::name () const
229 {
230         return _("Dolby / Doremi");
231 }