From 33c2c1ddee9638fc4e59dbfdbeee2fb540778819 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Jan 2019 20:26:41 +0000 Subject: Attempt to fix Sony digest validation by indenting the and before signing. This is in the belief that, perhaps, the Sony software "reformats" the XML before checking that the signature is correct (or something). --- tools/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/wscript') diff --git a/tools/wscript b/tools/wscript index 73c58f30..98eb0df0 100644 --- a/tools/wscript +++ b/tools/wscript @@ -44,7 +44,7 @@ def build(bld): obj.source = 'dcpinfo.cc common.cc' obj.target = 'dcpinfo' - for f in ['dumpsub', 'decryptmxf', 'kdm', 'thumb', 'recover', 'verify']: + for f in ['dumpsub', 'decryptmxf', 'kdm', 'thumb', 'recover', 'verify', 'sign']: obj = bld(features='cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL' -- cgit v1.2.3