Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4f3096d

Browse files
committed
Add a comment re #1691
1 parent babc027 commit 4f3096d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

synapse/crypto/context_factory.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545

4646
class ServerContextFactory(ContextFactory):
4747
"""Factory for PyOpenSSL SSL contexts that are used to handle incoming
48-
connections."""
48+
connections.
49+
50+
TODO: replace this with an implementation of IOpenSSLServerConnectionCreator,
51+
per https://github.com/matrix-org/synapse/issues/1691
52+
"""
4953

5054
def __init__(self, config):
5155
# TODO: once pyOpenSSL exposes TLS_METHOD and SSL_CTX_set_min_proto_version,

0 commit comments

Comments
 (0)