diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-05-09 17:54:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-05-09 17:59:36 +0200 |
commit | 0b4f25c18755f4c4b984b46f16cfa8e468891469 (patch) | |
tree | 0cd797553c99783e1715d5c5f2ed1acd4d7a7b4a /doc/cha-cert-auth2.texi | |
parent | d5633875724fe383adb4e994fc72bd7c64acb197 (diff) | |
download | gnutls-0b4f25c18755f4c4b984b46f16cfa8e468891469.tar.gz |
Added convenience functions to load a trust list from a file or a memory buffer.
New functions:
gnutls_certificate_set_x509_system_trust, gnutls_pkcs11_obj_list_import_url2,
gnutls_x509_trust_list_add_system_trust, gnutls_x509_trust_list_add_trust_file,
gnutls_x509_trust_list_add_trust_mem.
Diffstat (limited to 'doc/cha-cert-auth2.texi')
-rw-r--r-- | doc/cha-cert-auth2.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi index 6838bf5b94..9ebb74a0af 100644 --- a/doc/cha-cert-auth2.texi +++ b/doc/cha-cert-auth2.texi @@ -523,6 +523,7 @@ the following functions can be used to load PKCS #11 key and certificates by specifying a PKCS #11 URL instead of a filename. @showfuncB{gnutls_certificate_set_x509_trust_file,gnutls_certificate_set_x509_key_file} +@showfuncdesc{gnutls_certificate_set_x509_system_trust} @include invoke-p11tool.texi |