summaryrefslogtreecommitdiff
path: root/doc/cha-tokens.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-23 13:03:50 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-23 13:04:09 +0100
commita527f276b76917f519ec9cee12207a178b997f08 (patch)
treec96ea2f5091d535c9d8e68589d2193da50599edd /doc/cha-tokens.texi
parent8a8b23774cb1f128f938fcbf063d2c5bbb7b5696 (diff)
downloadgnutls-a527f276b76917f519ec9cee12207a178b997f08.tar.gz
doc update
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r--doc/cha-tokens.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi
index 5e4c224337..0971628c96 100644
--- a/doc/cha-tokens.texi
+++ b/doc/cha-tokens.texi
@@ -220,7 +220,8 @@ typedef int (*gnutls_pubkey_import_url_func)(gnutls_pubkey_t pkey,
/* This is to allow constructing a certificate chain. It will be provided
* the initial certificate URL and the certificate to find its issuer, and must
- * return the DER encoding of the issuer's certificate. */
+ * return zero and the DER encoding of the issuer's certificate. If not available,
+ * it should return GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE. */
typedef int (*gnutls_get_raw_issuer_func)(const char *url, gnutls_x509_crt_t crt,
gnutls_datum_t *issuer_der, unsigned flags);