Access Violation issue

2010-07-23 Thread Anil Tambe
Hello openssl users , We are facing a access violation issue , your thoughts/comments will be helpful .. Below are the details and sequence of events before the Access Violation occurs ... - myexe.exe calls myfunction() which loads and unloads mydll.dll at run time

Re: OpenSSL 1.0.0a and FIPS

2010-07-14 Thread Anil Tambe
>> Is "fips" no longer a valid flag to incorporate the FIPS library in 1.0.0a? Yes , FIPS support is removed in 1.0.X series , please also read the below. http://www.mail-archive.com/openssl-users@openssl.org/msg60593.html http://www.openssl.org/docs/fips/fipsnotes.html

Re: Why 2 DLL's for building OpenSSL

2010-07-05 Thread Anil Tambe
by 2 dlls .. do you mean libssl and libcrypto ? On Mon, Jul 5, 2010 at 4:24 PM, Deckers, Rob wrote: > > I am trying to build OpenSSL by using CMake ( only for windows ) files to > generate visual studio solutions. > > Now I see that OpenSSL results in 2 .dll files. > > Is there a special reason

missing HMAC_CTX_cleanup and other symbols while building static crypto library in FIPS mode ..

2010-02-23 Thread Anil Tambe
hi, i am currently using openssl 0.9.8l. i am trying to build it on Windows AMD platform. i am getting missing symbol issue while building static crypto library in FIPS mode. if i build openssl 0.9.8l in non fips mode (i.e without passing fips --fipslibdir to Configure ) i get the below outp

Re: SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

2009-07-02 Thread Anil Tambe
Thanks Anil On Fri, Jun 26, 2009 at 2:17 AM, Kyle Hamilton wrote: > Your server is requiring something akin to a STARTTLS, is my guess. > Try telnetting to it and figuring out what it says before it expects > the ClientHello. > > -Kyle H > > On Thu, Jun 25, 2009 at 8:4

Re: SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

2009-06-25 Thread Anil Tambe
y]\n\370" here p[x] doesnt have any numeric values , and so p doesnt match any of the condition of ssl2 , ssl3 or tls1 , it returns unknown protocol. Any thoughts ? Thanks Anil On Wed, Jun 24, 2009 at 9:26 PM, Anil Tambe wrote: > i guess in my case , server is not able t

Re: SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

2009-06-24 Thread Anil Tambe
i guess in my case , server is not able to understand the client hello message .. any thoughts ? how do i debug it more .. On Thu, Jun 18, 2009 at 3:03 PM, Anil Tambe wrote: > Yes client is not able to connect and ssl23_get_client_hello is returning > -1 and so its going in > in s

Re: SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

2009-06-18 Thread Anil Tambe
0 (gdb) print *p[11] $16 = 0 Any suggestion what i should be looking at .. Any suggestion how do i reproduce this with openssl sample , i.e s_client and s_server ? Thanks Anil On Thu, Jun 18, 2009 at 10:45 AM, David Schwartz wrote: > > Anil Tambe wrote: > > > Getting the Below e

SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

2009-06-17 Thread Anil Tambe
hi, Operating System : HP-UX PA32 openssl - 0.9.8k Getting the Below error : error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol As of now i am not able to reproduce the issue in stand alone openssl , this is coming from the parent application which is consuming openssl. We t

Re: Handshake fails on HPUX IA64 Release bits

2009-05-27 Thread Anil Tambe
optimization on HP-UX 11 23 IA64 platform. Thanks Anil On Tue, May 26, 2009 at 5:35 PM, Anil Tambe wrote: > More investigation shows that the issue is seen with ssl3 and tls1 , ssl2 > works fine ... > > ../util/shlib_wrap.sh ./ssltest -ssl2 Available compression methods: NONE > SSLv2, c

Re: Handshake fails on HPUX IA64 Release bits

2009-05-26 Thread Anil Tambe
940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure:s3_pkt.c:845: TLSv1, cipher (NONE) (NONE) 1 handshakes of 256 bytes done Thanks Anil On Tue, May 26, 2009 at 4:11 PM, Anil Tambe wrote: > > hi, > > Openssl Veriosn :: openssl 0.9.8g > Platform :: HP-UX 11 23 IA64 > > SS

Handshake fails on HPUX IA64 Release bits

2009-05-26 Thread Anil Tambe
hi, Openssl Veriosn :: openssl 0.9.8g Platform :: HP-UX 11 23 IA64 SSL Handshake fails with Release variants , works fine with the Debug variants. Any Comments ? Can this be related to optimization ? Any thoughts why it works for Debug and fails with release ? Handshake fails with Release v

Re: Setting Log level

2009-05-08 Thread Anil Tambe
thanks for the information , that helped .. henceforth i will be more selective and send email to appropriate alias .. Thanks Anil On Fri, May 8, 2009 at 5:32 AM, Dave Thompson < dave.thomp...@princetonpayments.com> wrote: > > From: owner-openssl-us...@openssl.org On Behalf O

Setting Log level

2009-05-07 Thread Anil Tambe
hi,How do we configure debug level / log level in openssl ? is there any way by setting which i can get more information in the logs ? Thanks Anil

