Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758)
[oweals/tinc.git] / README
diff --git a/README b/README
index b86063c1a5528788b8a709313cab6479d8e08c8d..03b61cb015a64e4dd4dd3fcb83270d21c345ac94 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is the README file for tinc version 1.0.30. 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-2016 by:
+tinc is Copyright (C) 1998-2018 by:
 
 Ivo Timmermans,
 Guus Sliepen <guus@tinc-vpn.org>,
@@ -58,7 +58,7 @@ should be changed into "Device", and "Device" should be changed into
 Compatibility
 -------------
 
-Version 1.0.30 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.31 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc. Note that since version 1.0.30, tinc requires all nodes in
 the VPN to be compiled with a version of LibreSSL or OpenSSL that supports the
 AES256 and SHA256 algorithms.
@@ -70,7 +70,7 @@ 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
+this library is not installed on your 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.