summary refs log tree commit diff
path: root/synapse/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some of the unused sql tablesErik Johnston2014-11-101-2/+0
* Finish redaction algorithm.Erik Johnston2014-11-101-5/+2
* Add hash of current state to eventsErik Johnston2014-11-071-1/+10
* 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 federation_autho...Erik Johnston2014-10-304-5/+3
|\
| * 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 do...Mark Haines2014-10-241-1/+4
| * 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 s...Mark Haines2014-10-171-1/+5
* | Rename 'meta' to 'unsigned'Mark Haines2014-10-171-1/+3
* | Hash the same content covered by the signature when referencing previous PDUs...Mark Haines2014-10-171-5/+14
* | 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 has...Matthew Hodgson2014-09-036-6/+6
* 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