Unverified Commit c98828aa authored by Hong Minhee's avatar Hong Minhee
Browse files

Show off Object Integrity Proofs

[ci skip]
parent e2400b9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ Currently, Fedify provides the following features out of the box:
    extensions)
 -  [WebFinger] client and server
 -  [HTTP Signatures]
 -  [Object Integrity Proofs][FEP-8b32]
 -  Middlewares for handling webhooks
 -  [NodeInfo] protocol
 -  Special touch for interoperability with Mastodon and few other popular
@@ -61,6 +62,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
[Activity Vocabulary]: https://www.w3.org/TR/activitystreams-vocabulary/
[WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
[HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[NodeInfo]: https://nodeinfo.diaspora.software/
[GitHub Discussions]: https://github.com/dahlia/fedify/discussions
[#Fedify]: https://elk.zone/mastodon.social/tags/fedify
+9 −7
Original line number Diff line number Diff line
@@ -47,21 +47,23 @@ features:
  details: >-
    <a href="https://datatracker.ietf.org/doc/html/rfc7033">WebFinger</a>
    client and server
- icon: 
- icon: 
  title: HTTPS Signatures
  details: >-
    Signing and verifying <a
    href="https://tools.ietf.org/html/draft-cavage-http-signatures-12">HTTP
    Signatures</a>
  link: /manual/send.md#http-signatures
- icon: 🪪
  title: Object Integrity Proofs (FEP-8b32)
  details: >-
    Creating and verifying <a
    href="https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md"
    >Object Integrity Proofs</a>
  link: /manual/send.md#object-integrity-proofs
- icon: ℹ️
  title: NodeInfo
  details: >-
    <a href="https://nodeinfo.diaspora.software/">NodeInfo</a> server
  link: /manual/nodeinfo.md
- icon: 🤝
  title: Interoperability
  details: >-
    Special touch for interoperability with Mastodon and few other popular
    fediverse software
  link: /manual/pragmatics.md
---
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *   extensions)
 * - [WebFinger] client and server
 * - [HTTP Signatures]
 * - [Object Integrity Proofs][FEP-8b32]
 * - Middlewares for handling webhooks
 * - [NodeInfo] protocol
 * - Special touch for interoperability with Mastodon and few other popular
@@ -32,6 +33,7 @@
 * [Activity Vocabulary]: https://www.w3.org/TR/activitystreams-vocabulary/
 * [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
 * [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
 * [FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
 * [NodeInfo]: https://nodeinfo.diaspora.software/
 *
 * @module