Add Certificate::not_{before,after}
[libdcp.git] / src /
2022-02-12 Carl HetheringtonAdd Certificate::not_{before,after} add-validity v1.6.x v1.6.20
2022-02-12 Carl HetheringtonMake certificate chain validity a parameter of the... v1.6.19
2021-06-23 Carl HetheringtonBump default certificate validity period to 40 years. v1.6.18
2021-04-18 Carl HetheringtonFix build failure. fixit
2021-04-16 Carl HetheringtonImprove handling of image subtitle IDs in XML (DoM... backport
2021-04-16 Carl HetheringtonIgnore parameters in PKL type strings when checking...
2020-11-28 Carl HetheringtonFix erroneous reports of unresolved assets when checkin... v1.6.17
2020-10-10 Carl HetheringtonFix crash when loading DCPs whose ASSETMAP contains...
2020-03-10 Carl HetheringtonBe more cautious in CertificateChain::private_key_valid. v1.6.15
2019-12-15 Carl HetheringtonAdd fix_empty_font_ids() to replace empty Font ids... v1.6.14
2019-11-24 Carl HetheringtonJust emit EmptyAssetPathError from DCP::read, not a... v1.6.13
2019-11-11 Carl HetheringtonAllow DCP reading to continue even with empty <Path... v1.6.11
2019-11-08 Carl HetheringtonFix incorrect LocalTime strings when timezone is behind... v1.6.10
2019-10-09 Carl HetheringtonFix enum confusion.
2019-10-01 Carl HetheringtonReject certificate chains where the adjacent certificat...
2019-09-30 Carl HetheringtonIn 8c852cb the CPL root attribute "dsig" was removed...
2019-05-21 Carl HetheringtonIncrease header size when writing SMPTE subtitle MXFs... v1.6.8
2019-04-25 Carl HetheringtonThrow a different exception when an unrecognised LabelS... v1.6.7
2019-03-29 Carl HetheringtonAdd EPISODE and PROMO content types. v1.6.6
2019-03-16 Carl HetheringtonCheck that all image data is present after loading... v1.6.5
2019-03-12 Carl HetheringtonTry to fix libdcp static build.
2019-03-12 Carl HetheringtonFix gcov shlib build; this fixes tests to run against...
2019-01-24 Carl HetheringtonCheck return value of fread in File::File.
2019-01-24 Carl HetheringtonSlightly hacky but hopefully functional fix for KDMs...
2019-01-24 Carl HetheringtonFully indent PKL/CPL.
2019-01-24 Carl HetheringtonAttempt to fix Sony digest validation by indenting...
2019-01-22 Carl HetheringtonReveal path in MissingAssetError.
2019-01-17 Carl HetheringtonMissing include for arch.
2019-01-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-14 Carl HetheringtonTidy repeated call of make_uuid() and don't put urn...
2019-01-14 Carl HetheringtonSpeculative removal of call to xmlSecKeySetName when...
2019-01-12 Carl HetheringtonMove verify API away from strings towards error codes.
2019-01-08 Carl HetheringtonFix incorrect XML namespace in MXF header; I was using...
2019-01-06 Carl HetheringtonClairMeta points out that SMPTE subtitle MXF's Resource...
2019-01-06 Carl HetheringtonMore DCP verification detail and testing.
2019-01-06 Carl HetheringtonCheck CPL hash in the PKL on verify.
2019-01-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-12-29 Carl HetheringtonFix some warnings.
2018-11-14 Carl HetheringtonSimpole DCP recovery utility (dcprecover) added.
2018-11-08 Carl HetheringtonTake thumbprint rather than a full dcp::Certificate...
2018-10-09 Carl HetheringtonMore raw/locale_convert.
2018-10-09 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-10-09 Carl HetheringtonMore _convert functions.
2018-09-28 Carl HetheringtonMove some methods to where they make more sense.
2018-09-25 Carl HetheringtonCope with multiple PKLs in a DCP.
2018-09-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-23 Carl HetheringtonAdd missing constructor call.
2018-09-22 Carl HetheringtonFix build with newer boost.
2018-09-18 Carl HetheringtonThrow a better error on bad content kind.
2018-09-14 Carl HetheringtonAdd operator< for LocalTime.
2018-09-07 Carl HetheringtonSilence warnings from asdcplib when testing a MXF file...
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-08-29 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-08-29 Carl HetheringtonAllow CCAP reel nodes to have language tags.
2018-08-28 Carl HetheringtonMissing initialisattion of DCPReadError::_message.
2018-08-22 Carl HetheringtonSupport more than one closed caption asset per reel.
2018-08-17 Carl HetheringtonMissing header include.
2018-08-17 Carl HetheringtonThrow an exception on an unknown asset type. pkl
2018-08-17 Carl HetheringtonAdjust for Interop <PackingList> not needing content.
2018-08-17 Carl HetheringtonRemove debug.
2018-08-17 Carl HetheringtonUse PKL types rather than file extensions.
2018-08-16 Carl HetheringtonRemoved unused variables.
2018-08-16 Carl HetheringtonUse PKL when verifying DCPs.
2018-08-16 Carl HetheringtonRead PKL when reading DCP.
2018-08-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-07-31 Carl HetheringtonTweak equals messages.
2018-07-19 Carl HetheringtonFIXME.
2018-07-14 Carl HetheringtonFix thinko causing hang in ::equals().
2018-07-09 Carl HetheringtonBasic reading of Interop/SMPTE image subtitles with...
2018-07-09 Carl HetheringtonFix typo.
2018-07-09 Carl HetheringtonStore image subtitle ID in the object, rather than...
2018-07-09 Carl HetheringtonRemove old warning.
2018-07-08 Carl HetheringtonSwitch to UUIDs for Interop image subtitle identificati...
2018-07-08 Carl HetheringtonCheck return value of fread().
2018-07-07 Carl HetheringtonBasic interop bitmap writing.
2018-07-07 Carl HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-07-07 Carl HetheringtonAdd SubtitleImage.
2018-07-07 Carl HetheringtonRemove unused class declaration.
2018-07-07 Carl HetheringtonMove common parts of text/image subtitle out to a base...
2018-06-08 Carl HetheringtonFix incorrect default effect colour.
2018-06-08 Carl HetheringtonTry to fix compile warning on OS X.
2018-05-07 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-05-07 Carl HetheringtonRemove warning about new OpenSSL API.
2018-05-02 Carl Hetheringtonrebase() would round up and so it was possible for...
2018-04-19 Carl HetheringtonFormatting of errors.
2018-04-07 Carl HetheringtonAdd comment.
2018-03-22 Carl HetheringtonRemove some debug code.
2018-03-21 Carl HetheringtonPut xmlns:dsig on Signer and Signature rather than...
2018-03-20 Carl HetheringtonMore DCP verification bits.
2018-03-20 Carl HetheringtonUse prefix to avoid ERROR enum.
2018-03-14 Carl HetheringtonAdd very basic verify method.
2018-03-13 Carl HetheringtonMissing file.
2018-03-13 Carl HetheringtonFix wscript install target.
2018-03-13 Carl HetheringtonMerge EncryptionContext with DecryptionContext and...
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2018-03-09 Carl HetheringtonUse string_mask = nombstr so that openssl uses PRINTABL...
2018-03-08 Carl HetheringtonAdd method to detect utf8 strings.
2018-02-25 Carl HetheringtonFix build error.
2018-02-25 Carl HetheringtonThrow exceptions with badly-formed XML when reading...
2018-02-22 Carl HetheringtonRead Atmos assets into other_assets.
next