[openssl.org #232] test_des fails

2002-08-20 Thread root via RT
OpenSSL self-test report: OpenSSL version: 0.9.6g Last change: [In 0.9.6g-engine release:]... Options: -shared OS (uname): Linux salnick.cac.washington.edu 2.4.18 #6 Wed May 8 08:26:52 PDT 2002 i686 unknown OS (config): i686-whatever-linux2 Target (default): linux-elf

[openssl.org #233] build fails on Mac OS X Server 1.x (Rhapsody)

2002-08-20 Thread Milo Velimirovic via RT
I'm attempting to biuld openSSL on a Mac OS X Server 1.2v3 system a/k/a Rhapsody. Apple's cc version cc-783.1, based on gcc version 2.7.2.1 All goes well until the link step when I get an undefined symbol mesage from ld in vuilding openssl itself: cc -o openssl -DMONOLITH -I../include -O3

[openssl.org #234] Bug report of next update check on CRLs

2002-08-20 Thread Leslie Liew via RT
The problem encountered was found using Apache and mod_ssl. Apache/1.3.26 (Unix) mod_ssl/2.8.9 OpenSSL/0.9.6c Only when using a CRL (without next update) apache would cause a Segmentation Fault. mod_ssl calls an openssl library to do a date comparison on next update. using httpd -X -DSSL, I

Re: [openssl.org #202] Ticket Resolved

2002-08-20 Thread Lutz Jaenicke
On Mon, Aug 19, 2002 at 08:23:16PM +0200, [EMAIL PROTECTED] wrote: No , I am still looking for support on making the aix package work. Your problem is not orginally caused by OpenSSL but by your OpenSSH- installation. I hereby propose you again to address your problem on the OpenSSH mailing

Please, let me know how to add new symmetric algorithm to openSSL source.

2002-08-20 Thread Sc Lee
Hello, I'd like to add new cipher algorithm to openSSL, but there is no way how to do it at the dev mailing list as I know. ;-( If you have any experiance like that, please help me. I want to know the way step by step if you can. Any comments will be appreciated. Thanks in adavance. Sc

Re: [Fwd: PKCS#11 engines revisited]

2002-08-20 Thread Ben Laurie
Matthias Loepfe wrote: Hi I just want to give you some background information why AdNovum has choosen the let's call it the 'interceptor-way' of implementing the PKCS#11 functionality. We are working in an environment where the main purpose of the hardware security modules (HSM) is not

Timeframe for 0.9.7 beta4 release?

2002-08-20 Thread David Sloat
Title: Timeframe for 0.9.7 beta4 release? Just wondering if some sort of timeframe for the 0.9.7 beta4 release has been established... Any ideas? Thanks! - Dave Sloat

Re: Timeframe for 0.9.7 beta4 release?

2002-08-20 Thread Lutz Jaenicke
On Tue, Aug 20, 2002 at 07:36:01AM -0700, David Sloat wrote: Just wondering if some sort of timeframe for the 0.9.7 beta4 release has been established... Any ideas? No schedule planned, yet. Since beta3 several changes have been made but concentration was put into 0.9.6f/g. I just had a look

OpenSSL using a TRNG

2002-08-20 Thread Leif Kremkow
Hi, I'm looking for some guidance. I'd like to change the OpenSSL library to be able to use a TRNG for all random numbers, not just to seed the PRNG. Are the some docs available as to where I should be adding a new 'method'. I looked at rand.c but am a little confused at the moment. Thanks.

Re: OpenSSL using a TRNG

2002-08-20 Thread Michael Sierchio
Leif Kremkow wrote: I'm looking for some guidance. I'd like to change the OpenSSL library to be able to use a TRNG for all random numbers, not just to seed the PRNG. There are no such devices which produce adequate quantities of random material for a server with reasonable load. Most have a

Re: [openssl.org #227] Building openssl 0.9.7 on sunos 4.1.3_U1

2002-08-20 Thread [EMAIL PROTECTED] via RT
On Fri, 16 Aug 2002, Richard Levitte - VMS Whacker via RT wrote: In message [EMAIL PROTECTED] on Thu, 15 Aug 2002 19:17:27 -0700 (PDT), Doug Kaufman [EMAIL PROTECTED] said: dkaufman I recently tried to build the August 9th snapshot of openssl 0.9.7 on dkaufman a sun sparc machine running

Re: [openssl.org #227] Building openssl 0.9.7 on sunos 4.1.3_U1

2002-08-20 Thread Doug Kaufman
On Fri, 16 Aug 2002, Richard Levitte - VMS Whacker via RT wrote: In message [EMAIL PROTECTED] on Thu, 15 Aug 2002 19:17:27 -0700 (PDT), Doug Kaufman [EMAIL PROTECTED] said: dkaufman I recently tried to build the August 9th snapshot of openssl 0.9.7 on dkaufman a sun sparc machine running

Re: [PATCH] Supply missing prototypes for OpenSSL 0.9.6g

2002-08-20 Thread Rainer Orth
Richard Levitte - VMS Whacker writes: Have you looked at lhash.h, and the DECLARE_LHASH*/IMPLEMENT_LHASH* macros? That's how we have started to solve the type problems. Yes, the generated functions contain some internal casting, but in such a way that they don't affect the code that use