#httpsig — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #httpsig, aggregated by home.social.
-
Our next two #activitypub pull requests are ready for review:
- adding a public key to our instance actor codeberg.org/Klasse-Methode/... (note we use rsa for now as recomended in swicg.github.io/activitypub-..., but we will propably support more keys in the future)
- adding an empty inbox with #httpsig verification codeberg.org/Klasse-Methode/... #fedidev
-
I've started working on generating RFC9421 compatible HTTP-Signatures in #GoActivityPub about a week and a half ago, but it felt more like a month.
Writing tests for the client module took the bulk of this time and it was a proper slog. We did manage to increase code coverage from under 20% to 80% plus.
This makes it a bit harder to migrate to a new API when the future version 1 of the library will be tagged, but the changes I have planned shouldn't be insurmountable.
Now I just need to implement the verification, and I'll be done with what is a very large milestone for the library. :goose_hacker: