diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-21 09:20:32 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-21 09:20:32 +0100 |
commit | 86b0a21482e69268394efbd847cc078b77b07cde (patch) | |
tree | 23072463a6e07842471f461ba5ee87aff1df42bd | |
parent | 28b4658aa523ed7abae9b3e0958515c341b1c648 (diff) | |
download | gnutls-86b0a21482e69268394efbd847cc078b77b07cde.tar.gz |
update
-rw-r--r-- | lib/x509/x509.c | 3 |
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 |