Changeset 29d3311 in mod_gnutls


Ignore:
Timestamp:
Jan 27, 2016, 7:13:12 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
b21bf4f
Parents:
bc539d5
git-author:
Thomas Klute <thomas2.klute@…> (01/27/16 19:05:43)
git-committer:
Thomas Klute <thomas2.klute@…> (01/27/16 19:13:12)
Message:

New test case regarding priorities: Disable TLS 1.0

This test case is intended as a regression test for Debian bug #754960
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754960). Note that
it tests disabling TLS 1.0 instead of SSL 3.0 because recent GnuTLS
versions do not include the latter in the "NORMAL" priority string to
begin with.

Location:
test
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    rbc539d5 r29d3311  
    2727        test-22_TLS_reverse_proxy_crl_revoke.bash \
    2828        test-23_TLS_reverse_proxy_mismatched_priorities.bash \
    29         test-24_pkcs11_cert.bash
     29        test-24_pkcs11_cert.bash \
     30        test-25_Disable_TLS_1.0.bash
    3031
    3132TESTS = $(dist_check_SCRIPTS)
Note: See TracChangeset for help on using the changeset viewer.