mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 20:22:07 +03:00
Add a comment re #1691
This commit is contained in:
parent
babc027543
commit
4f3096d866
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue