]> git.ipfire.org Git - thirdparty/gnutls.git/commit
introduced gnutls_certificate_retrieve_function3
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Dec 2017 12:18:16 +0000 (13:18 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 Feb 2018 14:29:36 +0000 (15:29 +0100)
commit9829ef9a3ca06d60472599df7c74ebb9a53f1fe2
tree4b238387df98a69d5c9dfb7617f8203d139084c6
parent74b73eab2460119dd7d5a3add2a1425c462f54b2
introduced gnutls_certificate_retrieve_function3

That allows a certificate callback to provide OCSP responses in addition
to certificates. That also introduces a flags option which currently
accepts GNUTLS_CERT_RETR_DEINIT_ALL which allows the callback to
specify whether the provided data should be deinitialized.

To simplify the certificate callback code, all previous (now legacy)
callbacks are implemented as wrappers over the new callback function.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/auth/cert.c
lib/auth/cert.h
lib/cert.c
lib/ext/post_handshake.c
lib/gnutls_int.h
lib/includes/gnutls/abstract.h
lib/libgnutls.map