summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2023-05-05 21:00:12 +0000
committerDaiki Ueno <ueno@gnu.org>2023-05-05 21:00:12 +0000
commit0263dec937e02ab71fd9cb158fa69acf7c374481 (patch)
tree1e84b4e61a611894f264ceb5e9e2ef9a51dacfd0 /lib/libgnutls.map
parent643342325a15e652fedac27b7bcb4614a242ab0d (diff)
parent4fe788cc172e6c06f40a42ba516a60f21369018c (diff)
downloadgnutls-master.tar.gz
Merge branch 'wip/dueno/external-psk-importer' into 'master'HEADmaster
psk: Add basic support for RFC 9258 external PSK importer interface Closes #1355 See merge request gnutls/gnutls!1741
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 72e425c3a0..fae2070dfc 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1409,6 +1409,16 @@ GNUTLS_3_7_7
*;
} GNUTLS_3_7_5;
+GNUTLS_3_8_1
+{
+ global:
+ gnutls_psk_set_server_credentials_function3;
+ gnutls_psk_set_client_credentials_function3;
+ gnutls_psk_format_imported_identity;
+ local:
+ *;
+} GNUTLS_3_7_7;
+
GNUTLS_FIPS140_3_4 {
global:
gnutls_cipher_self_test;