Re: [Openvpn-devel] [PATCH 07/10] Implemented x509-track for PolarSSL.

2016-04-28 Thread Arne Schwabe
Am 09.03.16 um 00:10 schrieb Steffan Karger: > Hi, > > This addition is welcome and the code does the job it promises to do, > but after reviewing the code I would like to propose a different > implementation. The reasons for this are gives as inline replies > below. The alternative patch

[Openvpn-devel] [PATCH 07/10] Implemented x509-track for PolarSSL.

2016-03-03 Thread James Yonan
Signed-off-by: James Yonan --- src/openvpn/ssl_verify_polarssl.c | 166 ++ src/openvpn/syshead.h | 2 +- 2 files changed, 167 insertions(+), 1 deletion(-) diff --git a/src/openvpn/ssl_verify_polarssl.c