summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-10-19 17:52:48 +0200
committerDaiki Ueno <dueno@redhat.com>2018-11-12 14:08:45 +0100
commit79f2f1cf5b91491be5f0e3486c416594ec522b25 (patch)
treeeec06e9a96e5c64449e3469c477fc1d332953d12 /.gitignore
parent8ada9c280c9044644dfad1f234e3da32f0df86a0 (diff)
downloadgnutls-79f2f1cf5b91491be5f0e3486c416594ec522b25.tar.gz
TLS 1.3: implement anti-replay measure using ClientHello recording
This implements ClientHello recording outlined in section 8.2 of RFC 8446. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d4a06fe3f7..c8b8ff40a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -760,6 +760,7 @@ tests/tls12-resume-psk
tests/tls12-resume-x509
tests/tls12-rollback-detection
tests/tls12-server-kx-neg
+tests/tls13/anti_replay
tests/tls13-cert-key-exchange
tests/tls13/change_cipher_spec
tests/tls13-cipher-neg