You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/services/activitypub
ThibG 28b482874a Improvements to signature verification (#9667)
* Refactor signature verification a bit

* Rescue signature verification if recorded public key is invalid

Fixes #8822

* Always re-fetch AP signing key when HTTP Signature verification fails

But when the account is not marked as stale, avoid fetching collections and
media, and avoid webfinger round-trip.

* Apply stoplight to key/account update as well as initial key retrieval
6 years ago
..
fetch_featured_collection_service.rb
fetch_remote_account_service.rb Improvements to signature verification (#9667) 6 years ago
fetch_remote_key_service.rb
fetch_remote_status_service.rb
process_account_service.rb Improvements to signature verification (#9667) 6 years ago
process_collection_service.rb