RE: OpenSSL 1.0.1 and TLSv1.2

2012-03-26 Thread KUTILEK Martin
Steve, Thanks for the answer. What I meant by TLSv1.1+ was a way to show only TLSv1.1 and TLSv1.2 ciphers in order to get a result as the one below. -bash-3.2$ ./openssl ciphers -v 'ALL' | grep "TLSv1.2" ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD ECDHE-ECDS

Re: OpenSSL 1.0.1 and TLSv1.2

2012-03-26 Thread Dr. Stephen Henson
On Mon, Mar 26, 2012, KUTILEK Martin wrote: > Hi, > > I am doing some testing with openssl 1.0.1 and I am trying to find the > proper syntax to display only TLSv1.1+ ciphers. > > When I look in ./ssl/ssl.h, I see > #define SSL_TXT_TLSV1_2 "TLSv1.2" > but what ever I try, I always get: >

ECDSA Support in s_server tool

2012-03-26 Thread Shoba Ramanathan
Hi,   Is s_server tool support ECDSA certificate verification? Where can I find out the implementation to verify ECDSA certificates in Openssl? -shoba

OpenSSL 1.0.1 and TLSv1.2

2012-03-26 Thread KUTILEK Martin
Hi, I am doing some testing with openssl 1.0.1 and I am trying to find the proper syntax to display only TLSv1.1+ ciphers. When I look in ./ssl/ssl.h, I see #define SSL_TXT_TLSV1_2 "TLSv1.2" but what ever I try, I always get: Error in cipher list error:140E6118:SSL routines:SSL_CIPHER_PRO

SSL_connect() in 0.9.8h - memory leak, or user error?

2012-03-26 Thread Rogerborg
Ahoy the list. I'm seeing a memory leak using openssl 0.9.8h (0x0090808f 28 May 2008) on Solaris 5.10 from calling SSL_connect() and am trying to nail down the cause. I'm sure it's a PEBKAC error, but can't spot it. The leak was identified by watching the process memory use rise during multiple

Re: How generate pub key

2012-03-26 Thread Frater
Prashanth kumar N pisze: > Hi, > > You can use the below option > openssl rsa -in -pubout Many thanks. Is any source C code about this operation? Any example? __ OpenSSL Project http://www.openss

Re: Successfully building openssl-1.0.1 with Microsoft Visual Studio.

2012-03-26 Thread jeremy hunt
Thomas J. Hruska wrote: On 3/23/2012 12:53 AM, jeremy hunt wrote: This posting is to help people to build OpenSSL 1.0.1 with Microsoft Visual Studio. It may also indicate a required change to the build instructions for Microsoft Visual Studio. Summary: -- I found I needed to install t