From 781982ea9a78f88fef130dc08cd028b7e5f47937 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Sep 2013 18:46:58 +0100 Subject: A few encryption-related fixes and comments. --- src/cpl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cpl.h') diff --git a/src/cpl.h b/src/cpl.h index d3b4e544..aa07036d 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "types.h" #include "certificates.h" @@ -96,7 +97,7 @@ public: /** Make a KDM for this CPL. * @param certificates - * @param signer_key + * @param signer_key Filename of private key to sign the KDM with. * @param recipient_cert The certificate of the projector that this KDM is targeted at. This will contain the * projector's public key (P) which is used to encrypt the content keys. * @param from Time that the KDM should be valid from. @@ -105,7 +106,7 @@ public: */ boost::shared_ptr make_kdm ( CertificateChain const & certificates, - std::string const & signer_key, + boost::filesystem::path signer_key, boost::shared_ptr recipient_cert, boost::posix_time::ptime from, boost::posix_time::ptime until, -- cgit v1.2.3