summary refs log tree commit diff
path: root/synapse/crypto/context_factory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check for type instead of not NoneAndrew Morgan2019-04-021-9/+10
* Give tests config with default config valuesAndrew Morgan2019-04-021-1/+0
* Use platformTrust instead of verify=TrueAndrew Morgan2019-04-021-4/+7
* Remove TODOAndrew Morgan2019-04-021-0/+1
* Don't run validation code if validation is turned offAndrew Morgan2019-04-021-4/+11
* againAndrew Morgan2019-04-011-1/+1
* againAndrew Morgan2019-04-011-1/+1
* againAndrew Morgan2019-04-011-1/+1
* Cache configAndrew Morgan2019-04-011-2/+3
* wordsAndrew Morgan2019-04-011-4/+3
* Cleaner code logicAndrew Morgan2019-04-011-6/+4
* Ability to specify list of custom CA certificatesAndrew Morgan2019-04-011-1/+4
* Whitelist per domainAndrew Morgan2019-03-291-3/+15
* Config option for verifying federation certificatesAndrew Morgan2019-03-281-2/+1
* fix to use makeContext so that we don't need to rebuild the certificateoption...Amber Brown2019-02-191-8/+6
* Don't create server contexts when TLS is disabledRichard van der Hoff2019-02-111-3/+1
* Don't send IP addresses as SNI (#4452)Richard van der Hoff2019-01-241-3/+12
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-2/+4
* Port crypto/ to Python 3 (#3822)Amber Brown2018-09-121-1/+1
* more generic conversion of str/bytes to unicodeJeroen2018-08-091-1/+1
* include private functions from twistedJeroen2018-08-091-2/+35
* updated docstring for ServerContextFactoryJeroen2018-08-081-1/+1
* fix isortJeroen2018-07-291-2/+3
* take idna implementation from twistedJeroen2018-06-261-2/+2
* allow self-signed certificatesJeroen2018-06-261-23/+35
* formatting changes for pep8Jeroen2018-06-251-2/+2
* send SNI for federation requestsJeroen2018-06-241-1/+33
* Fixes #3135 - Replace _OpenSSLECCurve with crypto.get_elliptic_curve (#3157)Will Hunt2018-04-301-4/+5
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* remove the tls_certificate_chain_path param and simply support tls_certificat...Matthew Hodgson2015-07-091-3/+1
* oops, context.tls_certificate_chain_file() expects a file, not a certificate.Matthew Hodgson2015-07-081-2/+2
* typoMatthew Hodgson2015-07-081-1/+1
* add new optional config for tls_certificate_chain_path for folks with interme...Matthew Hodgson2015-07-081-0/+2
* Don't look for an TLS private key if we have set --no-tlsErik Johnston2015-03-061-1/+4
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-1/+1
* Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 do...Mark Haines2014-10-241-1/+4
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add copyright notices and fix pyflakes errorsMark Haines2014-09-031-1/+15
* enable ECDHE ciphersMark Haines2014-09-011-0/+6
* Add server TLS context factoryMark Haines2014-09-011-0/+23