]> git.ipfire.org Git - thirdparty/gnutls.git/commit
ocsp: introduced gnutls_certificate_get_ocsp_expiration()
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 22 Nov 2017 09:32:04 +0000 (10:32 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 Feb 2018 14:29:37 +0000 (15:29 +0100)
commitddef51dde37bde22ae351b4cd36cc86e5ecc4049
treece54f23559f978c9e9920021ed0df859c349ef10
parent5623c86b5678ef93e9670a6f7bc412e2c8dda62a
ocsp: introduced gnutls_certificate_get_ocsp_expiration()

This is a function to allow obtaining the validity of the OCSP responses
already set in the credential structures.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/includes/gnutls/gnutls.h.in
lib/libgnutls.map
lib/ocsp-api.c
lib/x509/ocsp.c