Changeset d50dac5 in mod_gnutls


Ignore:
Timestamp:
Apr 11, 2018, 12:50:37 PM (5 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
3c123cd
Parents:
9cee2e9
Message:

New test case for HTTP/2 support

Location:
test
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r9cee2e9 rd50dac5  
    3030        test-25_Disable_TLS_1.0.bash \
    3131        test-26_redirect_HTTP_to_HTTPS.bash \
    32         test-27_OCSP_server.bash
     32        test-27_OCSP_server.bash \
     33        test-28_HTTP2_support.bash
    3334
    3435TEST_EXTENSIONS = .bash
  • test/tests/Makefile.am

    r9cee2e9 rd50dac5  
    2727        25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/fail.client 25_Disable_TLS_1.0/gnutls-cli.args 25_Disable_TLS_1.0/input \
    2828        26_redirect_HTTP_to_HTTPS/apache.conf \
    29         27_OCSP_server/apache.conf 27_OCSP_server/gnutls-cli.args 27_OCSP_server/input 27_OCSP_server/ocsp.conf 27_OCSP_server/output
     29        27_OCSP_server/apache.conf 27_OCSP_server/gnutls-cli.args 27_OCSP_server/input 27_OCSP_server/ocsp.conf 27_OCSP_server/output \
     30        28_HTTP2_support/apache.conf
Note: See TracChangeset for help on using the changeset viewer.