Re: Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Anil Tambe
Thanks , the -no_ticket option worked , now i am able to see the session id. Thanks Anil On Tue, May 5, 2009 at 9:10 PM, Dr. Stephen Henson wrote: > On Tue, May 05, 2009, Anil Tambe wrote: > > > Hi, > > > >Below are the steps to reproduce the issue with opens

Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Anil Tambe
Hi, Below are the steps to reproduce the issue with openssl 0.9.8k Server :: ./openssl s_server -cert server.pem Client :: ./openssl s_client -debug -msg -state -sess_out /tmp/session.out In the above case when we write the session to session.out , the output shows the session id :

Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Anil Tambe
Hi, Below are the steps to reproduce the issue with openssl 0.9.8k Server :: ./openssl s_server -cert server.pem Client :: ./openssl s_client -debug -msg -state -sess_out /tmp/session.out In the above case when we write the session to session.out , the output shows the session id :

Re: openssl errors on aix 4.3 .config and make failing

2009-04-29 Thread Anil Tambe
hi, it seems that the configuration file is missing , please read the below and create one. http://www-01.ibm.com/support/docview.wss?uid=swg21270914 Thanks Anil On Sat, Apr 25, 2009 at 9:35 AM, Richard Francis wrote: > Hi, here's the output from .config and make failing; any help is gr

Re: SSL2_WRITE:ssl handshake failure:s2_pkt.c:428:

2009-04-19 Thread Anil Tambe
ted then; just different wording. > (And to answer the then comment in there: no, definitely do NOT use > n2l3 here: that's serving a different purpose. Here a 16-bit integer > code should be retrieved, so the only thing missing was the pointer > increment before doing so. >

Re: OpenSSL version 0.9.8k released

2009-04-09 Thread Anil Tambe
Thanks .. the information was helpful .. On Mon, Apr 6, 2009 at 8:09 PM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote: > On Mon, Apr 06, 2009 at 06:29:17PM +0530, Anil Tambe wrote: > > > is the binary compatibility broken in 0.9.8k ? > > Not necessaril

Re: SSL2_WRITE:ssl handshake failure:s2_pkt.c:428:

2009-04-09 Thread Anil Tambe
> > From: owner-openssl-us...@openssl.org On Behalf Of Anil Tambe > > Sent: Tuesday, 07 April, 2009 03:23 > > i am using the latest openssl 0.9.8k. the -verify option works fine > > with ssl3 , but handshake fails if i use -ssl2 . > > > ./openssl s_server -verify

SSL2_WRITE:ssl handshake failure:s2_pkt.c:428:

2009-04-07 Thread Anil Tambe
hi all, i am using the latest openssl 0.9.8k. the -verify option works fine with ssl3 , but handshake fails if i use -ssl2 . Please let me know if i am missing something .. Below are the details .. ./openssl s_server -verify 0 -debug ./openssl s_client -ssl3 -debug [ works f

Re: OpenSSL version 0.9.8k released

2009-04-06 Thread Anil Tambe
is the binary compatibility broken in 0.9.8k ? i see the below symbols missing from 0.9.8k library .. which were present in 0.9.8g .. md4_block_host_order DES_xwhite_in2out sha256_block sha256_block_host_order sha512_block sha1_block_asm_data_order sha_block_host_order BIO_dgram_should_retry ripem

SSL2_WRITE:ssl handshake failure:s2_pkt.c:428

2009-04-02 Thread Anil Tambe
hi all, i am using the latest openssl 0.9.8k. the -verify option works fine with ssl3 , but handshake fails if i use -ssl2 . Below are the details .. ./openssl s_server -verify 0 -debug ./openssl s_client -ssl3 -debug [ works fine .] > ./openssl s_client -ssl2 CONNECTED(00

Re: make test

2009-03-23 Thread Anil Tambe
hi, please check configuration for this particular platform in Configure file .. is it uses BN_LLONG ? try replacing that with SIXTY_FOUR_BIT_LONG. Thanks Anil On Sat, Mar 21, 2009 at 12:31 AM, wrote: > Hi. I install openssl 0.9.8j on Mandriva 2009 x86_64 > > ./config --prefix=/usr > m

bntest BN_sqr Test Fails on Linux ( SUSE and REDHAT ) Z Series 64bit ..

2009-01-06 Thread Anil Tambe
hi, bntest BN_sqr Test Fails on Linux ( SUSE and REDHAT ) Z Series 64bit .. it works fine on 32bit. openssl version: openssl 0.9.8g platform : Linux ( SUSE and REDHAT ) Z Series 64bit . <> Please let me know if anybody have come across the issue or has insight into it ...

Problems while linking on SUSE PPC 64 .. ( unresolvable R_PPC64_REL24 relocation against symbol `.stat' )

2008-11-06 Thread Anil Tambe
hi, i am trying to build an application using openssl on SUSE PPC 64. Getting the following error while linking . /usr/bin/g++ -O -mpowerpc64 -m64 -D_GNU_SOURCE -DACE_SOVERSION=4 - DACE_MT_SAFE=0 -DACE_NDEBUG -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -D_FILE_OFFSET_BITS=64 -