From 5bfa02e7f64dcbe201ce8f83adb10d2f51a6e93b Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Tue, 3 Oct 2023 11:54:28 +0200 Subject: [PATCH] =?UTF-8?q?feat(whitepaper):=20Clarify=20that=20these=20ar?= =?UTF-8?q?e=20protocol=20versions=20=E2=80=93=20not=20software=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- papers/whitepaper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/papers/whitepaper.md b/papers/whitepaper.md index 843eda0..f7025a3 100644 --- a/papers/whitepaper.md +++ b/papers/whitepaper.md @@ -461,12 +461,12 @@ The responder does not need to do anything special to handle RespHello retransmi # Version history -## Version 2 -- XXXX-XX-XX +## Protocol version 2 -- XXXX-XX-XX During the implementation of go-rosenpass, Steffen Vogel found a number of problems ([issue #68](https://github.com/rosenpass/rosenpass/issues/68)) with the whitepaper. Version two of the document primarily addresses these issues: - Handle race conditions when both peers complete concurrent handshakes in switched roles. Backwards compatible. Initially addressed in [397a776](https://github.com/rosenpass/rosenpass/commit/397a776c55b1feae1e8e5aceef01cf06bf56b6ed) "fix: Race condition due to concurrent handshake" -## Version 1.0.0 -- 2023-03-04 +## Protocol version 1 -- 2023-03-04 Initial release.