summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-07 10:11:37 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-07 10:11:45 +0100
commit7e894ecdb401fc566556de551145fc6858f7e068 (patch)
tree9b4b9a6587c4839159908f372002f01f497614cd /doc/cha-gtls-app.texi
parentbbfde250fbbac0ce65569f9be1d2bc88925dcd4e (diff)
downloadgnutls-7e894ecdb401fc566556de551145fc6858f7e068.tar.gz
doc: mention gnutls_certificate_set_x509_trust_dir()
It was not mentioned in the "Client or server certificate verification" section. Resolves #76
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 5fec95c5d5..faa9c90f78 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -614,7 +614,7 @@ Certificate verification is possible by loading the trusted
authorities into the credentials structure by using
the following functions, applicable to X.509 and OpenPGP certificates.
-@showfuncC{gnutls_certificate_set_x509_system_trust,gnutls_certificate_set_x509_trust_file,gnutls_certificate_set_openpgp_keyring_file}
+@showfuncD{gnutls_certificate_set_x509_system_trust,gnutls_certificate_set_x509_trust_file,gnutls_certificate_set_x509_trust_dir,gnutls_certificate_set_openpgp_keyring_file}
The peer's certificate will be automatically verified if
@funcref{gnutls_session_set_verify_cert} is called prior to handshake.