SSLv23_client_method()

1999-04-06 Thread Daniel Stenberg
Hi again I'm the one with the curl-problem. It works with ssleay 0.8.0 but not with openssl 0.9.1 or later. I've now done some silly trial and error tests, and after seeing the results I went back to study the openssl docs and now I return here! ;-) Observation: SSLeay 0.8.0 usage that works

Problem contacting Stronghold server

1999-04-06 Thread Linda Mundy
Hi -- I have successfully installed SSLeay 1.03 and run the test.pl script that is included. This script contacts several external secure server sites. The problem is, I can't get to the one site that I need to get to. It's running the Stronghold server (based on Apache 2.2 server), and suppor

0.9.2b problems on irix.

1999-04-06 Thread Al Smith
i've successfully built openssl-0.9.2b on irix (6.5.3m) with mipspro compilers 7.2.1.3m. firstly, ssl_ciph.c contains 8 lines that end in ^M which the compiler can't grok. the compiler then bails out with an error. ./Configure irix-cc points BN_ASM=asm/mips1.o. when the compilation gets round t

Re: Problem compiling on HPUX

1999-04-06 Thread Lutz Jaenicke
On Tue, Apr 06, 1999 at 11:15:48AM -0500, olga wrote: > Hi, > > on HPUX it looks like compilation is fine but then make hangs in the following: > > cc -o ssleay -DMONOLITH -I../include -DB_ENDIAN -D_HPUX_SOURCE -Aa -Ae +ESlit > +O4 -Wl,-a,archive ssleay.o verify.o asn1pa > rs.o req.o dgst.o d

Re: Problem contacting transaction server / Net_SSLeay 1.03

1999-04-06 Thread Johannes Schritz
Hallo George, die Domain funktioniert jetzt! Vielen Dank! Grüße, -- Johannes SchritzTel 06721-975234 Saarlandstraße 176 Fax 06721-47222 55411 BingenMobil 0177-8799781 [EMAIL PROTECTED] ICQ 2531515 -Ursprüngliche Nachricht- Von: Johannes Schritz <[EMAIL PROTEC

Now available: openssl-0.9.2b-rsaoaep.patch

1999-04-06 Thread Ralf S. Engelschall
Now available in our WWW/FTP source areas: openssl-0.9.2b-rsaoeap.patch - a patch against OpenSSL 0.9.2b which fixes the RSAref-related problems with RSA/OEAP for the US citizens. Ralf S. Engelschall [EMAIL PROTECTED]

Problem compiling on HPUX

1999-04-06 Thread olga
Hi, on HPUX it looks like compilation is fine but then make hangs in the following: cc -o ssleay -DMONOLITH -I../include -DB_ENDIAN -D_HPUX_SOURCE -Aa -Ae +ESlit +O4 -Wl,-a,archive ssleay.o verify.o asn1pa rs.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o

Problem compiling with sunos-cc

1999-04-06 Thread olga
Hi, I ran confugure with sunos-cc and when compiling on I have the following: making crypto... cc -I. -I../include -O4 -DNOPROTO -DNOCONST -DCFLAGS=" \"cc -O4 -DNOPROTO -DNOCONST\" " -DPLATFORM=" \"sunos-cc\" " -c cryptlib.c cc: Warning: option -4 passed to ld "/usr/include/unistd.h", line 333

Re: help with renegotiation

1999-04-06 Thread Bodo Moeller
On Mon, Apr 05, 1999 at 11:07:57AM -0400, Nishith Dipak Shah wrote: > I need to implement an SSL server that will force a renegotiation after a > certain period of time. Why "after a certain period of time"? Renegotiation is useful e.g. if you want to verify a client certificate when you did n

Search Engines News

1999-04-06 Thread engeniusinfo
Dear Internet User, We invite you to download the last release of Engenius, a new breed of intelligent software letting you get search engines to put your site first. Top-rated by ZDNET, Internet Magazine and CoolToolOfTheDay, Engenius may put your site on the top20 of search engines' listin

Re: Compiling for Perl on NT.

1999-04-06 Thread dougc
Andy, In the list of modifications I sent you previously is a list of changes that need to be made because certain variables being used are apparently reserved words. I ran into the same problems. If you make the changes to those reserved words to name them something else, it should clear things u

Re: using the Net_SSLeay.pm1.03

1999-04-06 Thread dougc
Francois, Thanks for your testing information. If you could send me the test.pl I would appreciate it. I will also look at the crypt module. I think I have that on my NT already. I hope it won't be as difficult to compile :) Doug -- Doug Courtney [EMAIL PROTECTED] (732)576-5572

Re: Problem contacting transaction server / Net_SSLeay 1.03

1999-04-06 Thread Johannes Schritz
> I bet you would get the same behavior with s_client. > At least that's what I've experienced - the fix is > to use only SSLv2 or SSLv3. > To fix it look for the following line in Net::SSLeay: > > #$ssl_version = 3; # 2 = insist on v2 SSL protocol, 3 = insist on v3 SSL ># und

RE: Problem contacting transaction server / Net_SSLeay 1.03

1999-04-06 Thread mads
> I use the Perl code below to contact a > transaction server. It'll work fine if used > with any server __except__ the one I want > to use. When I try to contact tips.citicorp.de, > the program displays "Segmentation fault" and > coredumps after the Net_SSLeay debug ouput > of "SSL NEGOTIATION".

Re: Compiling for Perl on NT.

1999-04-06 Thread Andy Shaw
Sampo, Sampo Kellomaki wrote: > > Andy Shaw <[EMAIL PROTECTED]> writes: > > > Hi all, > > > > Having found a version of ActiveState Perl which supports makemaker, I > > am trying to install Net::SSLeay with it but I keep getting : > > > > Checking for SSLeay-0.9.0 or OpenSSL-0.9.1c... > > I cou

Problem contacting transaction server / Net_SSLeay 1.03

1999-04-06 Thread Johannes Schritz
Hello, I use the Perl code below to contact a transaction server. It'll work fine if used with any server __except__ the one I want to use. When I try to contact tips.citicorp.de, the program displays "Segmentation fault" and coredumps after the Net_SSLeay debug ouput of "SSL NEGOTIATION". Any i

help with renegotiation

1999-04-06 Thread Nishith Dipak Shah
Hi. I need to implement an SSL server that will force a renegotiation after a certain period of time. I have the server up and running, but I cant seem to get the renegotiation to work. I am using the function SSL_renegotiate() in the server code. Is that all I need to do? Do I need to ad

Compiles but fails big number test?

1999-04-06 Thread Marc Christensen
I am building OpenSSL 0.9.2b on Caldera OpenLinux 1.3. with libc-5.4.46 & gcc-2.7.2.3-5. The libraries seem to build fine but fail the big number test: ... ... test a^b%c implementations ./exptest ..[cut] done starting big number library test, cou

Re: SSLv23 client to SSLv3 server negotation fails

1999-04-06 Thread Roland Mechler
Bodo Moeller wrote: > While this is true, the SSLeay/OpenSSL behaviour makes sense in that > the SSL 3 or TLS 1.0 methods accept just there specific protocols. > When compatibility with SSL 2 client hello messages is desired (which, > as you note, can be the case even if SSL 2 is not accepted), o