Skip to content

Commit cd9368c

Browse files
mrbasemanadrienverge
authored andcommitted
openfortivpn version 1.12.0
1 parent 191377c commit cd9368c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Releases
1414
This high level changelog is usually updated when a release is tagged.
1515
On 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)

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([openfortivpn], [1.11.0])
5+
AC_INIT([openfortivpn], [1.12.0])
66
AC_CONFIG_SRCDIR([src/main.c])
77
AM_INIT_AUTOMAKE([foreign subdir-objects])
88

0 commit comments

Comments
 (0)