Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Perhaps there is a middlebox in the way that gets version negotiation wrong. Try adding the -tls1 flag. Flag "-servername" he

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
I tried this command openssl.exe s_client -connect ezfile.ch:443 And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I can not reproduce this. What version are you using? There is nothing wrong with that server, so it's most likely a

Re: [openssl-users] Encryption and Decryption using ECC based certificate private/public key pair

2015-04-26 Thread Jeffrey Walton
On Mon, Apr 27, 2015 at 12:54 AM, Jayalakshmi bhat wrote: > Hello All, > > I am working on a project where there is need to encrypt and decrypt certain > data using certificate public/private key pair. So far we were using RSA > based certificates. OpenSSL provides good number of API's for RSA bas

[openssl-users] Encryption and Decryption using ECC based certificate private/public key pair

2015-04-26 Thread Jayalakshmi bhat
Hello All, I am working on a project where there is need to encrypt and decrypt certain data using certificate public/private key pair. So far we were using RSA based certificates. OpenSSL provides good number of API's for RSA based encryption/decryption operation. Now we are planning to support

Re: [openssl-users] How do I uninitialize OpenSSL properly?

2015-04-26 Thread Alexander
Thanks for the quick reply! I'm sorry, I didn't mean to sound impatient. It's just that I read through the archives and so much has been happening that I was afraid that my thread would be swamped away unnoticed. My problem is most likely an on process exit thing, because I do the certificate stuf

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
On Sun, Apr 26, 2015 at 07:05:11PM +0200, hub...@seznam.cz wrote: I tried this command openssl.exe s_client -connect ezfile.ch:443 And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I can not reproduce this. What version are you us

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Perhaps there is a middlebox in the way that gets version negotiation wrong. Try adding the -tls1 flag. It returns this with

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread Salz, Rich
> And it returns this kind of error > error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal > error > > The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Perhaps there is a middlebox in the way that gets version negotiation wrong. Try adding the -tls1 flag. __

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread Kurt Roeckx
On Sun, Apr 26, 2015 at 07:05:11PM +0200, hub...@seznam.cz wrote: > I tried this command > openssl.exe s_client -connect ezfile.ch:443 > > And it returns this kind of error > error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal > error I can not reproduce this. What version ar

[openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
I tried this command openssl.exe s_client -connect ezfile.ch:443 And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Does anybody know where the problem is? Is this server misconf

Re: [openssl-users] How do I uninitialize OpenSSL properly?

2015-04-26 Thread Salz, Rich
This isn't paid support; two days isn't a long time to wait :) Is this on process exit? If so, does it really matter? You might look at the apps_startup and apps_shutdown functions in apps/openssl.c on the master branch. /r$ -- Senior Architect, Akamai Technologies IM: richs...@jabb

Re: [openssl-users] How do I uninitialize OpenSSL properly?

2015-04-26 Thread Alexander
Is there anyone out there who can help me? Please? Am 24.04.2015 um 16:43 schrieb newcome...@web.de: > Hello everyone, > > I am using OpenSSL sockets and I have the problem I described in the > following thread, i.e. a bunch of memory-leaks that happen most likely > because I don't uninitialize