| Commit message (Expand) | Author | Age | Files | Lines |
* | Port crypto/ to Python 3 (#3822) | Amber Brown | 2018-09-12 | 1 | -1/+1 |
* | more generic conversion of str/bytes to unicode | Jeroen | 2018-08-09 | 1 | -1/+1 |
* | include private functions from twisted | Jeroen | 2018-08-09 | 1 | -2/+35 |
* | updated docstring for ServerContextFactory | Jeroen | 2018-08-08 | 1 | -1/+1 |
* | fix isort | Jeroen | 2018-07-29 | 1 | -2/+3 |
* | take idna implementation from twisted | Jeroen | 2018-06-26 | 1 | -2/+2 |
* | allow self-signed certificates | Jeroen | 2018-06-26 | 1 | -23/+35 |
* | formatting changes for pep8 | Jeroen | 2018-06-25 | 1 | -2/+2 |
* | send SNI for federation requests | Jeroen | 2018-06-24 | 1 | -1/+33 |
* | Fixes #3135 - Replace _OpenSSLECCurve with crypto.get_elliptic_curve (#3157) | Will Hunt | 2018-04-30 | 1 | -4/+5 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | remove the tls_certificate_chain_path param and simply support tls_certificat... | Matthew Hodgson | 2015-07-09 | 1 | -3/+1 |
* | oops, context.tls_certificate_chain_file() expects a file, not a certificate. | Matthew Hodgson | 2015-07-08 | 1 | -2/+2 |
* | typo | Matthew Hodgson | 2015-07-08 | 1 | -1/+1 |
* | add new optional config for tls_certificate_chain_path for folks with interme... | Matthew Hodgson | 2015-07-08 | 1 | -0/+2 |
* | Don't look for an TLS private key if we have set --no-tls | Erik Johnston | 2015-03-06 | 1 | -1/+4 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -1/+1 |
* | Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 do... | Mark Haines | 2014-10-24 | 1 | -1/+4 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 1 | -1/+15 |
* | enable ECDHE ciphers | Mark Haines | 2014-09-01 | 1 | -0/+6 |
* | Add server TLS context factory | Mark Haines | 2014-09-01 | 1 | -0/+23 |