diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-04-05 09:04:47 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-04-06 13:28:55 +0200 |
commit | c647672dbf4eda9e8dbeabc2e64558554a410e70 (patch) | |
tree | 5ea580215e0d484f783afd52380374b24c152919 /tests/Makefile.am | |
parent | 921cee23b4c7ee5d4e4537431e7fb1e9411be2d6 (diff) | |
download | gnutls-c647672dbf4eda9e8dbeabc2e64558554a410e70.tar.gz |
Simplified the _gnutls13_psk_ext_parser interface and added unit tests
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5abd976ff8..2f66ed5fc7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -108,6 +108,8 @@ ctests = tls13/supported_versions tls13/tls12-no-tls13-exts \ tls12-rollback-detection tls11-rollback-detection \ tls12-check-rollback-val tls11-check-rollback-val tls13/hello_random_value +ctests += tls13/psk-ext + ctests += tls13/key_update ctests += tls13/key_limits |