diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-10-15 11:29:56 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-11-12 13:26:43 +0100 |
commit | 3d6d94b5d148a34f1ce2fb327eda02a525e439e8 (patch) | |
tree | 6f55e1401edabc97f87c7070d963244ec3ff9809 /.gitignore | |
parent | 5c8d543e9554292f22200b91a0595d3dfa26cecf (diff) | |
download | gnutls-3d6d94b5d148a34f1ce2fb327eda02a525e439e8.tar.gz |
tests: add tests for early data
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3fc64789dd..d4a06fe3f7 100644 --- a/.gitignore +++ b/.gitignore @@ -764,6 +764,7 @@ tests/tls13-cert-key-exchange tests/tls13/change_cipher_spec tests/tls13-cipher-neg tests/tls13/cookie +tests/tls13-early-data tests/tls13-early-start tests/tls13/hello_random_value tests/tls13/hello_retry_request |