Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Could be potentially nice for fediverse server testing, as more implementations make the jump to final RFC 9421 HTTP signatures.

Could be potentially nice for fediverse server testing, as more implementations make the jump to final RFC 9421 HTTP signatures.

Scheduled Pinned Locked Moved Uncategorized
activitypubfedidevrfc9421
10 Posts 5 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • julian@fietkau.socialJ This user is from outside of this forum
    julian@fietkau.socialJ This user is from outside of this forum
    julian@fietkau.social
    wrote last edited by
    #1

    RE: https://mastodon.social/@bagder/116359048796181736

    Could be potentially nice for fediverse server testing, as more implementations make the jump to final RFC 9421 HTTP signatures.

    On the flip side, ever more complex curl invocations (here: Accept header plus signature fields plus key file, presumably) suggest use of more specialized CLI tools, such as provided by @fedify, or at least scripts/aliases.

    Speaking of RFC 9421, which notable fediverse implementations can't handle it yet? Anyone keeping track?

    #ActivityPub #FediDev #RFC9421

    julian@activitypub.spaceJ gabboman@gabboman.xyzG 2 Replies Last reply
    1
    0
    • R relay@relay.mycrowd.ca shared this topic
    • mradcliffe@nokoto.orgM This user is from outside of this forum
      mradcliffe@nokoto.orgM This user is from outside of this forum
      mradcliffe@nokoto.org
      wrote last edited by
      #2

      Speaking of RFC 9421, which notable fediverse implementations can't handle it yet? Anyone keeping track?

      The last time I checked, Lemmy, GoToSocial, Friendica, and the ‘keys to name a few did not handle it. Mastodon didn’t if you included requiring ed25519. But I haven’t checked the code bases or my logs in a month or two, @julian. At that time there wasn’t much progress on peertube/http-signatures or superseriousbusiness/httpsig.

      I should probably check again...

      1 Reply Last reply
      1
      0
      • julian@fietkau.socialJ julian@fietkau.social

        RE: https://mastodon.social/@bagder/116359048796181736

        Could be potentially nice for fediverse server testing, as more implementations make the jump to final RFC 9421 HTTP signatures.

        On the flip side, ever more complex curl invocations (here: Accept header plus signature fields plus key file, presumably) suggest use of more specialized CLI tools, such as provided by @fedify, or at least scripts/aliases.

        Speaking of RFC 9421, which notable fediverse implementations can't handle it yet? Anyone keeping track?

        #ActivityPub #FediDev #RFC9421

        julian@activitypub.spaceJ This user is from outside of this forum
        julian@activitypub.spaceJ This user is from outside of this forum
        julian@activitypub.space
        wrote last edited by
        #3

        @julian@fietkau.social by "can't handle" do you mean "still reliant on cavage-12"?

        🙋‍♂️

        1 Reply Last reply
        1
        0
        • julian@fietkau.socialJ This user is from outside of this forum
          julian@fietkau.socialJ This user is from outside of this forum
          julian@fietkau.social
          wrote last edited by
          #4

          @julian@activitypub.space As I understand the migration path, it's like

          1. Able to receive RFC 9421 in addition to draft-cavage
          2. Able to send RFC 9421 in addition to draft-cavage
          3. Send RFC 9421 by default, but be able to fall back to draft-cavage if needed

          So by “can't handle” I meant step 1. 🙂 Although the unspoken step 4 is to remove draft-cavage support once everyone else has taken step 1, I'm ultimately also wondering when we'll get there.

          1 Reply Last reply
          1
          0
          • julian@fietkau.socialJ julian@fietkau.social

            RE: https://mastodon.social/@bagder/116359048796181736

            Could be potentially nice for fediverse server testing, as more implementations make the jump to final RFC 9421 HTTP signatures.

            On the flip side, ever more complex curl invocations (here: Accept header plus signature fields plus key file, presumably) suggest use of more specialized CLI tools, such as provided by @fedify, or at least scripts/aliases.

            Speaking of RFC 9421, which notable fediverse implementations can't handle it yet? Anyone keeping track?

            #ActivityPub #FediDev #RFC9421

            gabboman@gabboman.xyzG This user is from outside of this forum
            gabboman@gabboman.xyzG This user is from outside of this forum
            gabboman@gabboman.xyz
            wrote last edited by
            #5

            @fedify@hollo.social @julian@fietkau.social

            I still cant! but I wonder, any example of a software in node/javascript that uses the new signature standard?

            julian@fietkau.socialJ 1 Reply Last reply
            0
            • gabboman@gabboman.xyzG gabboman@gabboman.xyz

              @fedify@hollo.social @julian@fietkau.social

              I still cant! but I wonder, any example of a software in node/javascript that uses the new signature standard?

              julian@fietkau.socialJ This user is from outside of this forum
              julian@fietkau.socialJ This user is from outside of this forum
              julian@fietkau.social
              wrote last edited by
              #6

              @gabboman @fedify Fedify does it in TypeScript, as for vanilla JavaScript I have no idea.

              gabboman@gabboman.xyzG 1 Reply Last reply
              0
              • julian@fietkau.socialJ julian@fietkau.social

                @gabboman @fedify Fedify does it in TypeScript, as for vanilla JavaScript I have no idea.

                gabboman@gabboman.xyzG This user is from outside of this forum
                gabboman@gabboman.xyzG This user is from outside of this forum
                gabboman@gabboman.xyz
                wrote last edited by
                #7

                @fedify@hollo.social @julian@fietkau.social

                excelent

                1 Reply Last reply
                1
                0
                • evan@cosocial.caE This user is from outside of this forum
                  evan@cosocial.caE This user is from outside of this forum
                  evan@cosocial.ca
                  wrote last edited by
                  #8

                  @gabboman @fedify @julian I'm adding it to activitypub-bot this week. I'll send a link when it's up.

                  evan@cosocial.caE 1 Reply Last reply
                  0
                  • evan@cosocial.caE evan@cosocial.ca

                    @gabboman @fedify @julian I'm adding it to activitypub-bot this week. I'll send a link when it's up.

                    evan@cosocial.caE This user is from outside of this forum
                    evan@cosocial.caE This user is from outside of this forum
                    evan@cosocial.ca
                    wrote last edited by
                    #9

                    @gabboman @fedify @julian

                    Link Preview Image
                    GitHub - evanp/activitypub-bot: An ActivityPub server-side bot framework

                    An ActivityPub server-side bot framework. Contribute to evanp/activitypub-bot development by creating an account on GitHub.

                    favicon

                    GitHub (github.com)

                    gabboman@gabboman.xyzG 1 Reply Last reply
                    0
                    • evan@cosocial.caE evan@cosocial.ca

                      @gabboman @fedify @julian

                      Link Preview Image
                      GitHub - evanp/activitypub-bot: An ActivityPub server-side bot framework

                      An ActivityPub server-side bot framework. Contribute to evanp/activitypub-bot development by creating an account on GitHub.

                      favicon

                      GitHub (github.com)

                      gabboman@gabboman.xyzG This user is from outside of this forum
                      gabboman@gabboman.xyzG This user is from outside of this forum
                      gabboman@gabboman.xyz
                      wrote last edited by
                      #10

                      @julian@fietkau.social @fedify@hollo.social @evan@cosocial.ca

                      If you send me the part of send signature code that would bee neat


                      #Thankss
                      1 Reply Last reply
                      1
                      0
                      • R relay@relay.an.exchange shared this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups