File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ Releases
1414This high level changelog is usually updated when a release is tagged.
1515On the master branch there may be changes that are not (yet) described here.
1616
17+ ### 1.12.0
18+
19+ * [ -] fix CVE-2020 -7043: TLS Certificate CommonName NULL Byte Vulnerability
20+ * [ -] fix CVE-2020 -7042: use of uninitialized memory in X509_check_host
21+ * [ -] fix CVE-2020 -7041: incorrect use of X509_check_host (regarding return value).
22+ * [ -] always hide cleartest password in -vv output
23+ * [ +] add a clear warning about sensitive information in the debug output
24+ * [ +] add a hint in debug output when password is read from config file
25+ * [ -] fix segfault when connecting with empty password
26+ * [ +] use resolvconf if available to update resolv.conf file
27+ * [ ~ ] replace semicolon by space in dns-suffix string
28+
1729### 1.11.0
1830
1931* [ +] allow to connect with empty password (and with smartcard instead of username)
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.63] )
5- AC_INIT ( [ openfortivpn] , [ 1.11 .0] )
5+ AC_INIT ( [ openfortivpn] , [ 1.12 .0] )
66AC_CONFIG_SRCDIR ( [ src/main.c] )
77AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
88
You can’t perform that action at this time.
0 commit comments