[Openvpn-devel] [PATCH 1/2] Bring cryptoapi.c upto speed with openssl 1.1

2018-01-07 Thread selva . nair
From: Selva Nair - Replace direct access to internals of openssl structs by corresponding methods. Signed-off-by: Selva Nair --- Tested on Windows 10 with openssl 1.0.1r and 1.1.0g configure.ac | 1 + src/openvpn/cryptoapi.c | 69 +++

[Openvpn-devel] [PATCH 0/2] Make cryptoapicert work with TLS 1.2

2018-01-07 Thread selva . nair
From: Selva Nair Hi, I am not sure how receptive the crypto maintaineres are to the idea of adding more code into cryptoapi.c, but here goes: I've been wanting to add TLS 1.2 support for certs in the Windows cert store using management external key. But that's a lot more work than extending cry

[Openvpn-devel] [PATCH 2/2] TLS v1.2 support for cryptoapicert -- RSA only

2018-01-07 Thread selva . nair
From: Selva Nair - If an NCRYPT handle for the private key can be obtained, use NCryptSignHash from the Cryptography NG API to sign the hash. This should work for all keys in the Windows certifiate stores but may fail for keys in a legacy token, for example. In such cases, we disable TLS

Re: [Openvpn-devel] [PATCH v3] travis-ci: add brew cache, remove ccache

2018-01-07 Thread Antonio Quartulli
Hi, On 05/01/18 03:37, Ilya Shipitsin wrote: > 1-2 minutes speedup osx builds by using brew cache. > Also, ccache was removed for a while (builds fail > after travis-ci upgraded clang to version 5.0.0) you missed the Signed-off-by line. But other than that: Acked-by: Antonio Quartulli -- Ant