]> git.meshlink.io Git - meshlink/blobdiff - README
Never automatically try to bind to ports >= 32768.
[meshlink] / README
diff --git a/README b/README
index 57c2869918c4a98e15d9ea931e292a72510b7973..59d992700488cfde49fbc44b79de1413caac37f6 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This is the README file for the MeshLink library. Installation instructions may
 be found in the INSTALL file.
 
 This is the README file for the MeshLink library. Installation instructions may
 be found in the INSTALL file.
 
-MeshLink is Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
+MeshLink is Copyright (C) 2014-2018 Guus Sliepen <guus@meshlink.io>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -21,15 +21,8 @@ Please do not use this library yet.
 Requirements
 ------------
 
 Requirements
 ------------
 
-In order to compile MeshLink, you will need a GNU C compiler environment. Please
-ensure you have the latest stable versions of all the required libraries:
+In order to compile MeshLink, you will need a GNU C compiler environment.
 
 
-- OpenSSL (http://www.openssl.org/) version 1.0.0 or later, with support for
-  elliptic curve cryptography (ECC) and Galois counter mode (GCM) enabled.
-
-The following libraries are used by default, but can be disabled if necessary:
-
-- zlib (http://www.gzip.org/zlib/)
 
 Features
 --------
 
 Features
 --------
@@ -46,4 +39,4 @@ Other noteworthy features are:
 - IPv6 support
 - NAT traversal (requires at least one node that is not behind a NAT)
 - Ed25519 keys (TBD)
 - IPv6 support
 - NAT traversal (requires at least one node that is not behind a NAT)
 - Ed25519 keys (TBD)
-- AES-256-GCM encryption and message authentication
+- ChaCha-Poly1305 encryption and message authentication