From 2fd100fd58bcd047e07fc476f65c7c7526affe9b Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Sun, 28 Jun 2020 00:02:30 +0200 Subject: [PATCH] Planned breaking changes --- breaking_changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/breaking_changes.md b/breaking_changes.md index 4117f05..4cd0b4c 100644 --- a/breaking_changes.md +++ b/breaking_changes.md @@ -3,6 +3,8 @@ Due to semantic versioning, any breaking change after 1.0 requires a new major version number. This is a list of breaking changes to do in such a case: -- Change default crypto to AES128 +- Add strong crypto, change network protocol +- Negotiate crypto method per peer +- Make encryption the default, --unencrypted for no encryption - Remove network-id parameter - Remove port config option \ No newline at end of file