0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 23:08:20 +02:00
construct/modules/key
2021-02-09 22:42:55 -08:00
..
query.cc modules/key/query: Remove inert condition; always relay pubkey material. 2021-02-09 22:42:55 -08:00
README.md
server.cc modules/key/server: Fix missing urldecode (regression 086dfc4839). 2020-10-16 02:40:39 -07:00

Matrix Keys API

The modules in this directory implement endpoints for the matrix federation public key infrastructure as specified here.

Note that there is an additional s_keys modules not contained in this directory which provides additional key utilities, generation, administration, etc...