diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-06-27 13:57:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-07-02 08:39:50 +0000 |
commit | 9caad776a796328132963fdd4961ad8e306ec842 (patch) | |
tree | 1f3db6197aca9b0c19fa3d36a4a7964f54ebe45f /.gitignore | |
parent | 32fe53b2d71a396ddf3cdc245bb6a99c04366921 (diff) | |
download | gnutls-9caad776a796328132963fdd4961ad8e306ec842.tar.gz |
tests: introduced test for post-handshake auth + PSK
Relates #489
Signed-off-by: Nikos Mavrogiannopoulos <nmav@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 044a8d274d..11b00ef3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -751,6 +751,7 @@ tests/tls12-rollback-detection tests/tls12-server-kx-neg tests/tls13-cert-key-exchange tests/tls13/change_cipher_spec +tests/tls13/post-handshake-with-psk tests/tls13-cipher-neg tests/tls13/cookie tests/tls13/hello_random_value |