diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-22 11:38:07 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-22 11:38:07 +0100 |
commit | af1fbb1aa68909a9e48220f102b8582354f8a3fd (patch) | |
tree | 022a14be74bfa47be111d10db18e5d17ce442db2 /lib/libgnutls.map | |
parent | 2b47e05884ee0099ad01cf2b67f42ebe6ad446ab (diff) | |
download | gnutls-af1fbb1aa68909a9e48220f102b8582354f8a3fd.tar.gz |
Updates in the DRBG-CTR-AES random number generator.
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index 908587e381..da0118bb58 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -989,6 +989,10 @@ GNUTLS_PRIVATE { # Internal symbols needed by tests/pkcs12_s2k: _gnutls_pkcs12_string_to_key; _gnutls_bin2hex; + #for FIPS140-2 validation + drbg_aes_reseed; + drbg_aes_init; + drbg_aes_generate; local: *; }; |