Re: A BEG / PLEA For Help. Solaris 8 Will not compile, MUST be someth ing I am doing.

2002-11-05 Thread Jeremy Hunt
Further to the earlier missive suggesting an OpenSSL library clash, as it was "destest" that crashed, it is likely there is another DES library in your path, which may not be from OpenSSL. Try running "destest" manually and finding out a little more information, like where exactly it crashed.

Re: A BEG / PLEA For Help. Solaris 8 Will not compile, MUST besometh ing I am doing.

2002-11-05 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 5 Nov 2002 17:09:58 - , "DARCY,MATTHEW (HP-UnitedKingdom,ex2)" <[EMAIL PROTECTED]> said: matthew.darcy> I run a ./config --openssldir=/usr/local/ssl -prefix=/usr -shared Please try the following instead: ./config --openssldir=/usr/local/ssl --prefix=

Re: A BEG / PLEA For Help. Solaris 8 Will not compile,MUST besometh ing I am doing.

2002-11-05 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 05 Nov 2002 19:55:33 -0800, "Paul L. Allen" <[EMAIL PROTECTED]> said: paul.l.allen> I just built 0.9.6g on an Ultra 1 running Solaris 8 with paul.l.allen> gcc 2.95.2. paul.l.allen> I configured with: paul.l.allen> paul.l.allen> ./config -shared

Re: A BEG / PLEA For Help. Solaris 8 Will not compile,MUST be someth ing I am doing.

2002-11-05 Thread Paul L. Allen
I offer another data point: I just built 0.9.6g on an Ultra 1 running Solaris 8 with gcc 2.95.2. I configured with: ./config -shared The make succeeded, but make test looks like this: bash-2.03$ make test Doing certs ca-cert.pem => .0 WARNING: Skipping duplicate certificate dsa-ca.pem W

Re: does OpenSSL support keystores?

2002-11-05 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 5 Nov 2002 14:50:26 -0500, [EMAIL PROTECTED] said: ddemers> does openssl support keystores or does one have to load in the ddemers> certificates, key directly. OpenSSL supports two keystores: 1) the file system, and 2) for hardwares that support it (current

Re: write_PrivateKey (encrypted) access violation

2002-11-05 Thread Marcus Carey
I had this same problem using MS VC++. With this compiler you must compile with Multithread DLL. I don't know how Borland builds its runtime libraries. Look under the FAQ at the OpenSSL site for more info. - Original Message - From: "Jasper Spit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: A BEG / PLEA For Help. Solaris 8 Will not compile, MUST besometh ing I am doing.

2002-11-05 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 5 Nov 2002 17:09:58 - , "DARCY,MATTHEW (HP-UnitedKingdom,ex2)" <[EMAIL PROTECTED]> said: matthew.darcy> I am trying to compile openssl-9.6g with shared matthew.darcy> librarys on solaris 8 on a Netra T1. Is that a 64-bit environment? It may be that th

RE: OpenSSL on WIN2K

2002-11-05 Thread Rich Salz
> They usually come from pre-built sources. Technically end-users should do > the compilation of OpenSSL for their systems and companies should not > incorporate OpenSSL into their product lines because of import and export > regulations (legal issues just get messy in regards to cryptography > so

write_PrivateKey (encrypted) access violation

2002-11-05 Thread Jasper Spit
Hi, I have a problem running my code on win32 (on linux it runs fine). On win32 I get an access violation on the PEM_write_PrivateKey call, but when I use a cipher to encrypt the private key on disk, without encryption it works fine. I've tried using PEM_write_bio_PrivateKey, that doesn't work e

RE: Help w/ BC++ 5

2002-11-05 Thread Thomas J. Hruska
At 10:31 AM 11/5/2002 -0500, Oblio writeth: >Wow, this is great! This will save me a lot of time mucking about with >trying to get the compiler to run. Quick question, though. The main file, >openssl.exe, is looking for two files in the path (ssleay32.dll and >libeay32.dll). What are these,

Re: OpenSSL on WIN2K

2002-11-05 Thread David Schwartz
On Tue, 05 Nov 2002 13:12:27, Thomas J. Hruska wrote: >Technically end-users should do >the compilation of OpenSSL for their systems and companies should not >incorporate OpenSSL into their product lines because of import and export >regulations (legal issues just get messy in regards to cryptogr

Re: OpenSSL on WIN2K

2002-11-05 Thread Kenneth R. Robinette
Date sent: Tue, 05 Nov 2002 13:12:27 To: [EMAIL PROTECTED] From: "Thomas J. Hruska" <[EMAIL PROTECTED]> Subject:Re: OpenSSL on WIN2K Send reply to: [EMAIL PROTECTED] Passing out this type of advice may end up getting appli

RE: OpenSSL on WIN2K

2002-11-05 Thread McMullen, David E. (NGIT)
thanks for the information! -Original Message- From: Thomas J. Hruska [mailto:shinelight@;shininglightpro.com] Sent: Tuesday, November 05, 2002 7:12 AM To: [EMAIL PROTECTED] Subject: Re: OpenSSL on WIN2K At 10:28 AM 11/5/2002 -0500, Oblio writeth: >I'm not sure what these two files are,

Re: OpenSSL on WIN2K

2002-11-05 Thread Thomas J. Hruska
At 10:28 AM 11/5/2002 -0500, Oblio writeth: >I'm not sure what these two files are, either (I think you meant >'ssleay32.dll and libeay32.dll'). However, I've found that a number of >programs I have installed include versions of them, and there's a copy in >my system32 directory. I can give yo

RE: Here is how to build with BCB5 using nasm

2002-11-05 Thread Jasper Spit
Thanks, this works fine for me with BCB6. No compile errors/altering header files either. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:owner-openssl-users@;openssl.org] Namens Keary Phillips Verzonden: zondag 3 november 2002 20:41 Aan: [EMAIL PROTECTED] Onderwerp: Here is how to