From: Nikos Mavrogiannopoulos Date: Wed, 21 Nov 2012 08:20:32 +0000 (+0100) Subject: update X-Git-Tag: gnutls_3_1_5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b0a21482e69268394efbd847cc078b77b07cde;p=thirdparty%2Fgnutls.git update --- 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