summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-23 16:51:57 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commit5edcadb12770744f912512054c9458c096aab6b7 (patch)
tree4d6a67c7aacf5700d8c50bcd82c22a189448b6d7 /include
parent0e74d7ca440a3a7fbb7ddd6873e2f494d87f8d0e (diff)
Documents the CTLOG functions
CTLOG_new_null() has been removed from the code, so it has also been removed from this POD. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index 2a67731520..085a4f1e75 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -388,6 +388,7 @@ SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
/*
* Creates a new CT log instance with the given |public_key| and |name|.
+ * Takes ownership of |public_key| but copies |name|.
* Returns NULL if malloc fails or if |public_key| cannot be converted to DER.
* Should be deleted by the caller using CTLOG_free when no longer needed.
*/