Re: generic configuration for 64 bit

2011-06-17 Thread Misha Aizatulin
On 06/12/2011 08:01 PM, Igor Galić wrote: The Configure file has generic 32 bit configurations: # Basic configs that should work on any (32 and less bit) box gcc, gcc:-O3::(unknown):::BN_LLONG:::, cc,cc:-O::(unknown)::, What would be an equivalent

generic configuration for 64 bit

2011-06-11 Thread Misha Aizatulin
hi all, The Configure file has generic 32 bit configurations: # Basic configs that should work on any (32 and less bit) box gcc, gcc:-O3::(unknown):::BN_LLONG:::, cc, cc:-O::(unknown)::, What would be an equivalent generic configuration for 64 bit? Best, Misha

configuring for debug

2009-10-27 Thread Misha Aizatulin
hi, what is the right way to configure OpenSSL for debug? If I do ./Config debug-Cygwin then it defines some switches (-DCONF_DEBUG -DBN_CTX_DEBUG, etc.) that result in very verbose output. All I want is simply -g and no optimisation and no -fomit-frame-pointer. Do I have to change the Config

Re: finding out cipher name

2009-10-25 Thread Misha Aizatulin
is there a way, given an EVP_CIPHER, to find out the human-readable cipher name? Try EVP_CIPHER_name(cipher) . Thanks, this works! Taking it further, is there a similar function for EVP_PKEY_METHOD? Misha __ OpenSSL

finding out cipher name

2009-10-22 Thread Misha Aizatulin
hi, is there a way, given an EVP_CIPHER, to find out the human-readable cipher name? Best, Misha __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: how to build openssl using mingw/cygwin?

2009-10-07 Thread Misha Aizatulin
Generating the DLLs and input libraries gcc: Settings\Temp/cca03896.base: No such file or directory dllwrap: gcc exited with status 1 Could it be that your cygwin /tmp is mapped to Documents and Settings/Temp? That is not a good idea - make usually chokes on file names with

Mismatch in makefiles - compilation error on cygwin

2009-08-26 Thread Misha Aizatulin
dear list, there is a problem in the Makefiles that precludes correct compilation of openSSL, at least on cygwin. The problem is present in 1.0.0-beta3 as well. In the top-level Makefile the value SDIRS does not contain rc5. As a result, make links does not create a link to rc5test.c in