SSL Record layer size

2012-09-20 Thread Sharanagoud B D
Hi All, Can anyone tell me how to increase the SSL record layer length size? Thanks, Sharan __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@open

RE: Handshake failure while trying to connect to imap.gmail.com

2012-09-20 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ckyh43 > Sent: Thursday, 20 September, 2012 04:50 > I am unable to connect to the Gmail IMAP server with the > OpenSSL s_client. Debug output (from the second command): > http://pastebin.com/raw.php?i=BJumtDHV > (sent ClientHello see below,

RE: Openssl ca application

2012-09-20 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of James Burton >Sent: Tuesday, 18 September, 2012 15:15 >Can you tell me what I am doing wrong , I am build a window application ( .exe ) >and I got this error: >ign>cl.exe sign.c >Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for

Re: Handshake failure while trying to connect to imap.gmail.com

2012-09-20 Thread Lou Picciano
Carlo, Have tried your same test with no error - using OpenSSL 0.9.8x: openssl s_client -connect imap.gmail.com:993 Lou Picciano - Original Message - From: "Carlo Wood" To: openssl-users@openssl.org Sent: Thursday, September 20, 2012 10:42:33 AM Subject: Re: Handshake failure

Re: curl with openssl prebuilt shared library for android

2012-09-20 Thread farmdve data.bg
You may need to remove the TARGET_ABI directive from my example. On Thu, Sep 20, 2012 at 8:05 PM, farmdve data.bg wrote: > Look at mine and configure where needed > > LOCAL_PATH := $(call my-dir) > > include $(CLEAR_VARS) > LOCAL_MODULE := crypto-prebuilt > LOCAL_SRC_FILES := libcrypto.a > TARGET

Re: curl with openssl prebuilt shared library for android

2012-09-20 Thread farmdve data.bg
Look at mine and configure where needed LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := crypto-prebuilt LOCAL_SRC_FILES := libcrypto.a TARGET_ABI := android-8-armeabi include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := ssl-prebuilt LOCAL_SRC_FILES := libss

Re: Handshake failure while trying to connect to imap.gmail.com

2012-09-20 Thread Carlo Wood
On Thu, 20 Sep 2012 01:50:16 -0700 (PDT) Does it work if you add -no_tls1_1 to the command line? Or add -tls1 ? ckyh43 wrote: > Hi, > > I am unable to connect to the Gmail IMAP server with the OpenSSL > s_client. I've tried the following commands and both of them give me > a handshake failure.

Re: Building FIPS capable openssl for iOS Armv7

2012-09-20 Thread Vinay
I solved this problem by editing the fipsld script to pass the -exe | -dso params to teh in core_macho. I am now getting another errro in fipsld. # generate signature... SIG=`"${TARGET}"` The above line attempts to run the target, which armv7 iOS app and I get Bad CPU type error in console. Is t

RE: Openssl ca application

2012-09-20 Thread James Burton
Hello Can you tell me what I am doing wrong , I am build a window application ( .exe ) and I got this error: ign>cl.exe sign.c Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. sign.c Microsoft (R) Incremen

Re: Building FIPS capable openssl for iOS Armv7

2012-09-20 Thread Vinay
I fixed this problem by editing the "fipsld" script to pass the -dso | -exe to the incore_macho Now when I "FIPS_mode_set(1)" in my iOS app, I get error fingerprint doesn't match error 111. I need to sign my iOS app with the fips fingerprint using fipsld. Any tips or suggestion on how to do that

Handshake failure while trying to connect to imap.gmail.com

2012-09-20 Thread ckyh43
Hi, I am unable to connect to the Gmail IMAP server with the OpenSSL s_client. I've tried the following commands and both of them give me a handshake failure.     openssl s_client -connect imap.gmail.com:993     openssl s_client -CAfile /etc/ssl/certs/Equifax_Secure_CA.pem \         -connect ima