summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorerikdejong <erikdejong@gmail.com>2017-03-06 22:01:39 +0100
committerPeter Wu <peter@lekensteyn.nl>2017-03-10 02:54:51 +0000
commitfe285c640b6279fdb9920bb79b0494ac87cb0e32 (patch)
tree85d71f80358f486494368fab9fde765562363eb9 /debian
parent9e0251f2187388ce03b4afde91df2528e313afd8 (diff)
downloadwireshark-fe285c640b6279fdb9920bb79b0494ac87cb0e32.tar.gz
Replace aes.c and des.c by Libgcrypt
Follow-up of https://code.wireshark.org/review/20095 Rewritten functions: - crypt_des_ecb crypt_des_ecb verified against previous crypt_des_ecb implementation with 4294967295 random keys and input buffers from /dev/random as I cannot find a suitable pcap which uses DES Change-Id: I21ec2572451e0ded4299ffadd8dd687817bc6318 Reviewed-on: https://code.wireshark.org/review/20429 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwsutil0.symbols8
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols
index f17a4be127..9c2bb43437 100644
--- a/debian/libwsutil0.symbols
+++ b/debian/libwsutil0.symbols
@@ -4,9 +4,6 @@ libwsutil.so.0 libwsutil0 #MINVER#
add_plugin_type@Base 1.12.0~rc1
adler32_bytes@Base 1.12.0~rc1
adler32_str@Base 1.12.0~rc1
- aes_cmac_encrypt_finish@Base 2.1.0
- aes_cmac_encrypt_starts@Base 2.1.0
- aes_cmac_encrypt_update@Base 2.1.0
alaw2linear@Base 1.12.0~rc1
ascii_strdown_inplace@Base 1.10.0
ascii_strup_inplace@Base 1.10.0
@@ -42,7 +39,7 @@ libwsutil.so.0 libwsutil0 #MINVER#
create_persconffile_profile@Base 1.12.0~rc1
create_tempdir@Base 1.12.0~rc1
create_tempfile@Base 1.12.0~rc1
- crypt_des_ecb@Base 1.12.0~rc1
+ crypt_des_ecb@Base 2.3.0
data_file_url@Base 2.3.0
delete_persconffile_profile@Base 1.12.0~rc1
file_exists@Base 1.12.0~rc1
@@ -122,9 +119,6 @@ libwsutil.so.0 libwsutil0 #MINVER#
report_open_failure@Base 1.12.0~rc1
report_read_failure@Base 1.12.0~rc1
report_write_failure@Base 1.12.0~rc1
- rijndael_decrypt@Base 1.12.0~rc1
- rijndael_encrypt@Base 1.12.0~rc1
- rijndael_set_key@Base 1.12.0~rc1
running_in_build_directory@Base 1.12.0~rc1
running_with_special_privs@Base 1.10.0
scan_plugins@Base 1.12.0~rc1