mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
On the trunk:
mod_ssl TLSv1.3 support, removed V1_3 cipher suite directives again and added an optional protocol specifier to the SSLCipherSuite and SSLProxyCipherSuite commands. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -99,7 +99,9 @@ def printPolicies(doc):
|
||||
print "#ifdef %s" % ifdef
|
||||
|
||||
print "#define %s 1" % prefix
|
||||
print "#define %s_CIPHERS \"%s\"" % (prefix, p[KEY_OSSL_CIPHERS])
|
||||
print "#define %s_SSL_CIPHERS \"%s\"" % (prefix, p[KEY_OSSL_CIPHERS])
|
||||
# Mozilla has not specced this yet
|
||||
print "#define %s_TLS13_CIPHERS NULL" % (prefix)
|
||||
print "#define %s_PROTOCOLS %s" % (prefix, proto_conf(p[KEY_TLS_VERSIONS]))
|
||||
|
||||
if ifdef:
|
||||
|
Reference in New Issue
Block a user