Stop using XMLMetadata in CPL. It's always felt a bit clumsy, and
[libdcp.git] / test / encryption_test.cc
2020-09-20 Carl HetheringtonStop using XMLMetadata in CPL. It's always felt a...
2020-07-11 Carl HetheringtonHopefully make all tests stable enough to be run with...
2019-12-01 Carl HetheringtonCheck that KDM validity periods are safely within the...
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-16 Carl HetheringtonFix some GPL boilerplate.
2018-11-08 Carl HetheringtonTake thumbprint rather than a full dcp::Certificate...
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2018-02-14 Carl HetheringtonUse a bool instead of an int for disable-forensic-pictu...
2018-02-14 Mart JansinkMake disabling forensic marking optional.
2017-06-23 Carl HetheringtonFix some test failures caused by changes to handling...
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-14 Carl HetheringtonFix test churn.
2016-09-08 Carl HetheringtonSimplify previous commit and remove some debugging.
2016-09-08 Carl HetheringtonAdd channel assignment support for SMPTE DCPs.
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-01-14 Carl HetheringtonUse out-of-tree asdcplib-cth
2015-11-15 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-11-15 Carl HetheringtonSupport trusted device lists in KDMs.
2015-07-30 Carl HetheringtonMerge Signer into CertificateChain.
2015-07-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-07-29 Carl HetheringtonRename certificates.{cc,h} -> certificate.{cc,h}.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-16 Carl HetheringtonMerge branch '.0' of git.carlh.net:git/libdcp into 1.0
2015-06-13 Carl HetheringtonTry to remove encryption test's dependency on LIBDCP_VE...
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonRequire only DCP::add() for the CPL; other assets found...
2015-06-08 Carl HetheringtonSome comments and test tweaks.
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.
2015-06-05 Carl Hetheringtonencryption_test should add assets to the DCP.
2015-06-05 Carl HetheringtonRationalise naming of test outputs; fix missing check...
2014-07-21 Carl HetheringtonRemove some shared_ptr-itis.
2014-07-20 Carl HetheringtonTidy up KDM generation from CPLs a bit.
2014-07-18 Carl HetheringtonVarious small tweaks and fixes.
2014-07-17 Carl HetheringtonQuite large reworking of signer/cert handling.
2014-07-17 Carl HetheringtonGet Signer to take a PEM string rather than a filename.
2014-07-16 Carl HetheringtonVarious test fixes.
2014-06-26 Carl HetheringtonForward-port KDM formulation from v0.
2014-05-14 Carl HetheringtonMerge master.
2014-05-03 Carl HetheringtonMake test results more reproducible.
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-19 Carl HetheringtonPartial tidy-up of KDM classes.
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-03-03 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-03-03 Carl HetheringtonFix libdcp test build on Windows.
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-26 Carl HetheringtonClean up unit testing.
2014-02-05 Carl HetheringtonComment / tidy.
2014-01-28 Carl HetheringtonVarious test fixes.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonFix signing of KDMs.
2013-09-25 Carl HetheringtonSplit up some files.
2013-09-25 Carl HetheringtonSwitch away from the many-constructor-arguments approac...
2013-09-25 Carl HetheringtonSplit tests up.
2013-09-24 Carl HetheringtonSimplify KDM API slightly.
2013-09-24 Carl HetheringtonVarious KDM work.
2013-09-21 Carl Hetheringtonxmllint a KDM that we generate.
2013-09-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonRename crypt_chain -> signer_chain.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
2013-09-18 Carl HetheringtonFix comment.
2013-07-02 Carl HetheringtonSplit test file up a bit.