mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add a comment re #1691
This commit is contained in:
parent
babc027543
commit
4f3096d866
@ -45,7 +45,11 @@ _TLS_VERSION_MAP = {
|
|||||||
|
|
||||||
class ServerContextFactory(ContextFactory):
|
class ServerContextFactory(ContextFactory):
|
||||||
"""Factory for PyOpenSSL SSL contexts that are used to handle incoming
|
"""Factory for PyOpenSSL SSL contexts that are used to handle incoming
|
||||||
connections."""
|
connections.
|
||||||
|
|
||||||
|
TODO: replace this with an implementation of IOpenSSLServerConnectionCreator,
|
||||||
|
per https://github.com/matrix-org/synapse/issues/1691
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
# TODO: once pyOpenSSL exposes TLS_METHOD and SSL_CTX_set_min_proto_version,
|
# TODO: once pyOpenSSL exposes TLS_METHOD and SSL_CTX_set_min_proto_version,
|
||||||
|
Loading…
Reference in New Issue
Block a user