Thanks for the reply Tim.

The outputs from running the Win 32 bit is the correct length of the
original secret key once the decrypt is run (77).  For the Win 64 bit,
the decrypt function returns -1.

I did try and change the SIXTY_FOUR_BIT flag to undefined and
THIRTY_TWO_BIT flag to define inside the opensslconf.h file located in
the crypto folder.  This allows the test program to run in the Win 64
bit machine, but once the changes are added to the original
client/server program, it fails.


-----Original Message-----
From: Tim Hudson [mailto:t...@cryptsoft.com] 
Sent: Friday, January 09, 2009 6:21 PM
To: Mark Allison
Subject: Re: Problems with decrypting using openssl-0.9.8b and windows
64 (x64). Same test works on windows 32 bit os

Mark Allison wrote:
> *Problems with decrypting using openssl-0.9.8b and windows 64 (x64).  
> Same test works on windows 32 bit os.*

Include the output from running the command on 32-bit and 64-bit
windows.
It is not all that unusual for a generated key to have the top-bit not
set (i.e. 
be one bit smaller than you requested) during key generation.

Thanks,
Tim.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to