From 6398f3aae4b49c397f9094eb96e6f6595d5547cc Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 23 Jan 2021 14:36:57 +0100 Subject: safe-memfuncs: rely on explicit_bzero implementation from gnulib Signed-off-by: Daiki Ueno --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6981a7bf78..3bb1869176 100644 --- a/.gitignore +++ b/.gitignore @@ -468,9 +468,6 @@ tests/libpkcs11mock1.la tests/libpkcs11mock2.la tests/libutils.la tests/long-session-id -tests/memset -tests/memset0 -tests/memset1 tests/mini tests/mini-alignment tests/mini-alpn -- cgit v1.2.1 From 5589765593b8af88e4fc3acb3b06ded0122da006 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 24 Jan 2021 07:49:34 +0100 Subject: tests: remove init_fds test This test does nothing to expose the original problem linked in the comment: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760476 Signed-off-by: Daiki Ueno --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3bb1869176..44bc48d72b 100644 --- a/.gitignore +++ b/.gitignore @@ -443,7 +443,6 @@ tests/hex tests/hostname-check tests/hostname-check-utf8 tests/infoaccess -tests/init_fds tests/init_roundtrip tests/insecure_key tests/iov -- cgit v1.2.1 From f5aea9779a819edc7d246b2904b97d6c8a8b0d06 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 30 Jan 2021 18:35:14 +0100 Subject: tests: remove *hello_random_value tests Those tests are meaningless and merely introduces extra flakiness, now that the uninitialized random bytes are detected by valgrind. Signed-off-by: Daiki Ueno --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 44bc48d72b..b1f835ce40 100644 --- a/.gitignore +++ b/.gitignore @@ -407,7 +407,6 @@ tests/dtls1.0-cert-key-exchange tests/dtls1.2-cert-key-exchange tests/dtls10-cert-key-exchange tests/dtls12-cert-key-exchange -tests/dtls_hello_random_value tests/duplicate-extensions tests/eagain tests/eagain-auto-auth @@ -853,7 +852,6 @@ tests/tls13-without-timeout-func tests/tls13/anti_replay tests/tls13/change_cipher_spec tests/tls13/cookie -tests/tls13/hello_random_value tests/tls13/hello_retry_request tests/tls13/hello_retry_request_resume tests/tls13/key_limits @@ -876,7 +874,6 @@ tests/tls13/psk-dumbfw tests/tls13/psk-ext tests/tls13/supported_versions tests/tls13/tls12-no-tls13-exts -tests/tls_hello_random_value tests/tlsext-decoding tests/tlsfeature-crt tests/tlsfeature-ext -- cgit v1.2.1