diff options
author | Sahana Prasad <sahana@redhat.com> | 2020-09-28 10:21:40 +0200 |
---|---|---|
committer | Sahana Prasad <sahana@redhat.com> | 2020-11-10 14:30:10 +0100 |
commit | a452a1afeba3302cbd1928a01f13d6aa039e2e84 (patch) | |
tree | 38e7c4714721444859cb464ee18961862868827d /doc/Makefile.am | |
parent | 63c7bbf1ee7b0b9328905dd062a1312e4439e2d7 (diff) | |
download | gnutls-a452a1afeba3302cbd1928a01f13d6aa039e2e84.tar.gz |
Adds a new API gnutls_session_set_verify_output_function() that allows TLS applications
to have a way to pass the gnutls_verify_output_function() as a callback so that the full
path of the certificate chain to the trusted root can be avaiable as output.
Signed-off-by: Sahana Prasad <sahana@redhat.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e1834016b1..2e71f4a619 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1975,6 +1975,8 @@ FUNCS += functions/gnutls_session_set_verify_cert2 FUNCS += functions/gnutls_session_set_verify_cert2.short FUNCS += functions/gnutls_session_set_verify_function FUNCS += functions/gnutls_session_set_verify_function.short +FUNCS += functions/gnutls_session_set_verify_output_function +FUNCS += functions/gnutls_session_set_verify_output_function.short FUNCS += functions/gnutls_session_supplemental_register FUNCS += functions/gnutls_session_supplemental_register.short FUNCS += functions/gnutls_session_ticket_enable_client |