summary refs log tree commit diff
path: root/synapse/rest/key (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve comment formattingMark Haines2016-10-121-3/+6
* Add config option for adding additional TLS fingerprintsMark Haines2016-10-111-12/+4
* Don't print stack traces when failing to get remote keysErik Johnston2016-08-101-1/+3
* Report per request metrics for all of the things using request_handlerMark Haines2016-04-282-3/+2
* Use parse_json_object_from_request to parse JSON out of request bodiesMark Haines2016-03-111-10/+2
* copyrightsMatthew Hodgson2016-01-076-6/+6
* Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-242-6/+6
* Implement minimum_valid_until_ts in the remote key resourceMark Haines2015-04-291-4/+55
* Copyright noticeMark Haines2015-04-241-0/+14
* Update to match the specification for key/v2Mark Haines2015-04-232-19/+24
* Implement remote key lookup apiMark Haines2015-04-223-8/+185
* Implement v2 key lookupMark Haines2015-04-201-1/+3
* Return a sha256 fingerprint rather than the entire tls certificateMark Haines2015-04-141-2/+8
* Add a version 2 of the key server apiMark Haines2015-04-142-0/+137
* Move server key api into rest/key/v1Mark Haines2015-04-143-0/+121