summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-21 09:20:32 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-21 09:20:32 +0100
commit86b0a21482e69268394efbd847cc078b77b07cde (patch)
tree23072463a6e07842471f461ba5ee87aff1df42bd
parent28b4658aa523ed7abae9b3e0958515c341b1c648 (diff)
downloadgnutls-86b0a21482e69268394efbd847cc078b77b07cde.tar.gz
update
-rw-r--r--lib/x509/x509.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index bbe5a62fa3..45a24df237 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -2421,6 +2421,9 @@ gnutls_x509_crt_get_issuer (gnutls_x509_crt_t cert, gnutls_x509_dn_t * dn)
* unsigned long value_tag;
* };
*
+ * The X.509 distinguished name is a sequence of sequences of strings
+ * and this is what the @irdn and @iava indexes model.
+ *
* Note that @ava will contain pointers into the @dn structure, so you
* should not modify any data or deallocate it. Note also that the DN
* in turn points into the original certificate structure, and thus