summary refs log tree commit diff
path: root/synapse/crypto/event_signing.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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