summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-03 11:42:30 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-03 11:42:30 +0200
commita89bfa9f38e08b02a0d6b16dd6602cf31ab2a14b (patch)
treeb25d4b9ba70096302b7f14a393786359435202a9
parent78106f73fb3af8854fc14b679ca067171a00733d (diff)
downloadgnutls-a89bfa9f38e08b02a0d6b16dd6602cf31ab2a14b.tar.gz
doc update
-rw-r--r--lib/x509/pkcs7-attrs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/x509/pkcs7-attrs.c b/lib/x509/pkcs7-attrs.c
index bc8a84593d..73593f683f 100644
--- a/lib/x509/pkcs7-attrs.c
+++ b/lib/x509/pkcs7-attrs.c
@@ -43,6 +43,9 @@
* This function will set a PKCS #7 attribute in the provided list.
* If this function fails, the previous list would be deallocated.
*
+ * Note that any attributes set with this function must either be
+ * DER or BER encoded, unless a special flag is present.
+ *
* Returns: On success, the new list head, otherwise %NULL.
*
* Since: 3.4.2