Re: cvs commit: openssl-web/source index.current

1999-03-22 Thread Ben Laurie
Ulf Möller wrote: > > >OpenSSL version 0.9.2b released > > May I ask, why "b"? Because the development versions were all called 0.9.2. If this were Apache, we'd've called them 0.9.2-dev, and the release 0.9.2. But OpenSSL doesn't have a granular enough versioning system to permit that. Che

RE: OpenSSL version 0.9.2b released - should I upgrade from SSLeay 0.8.1?

1999-03-22 Thread Frank Kim
Hi, Here we developed our own web server with the help of SSLeay 0.8.1. I was wondering how difficult it will be to upgrade to OpenSSL version 0.9.2b. Is the API the same? Is the documentation better? Your help would be greatly appreciated. Frank _

Re: cvs commit: openssl-web/source index.current

1999-03-22 Thread Ulf Möller
>OpenSSL version 0.9.2b released May I ask, why "b"? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Using OpenSSL with ACE

1999-03-22 Thread Ashley Munday
Afternoon, morning or whatever it is wherever you are! I'm involved in a project to that would like to use ACE and OpenSSL. I was referred to your posting to the OpenSSL mailing list on 2/22/99 and wondered if you'd had any success. What I'm interested in is an ACE connector and stream workalike

Re: SPKAC : how to get it's size ?

1999-03-22 Thread madwolf
> > There are a few functions/macros to extract the public key contained in a > Netscape SPKAC, or verify the SPKAC (it's a signed challenge). Just do a > grep insensitive for "netscape" or "spkac" on all the include files, I > think you'll find something interesting. I found them, but I didn't

Re: error in ceritificate request from MSIE 4.0

1999-03-22 Thread madwolf
Massimiliano Liccardo wrote: > > Hi, > I'm trying to implement a client certificate signing server for MSIE > 4.0. > I use SSLeay 0.8.1 and the perl script from Martin Ouwehand at > http://slwww.epfl.ch/SIC/SL/CA/genReq-script.txt. > Well, > > > The result is an error. I use the xenroll method f

Problems with SSLeay.pm

1999-03-22 Thread madwolf
Hi! I compiled and installed successfully the OpenSSL package and I am actually using it. I'd like to install and use the SSLeay interface to PERL included in the distribution. Obviously I get some errors. My operations are: $ cd perl $ perl Makefile.pl Warning: -L.. c

RE: Secure Telnet

1999-03-22 Thread Yaobing Deng
> >J. River's ICE.PPN might be just what you need. > >http://www.jriver.com/ > > > Thanks! Someone else had mentioned jriver, .. but I did not > notice that ICE.PPN product! > > Lee > I see that you seem to have found what you need in SSH. So it probably does not matter to you anymore, but

openssl-SNAP-19990322-0930 works fine with HP-UX 11.00 (64bit)

1999-03-22 Thread Heiko Nardmann
'make tests' runs fine on the machine here. -- Ciao ... Heiko Nardmann (Dipl.-Ing.), Software Development secunet (www.secunet.de), Security Networks GmbH - Sicherheit in Netzwerken Weidenauer Str. 223-225, D-57076 Siegen Tel. : +49 271 48950-13, Fax : +49 271 48950-50 _

unable to load CA certificate

1999-03-22 Thread Luigi Giuri
Hi. I have installed openssl-0.9.1c.tar.gz + openssl-0.9.1c-bnrec.patch on a RedHat 5.2. When I try to create a server certificate using: /usr/local/ssl/bin/ssleay req -new -keyout servkey.pem -out servreq.pem\ -days 360 -config /opt/ca/lib/ssleay.cnf cat servreq.pem servkey.pem > serv.pem

error in ceritificate request from MSIE 4.0

1999-03-22 Thread Massimiliano Liccardo
Hi, I'm trying to implement a client certificate signing server for MSIE 4.0. I use SSLeay 0.8.1 and the perl script from Martin Ouwehand at http://slwww.epfl.ch/SIC/SL/CA/genReq-script.txt. Well, I obtain this certificate request -BEGIN CERTIFICATE REQUEST- MIIBeTCCAScCAQAwgYsxCzAJBgNVB

single sources/multiple object dirs - how?

1999-03-22 Thread Heiko Nardmann
Is it already possible to have one OpenSSL source tree but multiple object directories for different platforms like the '--shadow' option of Apache? With SSLeay 0.9.0b e.g. I use the following inside the Makefiles: OS = $(shell uname -s) OBJDIR = obj.$(OS) OBJS= $(OBJDIR)/test1.o $(OBJDIR)/test2.

Re: Imap/SSL

1999-03-22 Thread Sergio Rabellino
Sergio Rabellino wrote: > > Hi, > > i've installed sslwrap compiled with SSLeay 0.9.0b (I'll step-up to > openssl asap), and i've a strange behaviour... > With outlook express (microsozz) all things go right, but with > netscape, if i enable SSL with the imap mail server, netscape say that >

Re: Is it possible to get https pages with openssl-0.9.1c?

1999-03-22 Thread Stephan Bauer
Hi Leonid, Leonid Elbert wrote: > > Dear sirs, > > Thank you very much for your help. Now, some final questions -- is it > possible to get the https pages using openssl-0.9.1c? And if yes -- what > commands shall I use to get the page. Also, does the openssl work with > 128-bit encryption? >