summaryrefslogtreecommitdiff
path: root/src/lib/kdm_recipient.cc
AgeCommit message (Collapse)Author
2025-01-22Allow KDMRecipient and hence Screen to convert certs to dcp::Certificate lazily.Carl Hetherington
This is pretty slow (as it runs the certificate through OpenSSL) and we don't need to do it for every certificate in a database when we load the database.
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2020-05-06Derive Screen from a new class KDMRecipient.Carl Hetherington