From 1f7a210760decb7900bf7169a9d92b7e369981c6 Mon Sep 17 00:00:00 2001 From: mamoniot Date: Wed, 14 Dec 2022 19:54:43 -0500 Subject: [PATCH] updated changelog --- zssp/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zssp/changes.txt b/zssp/changes.txt index ff34d5fc5..998cd192e 100644 --- a/zssp/changes.txt +++ b/zssp/changes.txt @@ -11,3 +11,5 @@ Implemented a safer version of read_exact for zssp to use. This has similar bene Refactored most buffer logic to use safe_read_exact and safe_write_all, the resulting code is less verbose and easier to analyze: Because of this refactor the buffer overrun below was caught. Fixed a buffer overrun panic when decoding alice_ratchet_key_fingerprint + +Renamed variables and added extra intermediate values so encoding and decoding are more obviously symmetric.