summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-05 13:41:46 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-05 13:41:46 +0000
commit3566f540c2ea57ef3fced95b06f6ba52f4f24ab8 (patch)
treed47fb1e64c4060ff98543f33fa82d048ba533e7d /lib/gnutls_ui.c
parent091cea8dbd1e5fbd940d4c863b68d5eb5ff7cab3 (diff)
downloadgnutls-3566f540c2ea57ef3fced95b06f6ba52f4f24ab8.tar.gz
optimized certificate handling API
Diffstat (limited to 'lib/gnutls_ui.c')
-rw-r--r--lib/gnutls_ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index d1e7f4afa2..a2f4ae0032 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -105,7 +105,8 @@ int gnutls_anon_client_get_dh_bits(GNUTLS_STATE state)
* @list_size: is the length of the certificate list
*
* This function will return the peer's raw certificate list as sent by the peer.
- * These certificates are DER encoded.
+ * These certificates are DER encoded. The first certificate in the list is the peer's certificate,
+ * following the issuer's certificate, then the issuer's issuer etc.
* Returns NULL in case of an error, or if no certificate was sent.
*
**/