Rename ReelMXF -> ReelFileAsset.
[libdcp.git] / src / decrypted_kdm.cc
2021-01-26 Carl HetheringtonRename ReelMXF -> ReelFileAsset.
2021-01-24 Carl HetheringtonTidying.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2019-12-23 Carl HetheringtonAdd struct tm constructor for LocalTime, use it to...
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-17 Carl HetheringtonMove asset refs and hash from ReelAsset to ReelMXF.
2018-11-08 Carl HetheringtonTake thumbprint rather than a full dcp::Certificate...
2018-02-14 Carl HetheringtonUse a bool instead of an int for disable-forensic-pictu...
2018-02-14 Mart JansinkMake disabling forensic marking optional.
2018-02-05 Carl HetheringtonAdd an assert.
2017-12-17 Carl HetheringtonTry to fix build with new-ish OpenSSL. 1.0
2017-12-15 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2017-12-15 Carl HetheringtonImprove KDM decryption error message again.
2017-07-24 Carl HetheringtonMore __mingw_snprintf fixes. mxe
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-14 Carl HetheringtonExtract KDM standard.
2017-02-14 Carl HetheringtonCheck SMPTE structure ID when reading KDMs.
2017-02-14 Carl HetheringtonTidy up storage of key type in DecryptedKDMKey.
2017-02-12 Carl HetheringtonAdd new constructor. Remove believed unnecessary check...
2016-12-16 Carl HetheringtonRemove some unnecessary code.
2016-11-29 Carl HetheringtonFix build.
2016-09-21 Carl HetheringtonDon't throw an exception on trying to create a KDM for
2016-08-12 Carl HetheringtonAttempts to fix Windows build.
2016-08-11 Carl HetheringtonRemove another stringstream from DecryptedKDM.
2016-08-11 Carl HetheringtonDon't use stringstream in DecryptedKDM.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-22 Carl HetheringtonUse locked_sstream. Replace once parse_stream with...
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-05-23 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-05-15 Carl HetheringtonPass annotation text from decrypted to encrypted KDMs.
2016-04-24 Carl HetheringtonKDM AnnotationText is optional.
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-10-07 Carl HetheringtonAllow DecryptedKDM to be built up from individual keys.
2015-10-06 Carl HetheringtonAdd some KDM metadata accessors.
2015-07-30 Carl HetheringtonMerge Signer into CertificateChain.
2015-07-12 Carl HetheringtonRename a couple of Certificate methods and add accessor...
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-05 Carl HetheringtonReelEncryptableAsset -> ReelMXF.
2015-06-05 Carl HetheringtonMake ReelEncryptableAsset like MXF.
2015-06-05 Carl HetheringtonRename some mxf variables to asset.
2015-06-05 Carl HetheringtonRename ReelMXFAsset -> ReelEncryptableAsset.
2015-06-05 Carl HetheringtonKeep encryption context in MXFWriter.
2015-06-05 Carl HetheringtonUse boost::optional for key id instead of an empty...
2015-04-30 Carl HetheringtonSome BOOST_FOREACH.
2014-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-07-21 Carl HetheringtonRemove some shared_ptr-itis.
2014-07-20 Carl HetheringtonTidy up KDM generation from CPLs a bit.
2014-07-17 Carl HetheringtonQuite large reworking of signer/cert handling.
2014-06-26 Carl HetheringtonForward-port KDM formulation from v0.
2014-06-13 Carl HetheringtonThrow NotEncryptedError on trying to make a KDM for...
2014-05-14 Carl HetheringtonMerge master.
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...