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
> 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,
>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
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
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
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
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.
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
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
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
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
11 matches
Mail list logo