diff options
author | Daiki Ueno <dueno@redhat.com> | 2019-01-22 15:47:39 +0100 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2019-01-23 17:53:56 +0100 |
commit | c09fd081582ad5b82fc3f275b76107aa60ff5434 (patch) | |
tree | 6398b1f0cc44762456a2cd4d9fffdae576e46f4c /.gitignore | |
parent | d73f8e1e2db3f5302fa08488233e8da0316fe88d (diff) | |
download | gnutls-c09fd081582ad5b82fc3f275b76107aa60ff5434.tar.gz |
tests: check record_size_limit is reset after resumption
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 22b851ba89..98275484ad 100644 --- a/.gitignore +++ b/.gitignore @@ -625,6 +625,7 @@ tests/resume-lifetime tests/resume-psk tests/resume-with-false-start tests/resume-with-previous-stek +tests/resume-with-record-size-limit tests/resume-with-stek-expiration tests/resume-x509 tests/rng-fork |