X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=README;h=02c2cab585a57afc839c0881c8c41b3e34572058;hp=46f21c739661a64cee9a6656ef106f4895ee9851;hb=3ca724e191958ea2ba63ef10eeef7eb51b5dd230;hpb=5c5ae8c48e0414cb4831ccfd2b147ab65bb5fd5c diff --git a/README b/README index 46f21c73..02c2cab5 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -This is the README file for tinc version 1.0.32. Installation +This is the README file for tinc version 1.0.34. Installation instructions may be found in the INSTALL file. -tinc is Copyright (C) 1998-2017 by: +tinc is Copyright (C) 1998-2018 by: Ivo Timmermans, Guus Sliepen , @@ -47,14 +47,6 @@ prove the security of any cryptographic product. If you wish to review tinc or give us feedback, you are strongly encouraged to do so. -Changes to configuration file format since 1.0pre5 --------------------------------------------------- - -Some configuration variables have different names now. Most notably "TapDevice" -should be changed into "Device", and "Device" should be changed into -"BindToDevice". - - Compatibility ------------- @@ -67,21 +59,21 @@ AES256 and SHA256 algorithms. Requirements ------------ -Since 1.0pre3, we use OpenSSL for all cryptographic functions. So you need to -install this library first; grab it from http://www.openssl.org/. You will -need version 1.0.1 or later with support for AES256 and SHA256 enabled. If -this library is not installed on you system, configure will fail. The manual -in doc/tinc.texi contains more detailed information on how to install this -library. Alternatively, you may also use LibreSSL. +The OpenSSL library is used for all cryptographic functions. You can find it at +https://www.openssl.org/. You will need version 1.0.1 or later with support for +AES256 and SHA256 enabled. If this library is not installed on your system, the +configure script will fail. The manual in doc/tinc.texi contains more detailed +information on how to install this library. Alternatively, you may also use the +LibreSSL library. -Since 1.0pre6, the zlib library is used for optional compression. You can -find it at http://www.gzip.org/zlib/. Because of a possible exploit in +The zlib library is used for optional compression. You can +find it at https://zlib.net/. Because of a possible exploit in earlier versions we recommend that you download version 1.1.4 or later. -Since 1.0, the lzo library is also used for optional compression. You can -find it at http://www.oberhumer.com/opensource/lzo/. +The LZO library is also used for optional compression. You can +find it at https://www.oberhumer.com/opensource/lzo/. -In order to compile tinc, you will need a GNU C compiler environment. +In order to compile tinc, you will need a C99 compliant compiler. Features