Tidying a few things up.
[libdcp.git] / src / certificate_chain.cc
2021-01-31 Carl HetheringtonFix strange Windows build error introduced in 6c37cc197...
2021-01-23 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.
2020-03-10 Carl HetheringtonBe more cautious in CertificateChain::private_key_valid.
2019-12-01 Carl HetheringtonBump default certificate validity period to 40 years.
2019-06-26 Carl HetheringtonReject certificate chains where the adjacent certificat...
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-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-14 Carl HetheringtonSpeculative removal of call to xmlSecKeySetName when...
2018-07-09 Carl HetheringtonRemove old warning.
2018-03-21 Carl HetheringtonPut xmlns:dsig on Signer and Signature rather than...
2018-03-09 Carl HetheringtonUse string_mask = nombstr so that openssl uses PRINTABL...
2017-06-05 Carl HetheringtonFix up management of certificate chain validity.
2017-04-04 Carl HetheringtonMore error information from CertificateChain::valid.
2016-11-10 Carl HetheringtonFix build with OpenSSL 1.1 and later.
2016-08-25 Carl HetheringtonTweak assert.
2016-08-25 Carl HetheringtonAllow reading of certificate chains from strings.
2016-08-11 Carl HetheringtonMore stringstream removal.
2016-08-04 Carl HetheringtonAdd method to return a base-64 version of a whole Certi...
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-02 Carl HetheringtonRemove unused variable.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2015-10-19 Carl HetheringtonUse std::runtime_error instead of our own StringError as
2015-07-30 Carl HetheringtonMerge Signer into CertificateChain.
2015-07-12 Carl HetheringtonMove CertificateChain into the right header.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-01-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-28 Carl HetheringtonSome OS X build fixes.
2014-09-18 Carl HetheringtonQuote openssl -subj strings.
2014-09-11 Carl HetheringtonAllow Signer and certificate chains to be made with...
2014-07-18 Carl HetheringtonUse tmpdir for temporary files.
2014-07-17 Carl HetheringtonQuite large reworking of signer/cert handling.