Re: Error compiling OpenSSL 0.9.4 + BSAFE 4.3 with Apache & mod_ssl

2000-06-02 Thread Jim Russell
> gcc -DLINUX=2 -DMOD_SSL=206104 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT > -I./lib/expat-lite \ > -DNO_DL_NEEDED `./apaci` -L/src/lyme/openssl-0.9.4 \ > -o httpd buildmark.o modules.o modules/standard/libstandard.a \ > modules/ssl/libssl.a main/libmain.a ./os/unix/libos.a ap/libap.a \ >

Registering DLL.

2000-06-02 Thread Angelo Nardone
I have the version 0.9.5a, I compiled under windows, but when I tried to register de dll I obtained the next error messages. "SSLEAY32.DLL was loaded, but the DllRegisterServer entry point was not found" "DllRegisterServer may not be exported, or a corrupt version of SSLEAY32.DLL may be in memory.

Error compiling OpenSSL 0.9.4 + BSAFE 4.3 with Apache & mod_ssl

2000-06-02 Thread Goodwin Scott S Civ 96 CG/SCTOB
I've pulled down the BSAFE 4.3 patch to OpenSSL 0.9.4 from http://www.lymeware.com/download.html, applied it, and compiled it cleanly. It passed 'make test' with flying colors. Then I pulled down mod_ssl-2.6.4-1.3.12 and apache_1.3.12, unpacked them and followed the instructions.

RE: User´s Keypair

2000-06-02 Thread Wade L. Scholine
openssl req Look at CA.sh, in the -newreq) branch of the case. > -Original Message- > From: Marcio Cesar Pompermayer [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 02, 2000 7:54 AM > To: [EMAIL PROTECTED] > Subject: User´s Keypair > > > Hi, I'm statrting with OpenSSL and SSL in genera

URGENT HELP! Problem with configuration

2000-06-02 Thread Antonio Sindona
Hi, I've used in the past SSLeay with apache 1.2.xx Now I'm trying to configure OpenSSL (last version) with apache 1.3.12. I made tests and everything seems ok but when I try to check the installation I get: ./openssl s_client -connect www.myhost.com:443 CONNECTED(0003) 24564:error:140770FC:S

Re: Re:How to write a client to let the SSL_get_peer_certificate call on server side return a X509 point

2000-06-02 Thread Philip F. Qi
Hi Marcos: I know a documents about how the callback. The URL is http://www2.psy.uq.edu.au/~ftp/Crypto/certs.html I do what this document suggest, but my server's SSL_get_peer_certificate() still return NULL. I realy don't know why. But, thank you very much. I will try something on ser

Re: Problem with SSL Site

2000-06-02 Thread Andrew W. Gray
>A GET against https://www.genuity.com will not >fetch the same page content that a browser will. It always yeilds a >server error (500) >when attempting to GET the site's root page The server is most likely looking to read the User-Agent HTTP header to do some preproceessing before returning t

Re: libcrypto/BIO: creating PEM in memory

2000-06-02 Thread Sergio Rabellino
Markus Wagner wrote: > > Works, thanks! > > Markus > > "Barnes, Michael L." wrote: > > > > I've had success with BIO_get_mem_data(). I've never > > played with BIO_get_mem_ptr(). > > > > Mike > > > > > -Original Message- > > > From: Markus Wagner [mailto:[EMAIL PROTECTED]] > > > Sent:

What's Going on!!

2000-06-02 Thread Tim Willis
(system - WinNT, Apache+mod_ssl+openssl as a service) Ok - I've received a test cert from Thawte, installed it, created a server.key file, saved the Thawte cert as server.crt, and placed server.crt and server.key in the appropriate places in httpd.conf in Apache. The problem is, when I re-start

Re:How to write a client to let the SSL_get_peer_certificate call on server side return a X509 point

2000-06-02 Thread Marcos Rogerio
>>Hi: >Do you know how to write a client program with certification? I don't >know how to setup my client program to use a pem file and let the server >side get the certification. >In one words, how to write a client program to let the >SSL_get_peer_certificate() function call on server si

Problem with SSL Site

2000-06-02 Thread Shaw, Christopher
Title: Problem with SSL Site I was wondering if anyone could shed some light on this: I am using the s_client command within OpenSSL utility under Windows NT which works great for testing most secure sites. However one site, out of the hundreds I've tested has proven problematic. A GET agai

How to sign server.csr

2000-06-02 Thread David Jobes
how do you create the server.crt from server.csr __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: how can i make s_client.cpp running

2000-06-02 Thread mariano
At 11.24 2/6/00 +0800, you wrote: > > > i use winNT4.0(sp4),openssl-0.9.5a compile is OK. > but cant' run in dos mode... > it shows memory can't be written. > what's that mean,how do i supports to do? > > > > > > > > > > >_

User´s Keypair

2000-06-02 Thread Marcio Cesar Pompermayer
Hi, I'm statrting with OpenSSL and SSL in general, so I want to know if there is a way to create an user key pair without use a request to a browser. Which commands in Openssl I need to do this? Thanks in advance Marcio Pompermayer Portoa Alegre - RS - Brazil [EMAIL PROTECTED] ___

How can I include openssl-0.9.5a library into a Eudora 3.0 plugin?

2000-06-02 Thread mariano
>From: [EMAIL PROTECTED] >X-Sender: [EMAIL PROTECTED] (Unverified) >X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) >Date: Thu, 01 Jun 2000 11:07:04 +0100 >To: [EMAIL PROTECTED] >Subject: How can I include openssl-0.9.5a library into a Eudora 3.0 > plugin? >X-MIME-Autoconverted: from q

Re: s_server and s_client newbie problem

2000-06-02 Thread Mariusz Burdach
You should see site: www.onsight.com/faq/stunnel/stunnel-faq-8.html May be there you will find solution. On Thu, 1 Jun 2000, Jorge Olmos wrote: > Hi all, > I´m new to ssl, and I´m trying to make s_server and s_client work > When I run them, I get. > > $ openssl s_server > unable to load 'ran

Re: Java DSA Patch? [Was: openssl client -> java jsse server problem]

2000-06-02 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > Hi all, > > Last week, Steve Henson wrote > > This may well be a problem with JSSE. JSSE used an invalid signature > > format for DSA. I had someone check this out with a patch that makes > > OpenSSL produce a similar invalid format and it then worked. > > Would som

Re: Open-SSL on Win32

2000-06-02 Thread Bill Klein
Nguyen Ngoc Hoa wrote: >No for both, >These three functions just need only when you make new SSL context, >and then each threads will operate and be effectted in this context. Hmmm... That doesn't sound right. Are you saying that: >RAND_xxx(); >SSLeay_add_ssl_algorithms(); >SSL_load_error_string

Handshake problems !

2000-06-02 Thread Sadir Al-khafaji
Hi ! I am running netscape-proxy to an apache server i have generated 2 certs out of the same private keys and converted the private-key to a .db file for Netscape Proxy followed Dr.Stephen papers on converting everything and both work wonderfully though when i start proxying the server through N