Re: [openssl.org #1533] 0.9.8e memory alignment issue

2007-07-10 Thread Andy Polyakov via RT
Reminder. If openssl-dev subscribers want RT users to "hear" them, reply explicitly to [EMAIL PROTECTED] David Schwartz wrote: >> [EMAIL PROTECTED] ([EMAIL PROTECTED]) terminated by signal BUS (invalid >> address alignment) >> 0x7d24fab8: t_delete+0x00f8:stx %o0, [%g4 + 16] >> c

[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

[openssl.org #1539] BUG: openssl-0.9.8e build bug on Mac OSX Intel Dual Core

2007-07-10 Thread Michael Stanton via RT
Hi, I'm running a similar setup to Wesley Sutton who posted this problem. Is anyone able to provide a solution for this? Thank you & regards Michael Stanton [EMAIL PROTECTED] Hi,I'm running a similar setup to Wesley Sutton who posted this problem. Is anyone able to provide a solution for

Re: [openssl.org #1500] Resolved: 0.9.8 bug report

2007-07-10 Thread [EMAIL PROTECTED] via RT
thanks! haven't heard anything about it so far. is there a patch or something? thanks again On Sat, 7 Jul 2007 20:45:28 +0200 (CEST) "Andy Polyakov via RT" <[EMAIL PROTECTED]> wrote: > According to our records, your request has been resolved. If you have any > further questions or concerns, p

Re: [openssl.org #1500] Resolved: 0.9.8 bug report

2007-07-10 Thread Andy Polyakov via RT
> thanks! there is nothing to be thankful about, sorry. > haven't heard anything about it so far. > is there a patch or something? if you would have checked the ticket, you'd see that there unfortunately no resources to pursue the issue. i can't reproduce it and have no time to interrogate you

Re: [openssl.org #1500] Resolved: 0.9.8 bug report

2007-07-10 Thread [EMAIL PROTECTED] via RT
i see. too bad. Andy Polyakov via RT wrote: > > thanks! > > there is nothing to be thankful about, sorry. > > > haven't heard anything about it so far. > > is there a patch or something? > > if you would have checked the ticket, you'd see that there unfortunately > no resources to pursue the is

Manipulating BIO reference count

2007-07-10 Thread Daniel Drake
I'm writing some new Python bindings for OpenSSL which attempt to mirror the OpenSSL API as closely as is sensible, other than some rearchitecting for OO-ness. The wrapper source can be downloaded here: http://www.brontes3d.com/opensource/straightssl.html I've hit the need to manipulate the refer

Re: [openssl.org #1334] Resolved: [PATCH] Cross-compile for Windows from Linux

2007-07-10 Thread Chris Wilson via RT
Hi all, On Sun, 8 Jul 2007, Andy Polyakov via RT wrote: > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. No comments on the tracker entry. Please could you tell me how this is resolved? Cheers, Chris. -

non-supported algorithm in FIPS mode

2007-07-10 Thread Raymond Yuan
Hi, After building OpenSSL FIPS module in a manner required by security policy, I tested non-supported algorithm in FIPS mode. I saw two different result behaviours: 1. application aborts when non-supported symmetric key encryption algorithms are invoked, like rc2, rc4, idea

Patch OpenSSL Windows Vista Visual Studio C++ (Express) compiler

2007-07-10 Thread Karsten Ohme
Hi, The links in the tar.gz package do not work under Windows Vista. At least 7zip and filzip cannot handle links, cygwin extracts the links as lnk files. But lnk files seem to bring problems to the Visual Studio (C++ Express) compiler. It cannot follow them. I had to do execute this bash script

Re: [openssl.org #1334] Resolved: [PATCH] Cross-compile for Windows from Linux

2007-07-10 Thread Alon Bar-Lev via RT
On 7/11/07, Chris Wilson via RT <[EMAIL PROTECTED]> wrote: > No comments on the tracker entry. Please could you tell me how this is > resolved? Also related: http://rt.openssl.org/Ticket/Display.html?id=1451 http://rt.openssl.org/Ticket/Display.html?id=1552 So there is some work here... Best Reg