diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-11-29 10:30:01 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-11-29 10:30:40 +0100 |
commit | e108e4f96e04011d6ca518795b2e2a20f2c1f540 (patch) | |
tree | e9040589cddd6553e32fc91379d1d0f62bce83ae /.gitignore | |
parent | 68465b818f2bf39d4b8a1f5cae42c03fa1b9e338 (diff) | |
download | gnutls-e108e4f96e04011d6ca518795b2e2a20f2c1f540.tar.gz |
tests: added check for TLS extension decoding error propagation
Relates #40
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a9c044e96e..a56bd126d8 100644 --- a/.gitignore +++ b/.gitignore @@ -495,6 +495,7 @@ src/tpmtool stamp-h1 tags tests/*/out +tests/tlsext-decoding tests/auto-verify tests/dtls-client-with-seccomp tests/dtls-with-seccomp |