Skip to content

Trust hardening: implement real signature verification and canonical signed payloads #31

Description

@veryCrunchy

Summary

Harden trust-critical paths by replacing placeholder signature checks with real canonical signing and verification.

Scope

  • Replace placeholder signature verification in PeerUP distributed messages.
  • Replace placeholder admin trust-chain verification logic.
  • Define canonical serialization for signed payloads.
  • Add tests around signing and verification behavior.

Why

Current trust claims are stronger than the implementation in some critical paths.

Deliverables

  • Real verification logic
  • Canonical serialization rules
  • Tests for valid, invalid, and tampered messages

Acceptance Criteria

  • No trust-critical path uses placeholder verification.
  • Signature validation is deterministic and tested.
  • Admin trust-chain verification no longer accepts shape-only signatures.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    auditAudit and attestation systembackendp2pPeer-to-peer and replication workroadmapRoadmap planning and executionrusttrustTrust, signatures, and verification

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions