Warn/error on making KDMs using recipient certs whose validity periods
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Jan 2023 21:03:21 +0000 (22:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 11 Feb 2023 21:26:38 +0000 (22:26 +0100)
commit788ef2cf5daf510651cc4f5eb7940d7bd0c44b76
tree75505127edb1356dfccfeda76232d49d66a9609a
parent57cbdbed89e6432049fec50ecef28b5b57bcf301
Warn/error on making KDMs using recipient certs whose validity periods
lie outside those of the KDMs (#2423).
src/lib/kdm_cli.cc
src/lib/kdm_util.cc [new file with mode: 0644]
src/lib/kdm_util.h [new file with mode: 0644]
src/lib/screen.cc
src/lib/screen.h
src/lib/wscript
src/tools/dcpomatic_kdm.cc
src/wx/kdm_dialog.cc
test/kdm_naming_test.cc
test/kdm_util_test.cc [new file with mode: 0644]
test/wscript