aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/signature.ex
AgeCommit message (Collapse)Author
2020-03-03Update CopyrightsMark Felder
2019-10-06Move local keys out of `user.info`rinpatch
2019-08-22fix /inbox for RelayMaksim Pechnikov
2019-07-28Fix HTTP sig tweak on KeyIdThomas Sileo
2019-07-23signature: properly deduce the actor from misskey key IDsAriadne Conill
2019-07-18signature: make key_id_to_actor_id() publicAriadne Conill
2019-07-17http signatures: derive actor ID from key ID.Ariadne Conill
Almost all AP servers return their key ID as the actor URI with #main-key added. Hubzilla, which doesn't, uses a URL which refers to the actor anyway, so worst case, Hubzilla users get refetched.
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-05-14switch to pleroma/http_signatures libraryWilliam Pitcock