Re: Build failed on Mac OS X

2002-12-20 Thread Manabu Kondo
Date: Thu, 19 Dec 2002 17:27:23 -0800 Subject: Build failed on Mac OS X From: Eric Mickelson <[EMAIL PROTECTED]> sez: > I'm unable to build OpenSSL 0.9.6h on Mac OS 10.2.2. As you can see in > the output below I get an undefined symbol. Any help would be greatly > appreciated. Under my Mac(10

RE: Slapper denial-of-service problem - why isn't this fixed?

2002-12-20 Thread David Schwartz
On Thu, 19 Dec 2002 16:29:15 -0500, Barry, Richard wrote: >>>This is a classic denial-of-service which is impossible to defend against >>>at >>>the application level. >>Nonsense. It's a result of a design flaw (process per connection, with >>the >>process assigned before the connection is va

RE: Slapper denial-of-service problem - why isn't this fixed?

2002-12-20 Thread Michael Chang
Are these just SYN packets? What is the size of these packets? I suppose one could combine firewall connection rate throttling against packets hitting port 443 which are between size n and m. If the full TCP handshake does complete, does the slapper actually send a GET or POST (or does it jus

Why does get_https do not free memory used

2002-12-20 Thread Kim Carter
Platform: UNIX, solaris, PERL 5.6.1, Net::SSLeay-1.18, OpenSSL 0.9.6e I have written code to make a https call to a secure server that also requires user authentication. Using the Net::SSLeay::get_https function, see code below. A request is made to retrieve a large document. Once the file

[ Crypt::SSLeay ] FYI

2002-12-20 Thread H.Merijn Brand
Crypt-SSLeah-0.45 successfully built and installed on HP-UX 11.00 perl-5.6.1, perl-5.8.0, blead@18335 openssl-0.9.6g cygwin-1.3.17-1 perl-5.8.0/64, blead@18228/32openssl-0.9.6h-1 HP-UX needed -lgcc (Makefile.PL did this automatically) for _umoddi3, just as AIX-4.3 -- H.Merijn Bra

Build failed on Mac OS X

2002-12-20 Thread Eric Mickelson
I'm unable to build OpenSSL 0.9.6h on Mac OS 10.2.2. As you can see in the output below I get an undefined symbol. Any help would be greatly appreciated. ./config --prefix=/usr/local --openssldir=/usr/local/ssl shared threads make ... cc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_R

RE: Slapper denial-of-service problem - why isn't this fixed?

2002-12-20 Thread Barry, Richard
>>This is a classic denial-of-service which is impossible to defend against at >>the application level. > > Nonsense. It's a result of a design flaw (process per connection, with the >process assigned before the connection is validated along with a limited >number of processes) in the appl

RE: Generate certificates for pcAnywhere?

2002-12-20 Thread Waitman C. Gobble, II
> they are looking pkcs#7 certificates. > > Is that possible using openssl? Neil It sure is possible. I wrote a little paper on creating them for use with php, perhaps it will be helpful to you. http://emkdesign.com/doc/openssl_pkcs7_encrypt.pdf I have revised the document a bit, I will post

OCSP -> unknown status message

2002-12-20 Thread ocit199
Hi, I'm using the Beta 5 of OpenSSL 0.9.7. I'm having a problem, each time I receive the "unknown" certificate status. Could anyone explain what it means? I don't know what it means, whether it is a valid certificate or a revoked certificate, or that it doesn't mean anything. I use these comm

Unhandled Exception

2002-12-20 Thread ricardotrevisan
Hello all. Trying to run in W2K the Sign sample provided by OpenSSL, I get the follow: "Unhandled exception in Sign.exe(NTDLL.DLL):0xC5:Access Violation." Debbugin the source, the error occurs when the method "PEM_read_PrivateKey(fp, NULL, NULL,NULL);" is called. Any suggestion? thank

OpenSSL on Solaris8

2002-12-20 Thread Francesco Dal Bello
Hi. I have a library tool written to work on Solaris and Win platform. This libtool uses 'crypto' library from OpenSSL package. In this form, all things are OK. The problem has been introduced when I extended the tool with capabilities derived from 'ssl' library from OpenSSL package. I have b

Re: Rep:Re: IBM 4758 engine status?

2002-12-20 Thread Eric Rescorla
"Jean Pierre Cognasse" <[EMAIL PROTECTED]> writes: > Hello, > > I did not read your conversation from the start but did you try the > driver from > http://oss.software.ibm.com/developerworks/opensource/4758/index.html ? As far as I know this is still the kernel 2.2 driver. Unfortunately it needs

Re: Rep:Re: IBM 4758 engine status?

2002-12-20 Thread Arne Ansper
> I did not read your conversation from the start but did you try the > driver from > http://oss.software.ibm.com/developerworks/opensource/4758/index.html ? yes. it's the driver for 2.2.x kernels. > I very concerned by using the linux driver because I would like to use > it under QNX V6 and I

Re: Rep:Re: IBM 4758 engine status?

2002-12-20 Thread Michiels Olivier
This driver is working. You have to recompiled it before using it. But the problem is that it is not the sharing object needed by openssl ENGINE. Michiels Olivier On Friday 20 December 2002 09:30, Jean Pierre Cognasse wrote: > Hello, > > I did not read your conversation from the start but did you

Rep:Re: IBM 4758 engine status?

2002-12-20 Thread Jean Pierre Cognasse
Hello, I did not read your conversation from the start but did you try the driver from http://oss.software.ibm.com/developerworks/opensource/4758/index.html ? I very concerned by using the linux driver because I would like to use it under QNX V6 and I don't understand exactly what I need in addi