From fa76a2ef3f3a6d51e26f4ff231caf0aec6908337 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 2 Mar 2025 09:29:26 -0500 Subject: amend: Follow RFC 2119 / RFC 8174 Signed-off-by: Ian Moffett --- kd/oap-0003.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kd/oap-0003.md') diff --git a/kd/oap-0003.md b/kd/oap-0003.md index 7cd5de7..b0a4038 100644 --- a/kd/oap-0003.md +++ b/kd/oap-0003.md @@ -49,15 +49,15 @@ block of future OSMORA secure protocols. # Session Requests -If a client wishes to establish a link with a server, it must send a Session Request +If a client wishes to establish a link with a server, it MUST send a Session Request Packet. Doing so allows the client and server to exchange flags along with required cryptographic keys. All key exchanges under OSTP are done with forward secrecy using the Elliptic-curve Diffie–Hellman key agreement protocol. # Security -All OSTP traffic must be under AES-256-GCM and be purely ephemeral. All OSTP nodes, regardless -of being in peer-to-peer mode or not, must be stateless and always discard received data after +All OSTP traffic MUST be under AES-256-GCM and be purely ephemeral. All OSTP nodes, regardless +of being in peer-to-peer mode or not, MUST be stateless and always discard received data after use. # References -- cgit v1.2.3