Tidying.
[libdcp.git] / src / encrypted_kdm.cc
2021-01-24 Carl HetheringtonTidying.
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-08 Carl HetheringtonMore c++11 tidying.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-10-06 Carl HetheringtonMissing error checking on writing KDMs as XML.
2019-03-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-14 Carl HetheringtonSome new features in dcpkdm.
2019-01-24 Carl HetheringtonSlightly hacky but hopefully functional fix for KDMs...
2019-01-24 Carl HetheringtonAttempt to fix Sony digest validation by indenting...
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 Carl HetheringtonAdd parsing of ForensicMarkFlagList in KDMRequiredExten...
2018-02-14 Carl HetheringtonFix indentation.
2018-02-14 Mart JansinkMake disabling forensic marking optional.
2018-02-14 Mart JansinkMake an encrypted KDM's id publicly available.
2018-02-14 Mart JansinkAdd the "Multiple Modified Transitional 1" KDM formulation.
2017-05-24 Carl HetheringtonBetter exception when loading a KDM fails.
2017-05-17 Carl HetheringtonAdd scope to KeyType tags in KDMs.
2017-03-30 Carl HetheringtonAdd comment.
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-14 Carl HetheringtonAdd accessor for recipient X509 subject name.
2016-12-16 Carl HetheringtonFor testing: add a KDM formulation which omits Authoriz...
2016-12-16 Carl HetheringtonRemove some unnecessary code.
2016-08-02 Carl HetheringtonAdd comment.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-28 Carl HetheringtonAdd some accessors.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-02 Carl HetheringtonAdd some explicit declarations to constructors.
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.
2016-01-07 Carl HetheringtonA couple of hacks to KDMs for testing by Dolby.
2016-01-05 Carl HetheringtonTry to rationalise handling of urn:uuid: prefixes.
2015-12-23 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-12-23 Carl HetheringtonRemove some unused code; add EncryptedKDM::cpl_id().
2015-11-23 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-11-23 Carl HetheringtonTry removing the 'primary' receipient's certificate...
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-11-04 Carl HetheringtonHack in scope attribute to Atmos KeyType tags.
2015-11-04 Carl HetheringtonFix order of ContentTitleText / ContentAuthenticator...
2015-10-07 Carl HetheringtonAllow DecryptedKDM to be built up from individual keys.
2015-10-06 Carl HetheringtonAdd some KDM metadata accessors.
2015-09-11 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-09-11 Carl HetheringtonDeviceListDescription is optional.
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 HetheringtonRename ReelMXFAsset -> ReelEncryptableAsset.
2014-07-21 Carl HetheringtonRemove some shared_ptr-itis.
2014-07-20 Carl HetheringtonAllow loading of EncryptedKDMs from strings.
2014-07-16 Carl HetheringtonFix erroneous urn:uuid: prefix.
2014-06-26 Carl HetheringtonForward-port KDM formulation from v0.
2014-05-14 Carl HetheringtonMerge master.
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...