[Openvpn-devel] [PATCH] pkcs11: use generic evp key instead of rsa

2013-11-11 Thread Alon Bar-Lev
Enables DSA, ECDSA key usages with newer pkcs11-helper. Signed-off-by: Alon Bar-Lev Tested-By: Sanaullah --- configure.ac | 2 +- src/openvpn/pkcs11_openssl.c | 14 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 5

Re: [Openvpn-devel] [PATCH] ssl: enable basic ecdsa

2013-11-11 Thread Alon Bar-Lev
Hi, I re-send this patch as it proved to be somewhat helpful. It will be great to reach to a level it can be actually used. I guess configuration option should be added to make it optional and remove the hard coded curve? Regards, Alon Bar-Lev. On Tue, Nov 12, 2013 at 12:27 AM, Alon Bar-Lev w

[Openvpn-devel] [PATCH] ssl: enable basic ecdsa

2013-11-11 Thread Alon Bar-Lev
From: Jan Just Keijser Discussion: https://forums.openvpn.net/topic8404-30.html Tested-By: Sanaullah --- src/openvpn/ssl_openssl.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c index f64177a..665bb5c 100644 --- a/src/openv