Changeset f030883 in mod_gnutls for test/Makefile.am


Ignore:
Timestamp:
Apr 9, 2015, 1:02:39 PM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
73f6f12
Parents:
8b472af
Message:

Set GnuTLS priorities for proxy connections separately

Until now, proxy connections were configured with the same priorities as
the server side. This commit introduces the new configuration option
"GnuTLSProxyPriorities" to set the priorities for proxy connections
separately. Note that GnuTLSProxyPriorities MUST be set when
SSLProxyEngine is enabled.

Since the parameters to GnuTLSPriorities and GnuTLSProxyPriorities need
the same processing, mgs_set_priorities has been rewritten to select the
priority cache to write to based on the option name, rather than adding
a new function to handle GnuTLSProxyPriorities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r8b472af rf030883  
    2323        test-20_TLS_reverse_proxy_client_auth.bash \
    2424        test-21_TLS_reverse_proxy_wrong_cert.bash \
    25         test-22_TLS_reverse_proxy_crl_revoke.bash
     25        test-22_TLS_reverse_proxy_crl_revoke.bash \
     26        test-23_TLS_reverse_proxy_mismatched_priorities.bash
    2627
    2728clean-local:
Note: See TracChangeset for help on using the changeset viewer.