summaryrefslogtreecommitdiff
path: root/kd/oap-0003.md
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-03-02 09:29:26 -0500
committerIan Moffett <ian@osmora.org>2025-03-02 09:29:26 -0500
commitfa76a2ef3f3a6d51e26f4ff231caf0aec6908337 (patch)
tree489c1f576fff9151d58db9385ce07aa40eba02f8 /kd/oap-0003.md
parent25b416fbfa2002e502329f2fc0c55a59362e6b44 (diff)
amend: Follow RFC 2119 / RFC 8174main
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'kd/oap-0003.md')
-rw-r--r--kd/oap-0003.md6
1 files changed, 3 insertions, 3 deletions
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