diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-09-01 17:55:35 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-09-01 17:55:35 +0100 |
commit | 6200630904db2452ecfb551d54974acfad978d17 (patch) | |
tree | 9852fd7e7b5b8f2caccb9ca4104d1394239e012d | |
parent | Merge branch 'develop' into server2server_tls (diff) | |
download | synapse-6200630904db2452ecfb551d54974acfad978d17.tar.xz |
Add server TLS context factory
-rw-r--r-- | synapse/crypto/context_factory.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/synapse/crypto/context_factory.py b/synapse/crypto/context_factory.py new file mode 100644 |