RE: Need help signing a certificate

2001-11-23 Thread Hylton Tregenza
Solved.   Coding problem. I was signing the certificate with the same public key that was in the certificate. Surley this should not  give Seg fault.   I will look further.   Hylton   -Original Message-From: Hylton Tregenza Sent: 23 November 2001 04:13To: [EMAIL PROTECTED]S

Re: non-MONOLITH build no longer works in 0.9.6b

2001-11-23 Thread Bodo Moeller
On Wed, Nov 21, 2001 at 11:48:38AM +, Adam Back wrote: > I tried to build without MONOLITH defined, to check the object size > for the subset of functions in one of the programs, and it seems that > the build system is broken if you undefine MONOLITH. > > This was with openssl-0.9.6b. Can y

Possible h/w integration bug

2001-11-23 Thread Andy Schneider
In the hw_ncipher.c module in crypto/engine there are mutex callbacks that return 1 on success and 0 on failure (in openssl-engine-0.9.6b). This is the wrong way around. They should return 0 on success and 1 on failure (see vendor_defns/hwcryptohook.h). Symptoms: 1) I got concurrency problems

InternetSeer Recovery

2001-11-23 Thread InternetSeer
Title: InternetSeer - Recovery Alert Recovery AlertYour Web site is off errorURL: http://www.openssl.org/support/Time: Fri Nov 23 03:52:51 EST 2001, ESTTotal Time on error: 4 hours, 36 minutes, 31 secondsLogin and view your current Web site's performance report athttp://www.internetseer.com. If you

PATCH: kssl.c to compile with MIT Kerberos 5 release 1.2.3

2001-11-23 Thread Jeffrey Altman
For future portability reasons MIT is moving all macros to function calls. This patch allows compilation either way. *** kssl.c.orig Tue Oct 16 21:02:38 2001 --- kssl.c Thu Nov 22 21:43:18 2001 *** *** 115,124 #define krb5_rd_req kssl_krb5_rd_req