Re: [openssl.org #1555] problems under openbsd

2007-09-24 Thread Dmitri Dmitrienko via RT
Andy, Good point, thanks. I had to check closely too. Why I don't want 0.9.8e is because there is a little flaw which is alrady fixed in the HEAD but still not officially released :) You know that EVP_CIPHER_CTX_key_length in this version returns ctx->cipher->key_len instead of ctx->key_len and

Re: [openssl.org #1555] problems under openbsd

2007-09-23 Thread Dmitri Dmitrienko via RT
Hi Andy, There is no problem with C compiler and tools around it under OpenBSD except assembler. It's assember adds undescores to all the public symbols in the object files and linker can't find them when tries to produce binaries and libraries are produced with unresolved symbols like I said in m

[openssl.org #1555] problems under openbsd

2007-07-10 Thread Dmitri Dmitrienko via RT
as of the latest openbsd (v4.1) seems it's impossible to compile openssl 0.9.7m package with asm enabled assembler adds underscores before the names and causes make to fail to build apps For example DES_encrypt appears as many U DES_encrypt and one T _DES_encrypt in the nm output for libcrypto.a

Re: [openssl.org #1521] bug report

2007-05-22 Thread Dmitri Dmitrienko via RT
> >- Original Message - >From: "Andy Polyakov via RT" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: >Sent: Sunday, May 20, 2007 4:42 PM >Subject: Re: [openssl.org #1521] bug report > >> Title: Failed to link static openssl libraries (or non-PIC x86_64cpuid.s) >> OS: FC4 >> HARDWARE:

[openssl.org #1521] bug report

2007-04-26 Thread Dmitri Dmitrienko via RT
Bug report Title: Failed to link static openssl libraries (or non-PIC x86_64cpuid.s) OS: FC4 HARDWARE: AMD x86 64bit OPENSSL VERSION: 0.9.8e OPTIONS: CFLAGS="-fPIC -O2" ./config no-dso no-shared no-threads no-zlib -fPIC -O2 --prefix=/home/dmitri/php/install Details: It worked just fine with all