Project

General

Profile

Actions

Bug #10697

closed

Missing New Line After NCP Parameter in Client Config

Added by Viktor Gurov almost 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Category:
OpenVPN Client Export
Target version:
-
Start date:
06/25/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

"auth alg" digest algorithm client config parameter is erroneously merged into the same config line as the "ncp-disable" or "ncp-ciphers cipher_list" config line:

dev tun
persist-tun
persist-key
cipher AES-128-GCM
ncp-disableauth SHA1
tls-client
client

However "ncp-disable" and "auth SHA1" should be on seperate lines as in:

dev tun
persist-tun
persist-key
cipher AES-128-GCM
ncp-disable
auth SHA1
tls-client
client

Actions #2

Updated by Jim Pingle almost 4 years ago

  • Status changed from New to Pull Request Review
Actions #3

Updated by Renato Botelho almost 4 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Renato Botelho
  • % Done changed from 0 to 100

PR has been merged. Thanks!

Actions #4

Updated by Viktor Gurov almost 4 years ago

  • Status changed from Feedback to Resolved

1.4.23_1, fixed:

dev tun
persist-tun
persist-key
cipher AES-128-CBC
ncp-disable
auth MD5
tls-client
client
resolv-retry infinite
remote 192.168.89.100 1194 udp4
auth-user-pass
remote-cert-tls server
compress

Actions

Also available in: Atom PDF