diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-14 01:38:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-14 02:52:38 +0200 |
| commit | 5a49c7224e1136f5256eb655791a84754fe158f4 (patch) | |
| tree | 183b0dd32c7156fa69e5e9a417810e5a2d61fcc3 /test/encryption_test.cc | |
| parent | aa0ddb0342874c085ceac6bd9fc4608240d83d47 (diff) | |
Update test certs after expiry.v1.10.23
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 3af0e24d..f2da4322 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -148,8 +148,8 @@ BOOST_AUTO_TEST_CASE (encryption_test) dcp::DecryptedKDM kdm ( cpl, key, - dcp::LocalTime ("2016-01-01T00:00:00+00:00"), - dcp::LocalTime ("2017-01-08T00:00:00+00:00"), + dcp::LocalTime ("2028-01-01T00:00:00+00:00"), + dcp::LocalTime ("2029-01-08T00:00:00+00:00"), "libdcp", "test", "2012-07-17T04:45:18+00:00" |
