config path problem

2002-12-22 Thread Obantec Support1
Hi I am trying to build openssl-0.9.6h for RedHat 7.2 so that it builds it under the same directory structure as RedHat. so that 1. /usr/bin/openssl (is the binary) 2. /usr/lib/ (has the libs and links) 3. /usr/share/man (man entries) using ./config --prefix=/usr --openssldir=/usr i get 1 &2

2 threads concurrently reading and writing from an SSL-stream

2002-12-22 Thread folkert
Hi, I'm developing an application that streams audio 2 ways over an SSL connection. Initially my program consisted of a small loop reading from the audio-device and writing to the SSL stream and readig from the SSL-stream and writing to the audio-stream. If I'm just only reading from the SSL-strea

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

2002-12-22 Thread Eric Rescorla
Jeffrey Altman <[EMAIL PROTECTED]> writes: > Geoff: > > Since absolutely no one that is experiencing this problem has looked > at a suffering process in a debugger it is impossible to know what is > the cause of the problem. As far as I can tell all the theories that > have been put forward as t

Re: Crypt::SSLeay - https and reuse of session id

2002-12-22 Thread Lutz Jaenicke
On Sat, Dec 21, 2002 at 10:28:38AM +0100, Thomas Hörndlein wrote: > I'm using LWP::UserAgent and Crypt::SSLeay to access a webserver via > https which basically works. Unfortunatly a new handshake is done each > time the UserAgent accesses an URL. Is it possible to reuse the > Session-ID I got w

Re: TLS cipher suites in openssl-0.9.7-beta3

2002-12-22 Thread Lutz Jaenicke
On Sun, Dec 22, 2002 at 09:14:59AM -0800, Sunitha Kumar wrote: > Some of the cipher suites don't have text values defined for them, Hence > unable to view them in ssldump. > My client is doing TLS, and in Client Hello: there are some cipher > suites with unknown values. > cipher suites >

Re: md5sum request

2002-12-22 Thread Lutz Jaenicke
On Fri, Dec 20, 2002 at 04:32:10PM -0600, Ron Gedye wrote: > > > Can someone please give me the valid md5sum of TAR file > > openssl-0.9.7beta5.tar > > (hope it's) aed193337276f126ad3f1f48478f63b4 > > Thanks! > > openssl md5 openssl-0.9.7-beta5.tar MD5(openssl-0.9.7-beta5.tar)= aed1933372

TLS cipher suites in openssl-0.9.7-beta3

2002-12-22 Thread Sunitha Kumar
Some of the cipher suites don't have text values defined for them, Hence unable to view them in ssldump. My client is doing TLS, and in Client Hello: there are some cipher suites with unknown values. cipher suites Unknown value 0x39 Unknown value 0x38 Unknown value 0x35

RE: Unhandled Exception

2002-12-22 Thread Jasper Spit
You have to add the threading library that was used to build openssl to your project as well to prevent these crashes. See the OpenSSL FAQ. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Namens [EMAIL PROTECTED] Verzonden: donderdag 19 december 2002 14:35 Aan: [

Re: bug in asn1parse of CMS EncryptedContent block?

2002-12-22 Thread Dr. Stephen Henson
On Sun, Dec 22, 2002, Mark O'Donohue wrote: > > Hi > > I couldn't find a bug list, so Im assuming here is the right place to > post a bug report. > > openssl asn1parse does not correctly parse (or perhaps display) the > final EncryptedContent block of a enveloped-data pkcs7 object. > > The c

bug in asn1parse of CMS EncryptedContent block?

2002-12-22 Thread Mark O'Donohue
Hi I couldn't find a bug list, so Im assuming here is the right place to post a bug report. openssl asn1parse does not correctly parse (or perhaps display) the final EncryptedContent block of a enveloped-data pkcs7 object. The command: pidgy> ssleay asn1parse -in other.p7.pem -inform PEM -i

Crypt::SSLeay - https and reuse of session id

2002-12-22 Thread Thomas Hörndlein
Hello, I'm using LWP::UserAgent and Crypt::SSLeay to access a webserver via https which basically works. Unfortunatly a new handshake is done each time the UserAgent accesses an URL. Is it possible to reuse the Session-ID I got when the script connects to the webserver the first time for follo

md5sum request

2002-12-22 Thread Ron Gedye
Can someone please give me the valid md5sum of TAR file openssl-0.9.7beta5.tar (hope it's) aed193337276f126ad3f1f48478f63b4 Thanks! __ OpenSSL Project http://www.openssl.org User Support Mail