summary refs log tree commit diff
path: root/synapse/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in generating event signatures and hashingErik Johnston2014-11-031-62/+38
|
* Don't assume event has hashes key alreadyErik Johnston2014-11-031-0/+2
|
* Sign evnetsErik Johnston2014-10-311-0/+20
|
* Make prev_event signing work again.Erik Johnston2014-10-311-1/+12
|
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2014-10-304-5/+3
|\ | | | | | | federation_authorization
| * Fix pep8 warningsMark Haines2014-10-304-5/+3
| |
* | fix pyflakes warningsMark Haines2014-10-271-4/+4
| |
* | Merge branch 'develop' into event_signingMark Haines2014-10-273-2/+5
|\|
| * Fix pyflakes warningsMark Haines2014-10-271-1/+0
| |
| * Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 ↵Mark Haines2014-10-241-1/+4
| | | | | | | | doesn't seem to have ECC
| * add log line for checking verifying signaturesMark Haines2014-10-171-0/+1
| |
* | Remove signatures from pdu when computing hashes to use for prev pdus, make ↵Mark Haines2014-10-171-1/+5
| | | | | | | | sure is_state is a boolean.
* | Rename 'meta' to 'unsigned'Mark Haines2014-10-171-1/+3
| |
* | Hash the same content covered by the signature when referencing previous ↵Mark Haines2014-10-171-5/+14
| | | | | | | | PDUs rather than reusing the PDU content hashes
* | Sign outgoing PDUs.Mark Haines2014-10-161-2/+2
| |
* | persist hashes and origin signatures for PDUsMark Haines2014-10-151-0/+70
|/
* Better response message when signature is missing or unsupportedMark Haines2014-10-131-1/+1
|
* Respond with more helpful error messages for unsigned requestsMark Haines2014-10-132-4/+33
|
* SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-304-172/+154
|
* Add a _matrix/key/v1 resource with the verification keys of the local serverMark Haines2014-09-231-161/+0
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-036-6/+6
| | | | hasn't been incorporated in time for launch.
* 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
|
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-160/+0
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-136-0/+6
|
* Reference Matrix Home Servermatrix.org2014-08-126-0/+575