summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-18 14:49:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:34 +0100
commit2538ad273978ad6e6b1eb462078cc0c65ef443a1 (patch)
tree5918c6dddd47b237cce5331778b96465a286cf30 /lib/libgnutls.map
parent13e0bb2af1307ebe6bd2cd10f658ef834bc41ac0 (diff)
downloadgnutls-2538ad273978ad6e6b1eb462078cc0c65ef443a1.tar.gz
extensions: introduced functions to obtain currently parsed message
This allows the extension handling code to operate differently on different messages. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index fd99091767..053ae8078b 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1204,6 +1204,12 @@ GNUTLS_3_6_3
gnutls_fips140_set_mode;
} GNUTLS_3_6_2;
+GNUTLS_3_6_xx
+{
+ global:
+ gnutls_ext_get_current_msg;
+} GNUTLS_3_6_2;
+
GNUTLS_FIPS140_3_4 {
gnutls_cipher_self_test;
gnutls_pk_self_test;