[openssl.org #1015] don't use O_NOFOLLOW on Solaris...

2005-03-01 Thread Robert Banz via RT
OpenSSL version 0.9.7e OS: Solaris x86 R10 (and every solaris, at least those with O_NOFOLLOW) Trying to open /dev/random or /dev/urandom with O_NOFOLLOW doesn't work under Solaris, as everything under /dev/ is usually a symlink to the /devices/ tree. -rob

[openssl.org #1016] patches for Configure and config for Cray X1 systems

2005-03-01 Thread Wendy Palm via RT
i'd thought i submitted these changes when i was still a Cray employee, but i note that the changes are not in the current openssl code, so i'm presenting the patches at this time (mostly because i'm tired of maintaining them locally :) please make the following changes to config and

ubsec hw accelerator and DMA Error

2005-03-01 Thread Prashant Kumar
Hello All, I am trying to use ubsec hw accelerator with openssl and I get a DMA Error from the UBSEC when I try to run the function "ubsec_mod_exp". Any idea ? I am running this on a VXWORKS platform. Any help is appreciated. Thank you, Prashant. Do you Yahoo!? Yahoo! Mail - Find what you

RE: ubsec hw accelerator and DMA Error

2005-03-01 Thread Frédéric Donnat
Hi, I have no knowledge of VXWorks platform, but we encoutered the same problem when coding a linux driver for BCM chip. We encouter this on slow machine, with slow PCI and around 128 Mb of RAM, when stressing the driver. In fact the driver create all kernel structure and allocate memory faster

RE: ubsec hw accelerator and DMA Error

2005-03-01 Thread Prashant Kumar
Frederic, I am not even stressing the driver. I have written a small SSL server program for testing my hardware accelerator and I see this problem. There may be some problem with the driver, let me dig more into it. Thank you so much for your help. I will update you with my progress :).

rsync://dev.openssl.org busy?

2005-03-01 Thread nagendra modadugu
I've been trying to access the OpenSSL CVS repository for the past couple of days (including odd hours), with no success: $ rsync rsync://dev.openssl.org/openssl-cvs @ERROR: max connections (20) reached - try again later rsync: connection unexpectedly closed (0 bytes received so far) [receiver]

RE: [openssl.org #1015] don't use O_NOFOLLOW on Solaris...

2005-03-01 Thread Ted Mittelstaedt
Rob, Where is O_NOFOLLOW used in OpenSSL version 0.9.7e? Ted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Banz via RT Sent: Tuesday, March 01, 2005 12:44 AM Cc: openssl-dev@openssl.org Subject: [openssl.org #1015] don't use O_NOFOLLOW on