diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-07 16:25:20 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-27 11:41:04 +0100 |
commit | 386559971c5a82ca9d394bd33ebd841817f39a4b (patch) | |
tree | 3ec11cf4457936c4e5e9461ba8997665e26792ae /lib/libgnutls.map | |
parent | 19ff60651f7c8724252b053936d6602efe9109bb (diff) | |
download | gnutls-386559971c5a82ca9d394bd33ebd841817f39a4b.tar.gz |
Added self tests on RSA, DSA, and ECDSA key usage.
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 8f78ed48f9..2685d402d9 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -928,6 +928,7 @@ GNUTLS_3_1_0 { gnutls_pkcs11_get_raw_issuer; gnutls_est_record_overhead_size; gnutls_cipher_self_test; + gnutls_pk_self_test; gnutls_mac_self_test; gnutls_digest_self_test; } GNUTLS_3_0_0; |