diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-11-02 15:19:10 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 15:29:36 +0100 |
commit | c0be323b29c0c31b7bc307f03df7db14816b0c48 (patch) | |
tree | 92469b39093ec6ab17f7f8c6c1227158e11f0e49 /lib/libgnutls.map | |
parent | 9ec15a01ee5982706adc92a938304eeb8a3de60a (diff) | |
download | gnutls-c0be323b29c0c31b7bc307f03df7db14816b0c48.tar.gz |
handshake: added support for post-handshake authentication
That is:
* introduced a gnutls_init() flag for clients to enable post-handshake
authentication
* introduced gnutls_reauth() function, to be called by servers to request
authentication, and by clients to perform authentication
Resolves #562
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index 8e5444745a..0641a09bbb 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1209,6 +1209,7 @@ GNUTLS_3_6_xx global: gnutls_session_key_update; gnutls_ext_get_current_msg; + gnutls_reauth; } GNUTLS_3_6_2; GNUTLS_FIPS140_3_4 { |