SECU-04: Ed25519 signing for config-update and replay SSE payloads #26

Closed
opened 2026-03-11 11:14:07 +01:00 by claude · 1 comment
Owner

All config-update and replay SSE payloads are signed with the server's Ed25519 private key. Signature is base64-encoded over canonical JSON of the relevant fields.

Category: Security
REQ-ID: SECU-04

All `config-update` and `replay` SSE payloads are signed with the server's Ed25519 private key. Signature is base64-encoded over canonical JSON of the relevant fields. **Category:** Security **REQ-ID:** SECU-04
Author
Owner

Implemented: SsePayloadSigner signs config-update and replay SSE events with Ed25519.

Implemented: `SsePayloadSigner` signs config-update and replay SSE events with Ed25519.
Sign in to join this conversation.