summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-06-19 14:20:26 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-06-19 21:17:58 +0200
commiteffb92c75671a88c8f8758e6186c1f3038655fc3 (patch)
tree204c393441bdc908d0695edd82ac78c5ea305e2d
parentd2d225d33276d0e07162337bf9d095970c09978b (diff)
downloadgnutls-tmp-small-records-tests.tar.gz
gnutls-cli-debug.sh: sanity check of %ALLOW_SMALL_RECORDS testtmp-small-records-tests
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rwxr-xr-xtests/gnutls-cli-debug.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gnutls-cli-debug.sh b/tests/gnutls-cli-debug.sh
index 2de64b9a41..507a9c2088 100755
--- a/tests/gnutls-cli-debug.sh
+++ b/tests/gnutls-cli-debug.sh
@@ -133,6 +133,9 @@ check_text "for RFC7919 Diffie-Hellman support... yes"
check_text "for curve SECP256r1 (RFC4492)... yes"
check_text "for AES-GCM cipher (RFC5288) support... yes"
check_text "for SHA1 MAC support... yes"
+check_text "whether the server accepts default record size (512 bytes)... yes"
+check_text "whether %ALLOW_SMALL_RECORDS is required... no"
+
if test "${GNUTLS_FORCE_FIPS_MODE}" != 1; then
#these tests are not run in FIPS mode
check_text "for MD5 MAC support... no"