Re: [Openvpn-devel] [PATCH 1/1] travis-ci: add libressl build for osx

2017-08-19 Thread David Sommerseth
On 19/08/17 10:30, Steffan Karger wrote: > Hi, > > On 13-08-17 22:52, Ilya Shipitsin wrote: >> Tunnelblick ships openvpn binary built with libressl >> (see https://github.com/Tunnelblick/Tunnelblick/issues/317 ) > > I'm a bit on the fence about this one. We do not support libressl, > while

[Openvpn-devel] [PATCH] Corrections to doc/openvpn.8

2017-08-19 Thread fragmentux
From: Richard Bonhomme Correct usage example: --verify-x509-name name-stub- name-prefix This was to correct "--verfiy-x509-name Server -name-prexif" to "--verify-x509-name Server- name-prefix" Escape all dashes (with some exceptions) Due to the

Re: [Openvpn-devel] [PATCH] tests: Add a simple build sanity check

2017-08-19 Thread Steffan Karger
Hi, On 12-08-17 23:12, David Sommerseth wrote: > On 12/08/17 12:33, Steffan Karger wrote: > > [...] > >>> +check_option_count() >>> +{ >>> +num_min="$1" >>> +num_max="$2" >>> + >>> +echo -n "Checking if number of options are between $num_min and >>> $num_max ... " >>> +

Re: [Openvpn-devel] [PATCH 1/1] travis-ci: add libressl build for osx

2017-08-19 Thread Steffan Karger
Hi, On 13-08-17 22:52, Ilya Shipitsin wrote: > Tunnelblick ships openvpn binary built with libressl > (see https://github.com/Tunnelblick/Tunnelblick/issues/317 ) I'm a bit on the fence about this one. We do not support libressl, while including a libressl build in travis creates an image as if

Re: [Openvpn-devel] [PATCH v2] Implement tls-prefer-server-ciphers option to prefer server cipher order

2017-08-19 Thread Steffan Karger
Hi, On 16-07-17 15:06, Szilárd Pfeiffer wrote: > Prefer server ciphers over client ciphers during the TLS handshake. Part > of the ClientHello message client sends supported cipher suites in order > of its preference. If tls-prefer-server-ciphers is when server choosing > a cipher, use the

[Openvpn-devel] [PATCH] fix a couple of typ0s in comments and strings

2017-08-19 Thread Antonio Quartulli
Signed-off-by: Antonio Quartulli --- configure.ac| 2 +- src/openvpn/block_dns.h | 2 +- src/openvpn/buffer.h| 2 +- src/openvpn/options.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index