summaryrefslogtreecommitdiff
path: root/src/kdm.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-15 18:01:08 -0500
committerCarl Hetherington <cth@carlh.net>2014-05-15 18:01:08 -0500
commit979739e929103dd68f942238303a218296cc90d7 (patch)
tree88e1dcb15b0ec78a0ed7b32dad7c124a543d276e /src/kdm.cc
parentc01716ccab4ddc5c026ee2a02ae3b367049362e3 (diff)
Fix tm_to_string to use local timezone on all platforms. Some comments.
Diffstat (limited to 'src/kdm.cc')
-rw-r--r--src/kdm.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kdm.cc b/src/kdm.cc
index 4132b242..70109936 100644
--- a/src/kdm.cc
+++ b/src/kdm.cc
@@ -86,6 +86,9 @@ KDM::KDM (boost::filesystem::path kdm, boost::filesystem::path private_key)
RSA_free (rsa);
}
+/** @param not_valid_before KDM not-valid-before time in local time.
+ * @param not_valid_after KDM not-valid-after time in local time.
+ */
KDM::KDM (
shared_ptr<const CPL> cpl, shared_ptr<const Signer> signer, shared_ptr<const Certificate> recipient_cert,
boost::posix_time::ptime not_valid_before, boost::posix_time::ptime not_valid_after,