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 +++
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
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
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