Re: SSL v3.0 is not set as default protocol upon disabling v2.

2014-09-14 Thread Thulasi Goriparthi
SSLv23_client_method supports all protocols by default and connects using the highest protocol that server supports(as received from server hello) I suggest you try disabling TLS 1.0 along with SSL2 if you want to force your client to use SSL3 without changing the context's method. SSL_CTX_set_opt

RE: cannot read PEM key file - no start line

2014-09-14 Thread Liz Fall
Thanks for the recommendations, Michael. Liz -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Michael Wojcik Sent: Sunday, September 14, 2014 5:28 AM To: openssl-users@openssl.org Subject: RE: cannot read PEM key file - no star

Re: Linking error on Soalris x86 and sparc using fips capable openssl 1.0.1h

2014-09-14 Thread Andy Polyakov
> While fips build on soalris, I am getting variour errors: > > Sun-Intel: > > FIPSLD_CC=gcc FIPSLD_LINK=g++ > /unixhome/upg/Unix/SunOS/i386/OpenSource/ssl-1.0.1h/bin/fipsld -fPIC > -shared -g -O2 -o libImpl.so.10.0.0 -lcrypto > Text relocation remains referenced > a

RE: cannot read PEM key file - no start line

2014-09-14 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Liz Fall > Sent: Sunday, 14 September, 2014 00:33 > To: openssl-users@openssl.org > Subject: RE: cannot read PEM key file - no start line > > Thank you, Viktor. Do you have a good recommendation? In