RE: Problem with OpenSSL on Solaris x86 *

2005-10-04 Thread Ted Mittelstaedt
Completed. Core file is located ftp://sunrise.ipinc.net/openssl/core It was created in ~/openssl-0.9.8/certs Compilation options used were -g and -ggdb I don't have gdb on this system, if anyone could take a look at this I'd appreciate it. Ted >-Original Message- >From: [EMAIL PROTEC

Re: Dynamic Engine support on OS X

2005-10-04 Thread Geoff Thorpe
On October 4, 2005 04:08 am, Christopher P. Masone wrote: > --- Frederic Donnat wrote: > 26743:error:2507006C:DSO support routines:DSO_load:functionality not > > This says that you do not have the DSO support on! > --- end of quote --- > > Yes, that error message led me to try passing both -DSO_DLF

Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-10-04 Thread [EMAIL PROTECTED] via RT
On Mon, 2005-10-03 at 12:30 +0200, ext via RT wrote: > I am working with the patch and I noticed that the psk hint and id are > asciiz. This is not in the spec. > Also, there is no way to specify no psk_id_hint/psk_id. According to > the spec, the pure psk suites can omit the key exchange.

Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-10-04 Thread Mika Kousa
On Mon, 2005-10-03 at 12:30 +0200, ext via RT wrote: > I am working with the patch and I noticed that the psk hint and id are > asciiz. This is not in the spec. > Also, there is no way to specify no psk_id_hint/psk_id. According to > the spec, the pure psk suites can omit the key exchange. T

[openssl.org #1210] Bug: CRL and Certificates

2005-10-04 Thread Maria Siebert via RT
Hi I found a bug in CRL Lists. It is possible to do signing of the List with a certificate, which shouldn't do it because of the Key Usage extension. If this extension is set critical and CRLSign is not listed, you shouldn't do the signing. Specification says, that you should do anything with

[openssl.org #1209] Bug and Patch: CA.sh has number of bugs.

2005-10-04 Thread prakash babu via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Problem with OpenSSL on Solaris x86 *

2005-10-04 Thread Ted Mittelstaedt
Hi All, OpenSSL builds but fails tests. Here's the particulars: Freshly installed and patched Solaris 8 x86 system # gcc -v Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.8/3.4.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disabl e-nls --d

RE: Dynamic Engine support on OS X

2005-10-04 Thread Frédéric Donnat
Test your config using openssl -a If DSO is on you 'll get something including the following flags: -DDSO_DLFCN -DHAVE_DLFCN_H In fact is seems that there is only a "no-dso" options! The DSO support is enable by default (if available). Try to add that flag to the config. ./config shared threads

RE: Dynamic Engine support on OS X

2005-10-04 Thread Christopher P. Masone
--- Frederic Donnat wrote: 26743:error:2507006C:DSO support routines:DSO_load:functionality not This says that you do not have the DSO support on! --- end of quote --- Yes, that error message led me to try passing both -DSO_DLFCN and -DDSO_DLFCN to the config script. But the first flag didn't ch

RE: Dynamic Engine support on OS X

2005-10-04 Thread Frédéric Donnat
Hi 26743:error:2507006C:DSO support routines:DSO_load:functionality not This says that you do not have the DSO support on! ./Configure dso or something like that. regards Fred -Original Message- From: Christopher P. Masone [mailto:[EMAIL PROTECTED] Sent: Tue 10/4/2005 4:36 AM To

Re: [openssl.org #1160] openssl 0.9.8 build problem on Linux/dietlibc

2005-10-04 Thread Andy Polyakov via RT
> For some reason, openssl suddenly wants to add -ldl when linking the > test programs. That is uncalled for, I specifically added no-dso to the > Configure options. > > Please reverse this. The best we can do [at this point] is to document how to work around this. Following entry was added to