Improve error reporting from openssl calls.
[libdcp.git] / src /
2013-10-11 Carl HetheringtonImprove error reporting from openssl calls.
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-10-09 Carl HetheringtonTry using magic recipient cert for authorized device...
2013-10-09 Carl HetheringtonTry to fix comparison of 3D DCPs.
2013-10-09 Carl HetheringtonFix error message formatting.
2013-10-09 Carl HetheringtonBetter error message.
2013-10-09 Carl HetheringtonTry to fix subject escaping on Windows.
2013-10-09 Carl HetheringtonUse specified openssl binary rather than assuming it...
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
2013-10-08 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-10-07 Carl HetheringtonHeader guard.
2013-10-04 Carl HetheringtonMissing include.
2013-10-04 Carl Hetheringtonboost::filesystem.
2013-10-04 Carl Hetheringtonboost::filesystem.
2013-10-04 Carl Hetheringtonfilesystem::path.
2013-10-04 Carl HetheringtonMore boost::filesystem jibber jabber.
2013-10-03 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-10-03 Carl HetheringtonTry to fix build on windows.
2013-10-01 Carl HetheringtonFix erroneous include.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonFix signing of KDMs.
2013-09-29 Carl HetheringtonChange thing used for authorized device list descriptio...
2013-09-29 Carl HetheringtonAdd ContentAuthenticator, possibly incorrectly.
2013-09-29 Carl HetheringtonAdd set_sampling_rate.
2013-09-29 Carl Hetheringtonconst fixes.
2013-09-29 Carl HetheringtonAdd common_name().
2013-09-25 Carl HetheringtonSplit up some files.
2013-09-25 Carl HetheringtonSwitch away from the many-constructor-arguments approac...
2013-09-25 Carl HetheringtonSome comments.
2013-09-25 Carl HetheringtonAdd round-trip KDM test. Fix various bugs in KDM gener...
2013-09-25 Carl HetheringtonSplit tests up.
2013-09-25 Carl HetheringtonAdd as_xml to string to KDM.
2013-09-24 Carl HetheringtonAllow setting of a CPL's MXF keys.
2013-09-24 Carl HetheringtonComments.
2013-09-24 Carl HetheringtonMove everything into the header.
2013-09-24 Carl HetheringtonRemove unused variable; add comment.
2013-09-24 Carl HetheringtonActually encrypt AuthenticatedPrivate section of KDM.
2013-09-24 Carl HetheringtonSimplify KDM API slightly.
2013-09-24 Carl HetheringtonKDM XML fix.
2013-09-24 Carl HetheringtonVarious KDM work.
2013-09-23 Carl HetheringtonKDM passthrough works ok.
2013-09-21 Carl HetheringtonUnbuilt KDM changes.
2013-09-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonFix bad frees if exceptions are thrown by constructors.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonAllow SoundAsset to be encrypted.
2013-09-19 Carl HetheringtonRename crypt_chain -> signer_chain.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-09-19 Carl HetheringtonComments.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
2013-09-18 Carl HetheringtonSeparate time -> string functions out.
2013-09-18 Carl HetheringtonAllow progressive writes to be encrypted.
2013-09-18 Carl HetheringtonComments.
2013-09-18 Carl HetheringtonComments.
2013-09-18 Carl HetheringtonSome comments.
2013-09-18 Carl HetheringtonFix (I think) AuthenticatedPublic signer.
2013-08-30 Carl HetheringtonHack; separate DCP asset and CPL reads.
2013-08-29 Carl HetheringtonChange to libcxml API.
2013-08-29 Carl HetheringtonOptional progress reporting when making MXF hashes.
2013-08-29 Carl HetheringtonTry to fix application of namespace to MainStereoscopic...
2013-08-29 Carl HetheringtonMissing include.
2013-08-27 Carl HetheringtonFix paths in OV DCP searches.
2013-08-27 Carl HetheringtonBasics of OV/supplemental support when reading.
2013-08-26 Carl HetheringtonTry to add correct namespace for 3D CPLs.
2013-08-25 Carl HetheringtonTweak interop / SMPTE to pass dcp_inspect.
2013-08-25 Carl HetheringtonTidy up interop API.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-08-21 Carl HetheringtonTry to fix timezone offset formatting.
2013-08-19 Carl HetheringtonTry to fix build on windows.
2013-08-19 Carl HetheringtonTry to fix time zone offsets in Windows.
2013-08-18 Carl HetheringtonA few asserts.
2013-08-17 Carl HetheringtonMore float -> double.
2013-08-17 Carl HetheringtonUse double rather than float for colour matrices.
2013-08-16 Carl HetheringtonTry to use correct timezone in dates.
2013-08-13 Carl HetheringtonAdd missing class declaration.
2013-08-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-08-07 Carl HetheringtonMissing audio asset decryption.
2013-07-25 Carl HetheringtonTry to be more careful when loading FrameInfos from...
2013-07-23 Carl HetheringtonRevert "Renaming to try to fix windows confusion."
2013-07-23 Carl HetheringtonRenaming to try to fix windows confusion.
2013-07-23 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-23 Carl HetheringtonMissing virtual destructor.
2013-07-23 Carl HetheringtonA few small cleanups.
2013-07-23 Carl HetheringtonA few comment fixes.
2013-07-23 Carl HetheringtonSimplify streaming API a bit.
2013-07-23 Carl HetheringtonFixes for writing 3D CPLs.
2013-07-22 Carl HetheringtonA couple of missing bits. 3D
2013-07-22 Carl HetheringtonAdd missing header install.
2013-07-22 Carl HetheringtonVarious more 3D fixes.
2013-07-22 Carl HetheringtonSome hacks.
2013-07-13 Carl HetheringtonMore leniancy in comparions.
2013-07-13 Carl HetheringtonMore leniancy in comparions.
2013-07-13 Carl HetheringtonContinue with comparison even if lengths differ.
2013-07-13 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-13 Carl HetheringtonMissing .h install.
2013-07-12 Carl HetheringtonMissing files.
2013-07-12 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-12 Carl HetheringtonSupport rgb -> xyz encoding.
2013-07-12 Carl HetheringtonMove XYZ/RGB function to its own source file.
next