]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls-cli-debug.sh: sanity check of %ALLOW_SMALL_RECORDS test
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 19 Jun 2019 14:20:26 +0000 (14:20 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 19 Jun 2019 19:17:58 +0000 (21:17 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/gnutls-cli-debug.sh

index 2de64b9a4196c27f1f476cdc936956f5be8b4cad..507a9c20884197429f7368ef309d03dc2908e7f6 100755 (executable)
@@ -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"