aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevnoise <noise@trevp.net>2018-07-01 03:58:28 +0000
committertrevnoise <noise@trevp.net>2018-07-01 03:58:28 +0000
commitfb26c10da212d45389cfbbe3f866a71360fbd227 (patch)
treefca6db3489d25956e0c88e78466dea0adba06b2e
parentClarified DH definition so the identity element is an invalid value which may be rejected. (diff)
downloadnoise-fb26c10da212d45389cfbbe3f866a71360fbd227.tar.xz
noise-fb26c10da212d45389cfbbe3f866a71360fbd227.zip
Reordered change log bullets so their order roughly corresponds to spec.
-rw-r--r--noise.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/noise.md b/noise.md
index 08e1d4a..ef212d5 100644
--- a/noise.md
+++ b/noise.md
@@ -2479,27 +2479,27 @@ The security properties are labelled using the notation from [Section 7.6](#payl
* Added official/unstable marking; the unstable only refers to the new deferred patterns, the rest of this document is considered stable.
- * Removed parenthesized list of keys from pattern notation, as it was redundant.
-
- * Added deferred patterns.
+ * Clarified DH() definition so that the identity element is an invalid value which may be rejected.
* Clarified ciphertext-indistinguishability requirement for AEAD schemes and added a rationale.
- * Clarified DH() definition so that the identity element is an invalid value which may be rejected.
+ * Clarified the order of hashing pre-message public keys.
- * Replaced "fallback patterns" concept with Bob-initiated pattern notation.
+ * Rewrote handshake patterns explanation for clarity.
- * Added a new identity-hiding property, and changed identity-hiding property 3 to discuss an identity equality-check attack.
+ * Removed parenthesized list of keys from pattern notation, as it was redundant.
- * Clarified the order of hashing pre-message public keys.
+ * Added deferred patterns.
- * Rewrote handshake patterns explanation for clarity.
+ * Renamed "Authentication" and "Confidentiality" security properties to "Source" and "Destination" to avoid confusion.
+
+ * Added a new identity-hiding property, and changed identity-hiding property 3 to discuss an identity equality-check attack.
+
+ * Replaced "fallback patterns" concept with Bob-initiated pattern notation.
* Rewrote section on compound protocols and pipes for clarity, including
clearer distinction between "switch protocol" and "fallback patterns".
- * Renamed "Authentication" and "Confidentiality" security properties to "Source" and "Destination" to avoid confusion.
-
* De-emphasised "type byte" suggestion, and added a more general discussion of negotiation data.