diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-06-19 14:59:33 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-06-21 06:58:49 +0200 |
commit | c64bd9db8463c62035c66e4f0aecb384f3623e9e (patch) | |
tree | 457bde2dc29d295116e6d4c017d7c3a71dd45ee5 /lib/libgnutls.map | |
parent | 74d0907584d9e0fc4073b9360a8ee4e39a12d3be (diff) | |
download | gnutls-c64bd9db8463c62035c66e4f0aecb384f3623e9e.tar.gz |
tests: updated supplemental tests for TLS1.3tmp-supplemental-no-tls13
This includes tests that verify that TLS1.3 is not negotiated
when supplemental data are set in client and/or server side.
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 2067bca5c9..f95fe0a846 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1280,6 +1280,7 @@ GNUTLS_PRIVATE_3_4 { _gnutls_mpi_release; # Internal symbols needed by tests/: + _gnutls_supplemental_deinit; _gnutls_record_overhead; _gnutls_cipher_to_entry; _gnutls_pkcs11_token_get_url; |