]> git.ipfire.org Git - thirdparty/gnutls.git/commit
extensions: simplified semantics of store and check functions
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 20 Sep 2017 09:40:54 +0000 (11:40 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 Feb 2018 14:29:34 +0000 (15:29 +0100)
commit4be026b4a6dae7cda9edd1c8cfbde5bc96aed620
tree5f7efa685b1815d50b05e87f4eab841c35fa9e4d
parente62213a66b74586647fbf374a2e3e46cd7145d8d
extensions: simplified semantics of store and check functions

That is, _gnutls_extension_list_check was made a boolean function,
and both were renamed to more appropriate names such as,
_gnutls_hello_ext_is_present, _gnutls_hello_ext_save.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/algorithms/ciphersuites.c
lib/ext/safe_renegotiation.c
lib/extensions.c
lib/extensions.h
lib/x509.c