]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 21 Nov 2012 08:20:32 +0000 (09:20 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 21 Nov 2012 08:20:32 +0000 (09:20 +0100)
lib/x509/x509.c

index bbe5a62fa3977973a42a0130d7ea2d21ae46d9d2..45a24df237dc237de50c6d74c5194bb4b8cfb4b2 100644 (file)
@@ -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