summaryrefslogtreecommitdiff
path: root/src/certificate.cc
AgeCommit message (Collapse)Author
2024-01-08Add Certificate::subject_dn_qualifier().Carl Hetherington
2023-01-16Add some new issuer access methods.v1.8.52Carl Hetherington
2022-02-12Cleanup: use dcp::LocalTime for certificate validity times.Carl Hetherington
Before we were using struct tm but not filling it all in, which seems quite unpleasant.
2021-01-24Tidying.Carl Hetherington
2021-01-23Tidying.Carl Hetherington
2019-12-01Fix incorrect month when returning not-before/not-after.Carl Hetherington
2019-03-16Try to fix build with older openssl.Carl Hetherington
2019-03-14Some new features in dcpkdm.Carl Hetherington
2018-05-08Remove warning about new OpenSSL API.Carl Hetherington
2018-03-08Add method to detect utf8 strings.Carl Hetherington
2016-11-10Fix build with OpenSSL 1.1 and later.Carl Hetherington
2016-08-25Allow reading of certificate chains from strings.Carl Hetherington
This also makes the Certificate constructor throw if it finds extra stuff after a certificate it is loading.
2016-08-11More stringstream removal.Carl Hetherington
2016-07-22Use locked_sstream. Replace once parse_stream with parse_memory.Carl Hetherington
2016-07-01asdcp headers moved into subdirectory.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2016-04-22Improve detection of other stuff after certificates.Carl Hetherington
2016-01-27Check for trailing data when loading certificates.Carl Hetherington
2015-12-11Allow certificates with preamble before BEGIN CERTIFICATE (dcpomatic #774).Carl Hetherington
2015-11-15Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-11-15Support trusted device lists in KDMs.Carl Hetherington
2015-11-13Cope with certificate files that have no line breaks.Carl Hetherington
2015-09-15Return an empty string rather than assert()ing if a name part is not found.Carl Hetherington
2015-07-30Merge Signer into CertificateChain.Carl Hetherington
2015-07-30Rename certificates.{cc,h} -> certificate.{cc,h}.Carl Hetherington