summaryrefslogtreecommitdiff
path: root/src/certificate.h
AgeCommit message (Collapse)Author
2024-01-08Add Certificate::subject_dn_qualifier().Carl Hetherington
2023-05-21Remove unnecessary initializers.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-03-14Some new features in dcpkdm.Carl Hetherington
2018-03-08Add method to detect utf8 strings.Carl Hetherington
2017-10-10Remove unused class declaration.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-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-02Add some explicit declarations to constructors.Carl Hetherington
2016-06-02Fix uninitialised variable.Carl Hetherington
2016-06-01More licence fixups.Carl Hetherington
2016-01-27Check for trailing data when loading certificates.Carl Hetherington
2015-07-30Merge Signer into CertificateChain.Carl Hetherington
2015-07-30Rename certificates.{cc,h} -> certificate.{cc,h}.Carl Hetherington