changeset 276:ea9c5bbc6496

Added missing function documentation.
author Sascha Wilde <wilde@intevation.de>
date Wed, 02 Apr 2014 11:48:08 +0200
parents 9d2ac9b6a5b0
children 22408d797c92
files cinst/mozilla.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cinst/mozilla.c	Wed Apr 02 10:31:08 2014 +0200
+++ b/cinst/mozilla.c	Wed Apr 02 11:48:08 2014 +0200
@@ -355,6 +355,14 @@
   return name;
 }
 
+/**
+ * @brief Convert a base64 encoded DER certificate to SECItem
+ * @param[in] b64 pointer to the base64 encoded certificate
+ * @param[in] b64len length of the base64 encoded certificate
+ * @param[out] secitem pointer to the SECItem in which to store the
+ * raw DER certifiacte.
+ * @returns true on success and false on failure
+ */
 static bool
 base64_to_secitem(char *b64, size_t b64len, SECItem *secitem)
 {

http://wald.intevation.org/projects/trustbridge/