Installation Issue

2000-03-15 Thread Corey Watts
I am trying to install SSH, and it requires that SSL be installed. I have installed SSL according to the INSTALL file and got no errors, but when I try to install SSH I get the following error, Checking for OpenSSH...configure error: Could not find working OpenSSL libraries, please install. Any

Re: HTTP POST with SSL

2000-03-15 Thread Karl Denninger
On Wed, Mar 15, 2000 at 03:44:12PM -0600, Brajesh Tiwari wrote: > Hi All, > > I am writing a ssl client application needs to use "HTTP POST" method to > send some data to web server. > > I implemented ssl, can any body help in HTTP POST Method to post some data > to web server. What's complica

Re: memory leaks in SSLeay_add_all_algorithms?

2000-03-15 Thread Bodo Moeller
Richard Dykiel <[EMAIL PROTECTED]>: > Hello, the simple piece of code below results in "4243 bytes leaked > in 280 chunks" as reported by the CRYPTO debug memory functions. > > Most leaks are caused by the call to SSLeay_add_all_algorithms. [...] > Am I missing some mandatory cleanup call? Yes

Announce: OpenSA release 0.20

2000-03-15 Thread Daniel S. Reichenbach
The OpenSA Project team is pleased to announce the release of version 0.20 of our Open Source package for Win32. This new version incorporates several changes and bugfixes to the package (for a complete list see the http://www.opensa.org/news/changelog/). This Apache package provides a full impl

Re: memory leaks in SSLeay_add_all_algorithms?

2000-03-15 Thread Richard Levitte - VMS Whacker
dykiel> Hello, the simple piece of code below results in "4243 bytes leaked in 280 chunks" as reported by the CRYPTO debug memory functions. dykiel> dykiel> Most leaks are caused by the call to SSLeay_add_all_algorithms. No surprise there. That function, and the functions called by it, registe

HTTP POST with SSL

2000-03-15 Thread Brajesh Tiwari
Hi All, I am writing a ssl client application needs to use "HTTP POST" method to send some data to web server. I implemented ssl, can any body help in HTTP POST Method to post some data to web server. Thanks Brajesh __ OpenSSL

RE: demos/ssl/serv.cpp

2000-03-15 Thread Wade L. Scholine
The demos are intended to be *minimal* SSL programs. If it had client verification it wouldn't be minimal anymore, now, would it? If you want to see how client authentication works, examine apps/s_server.c and look at what happens when you specify -verify. Keep an eye open for SSL_CTX_set_verify()

PFX or .p12 into Netscape's DB

2000-03-15 Thread Stefano Bergamasco
Is there any tool allowing a direct import of keys and certificates from a pfx or .p12 file into key3.db and cert7.db? Found something about a tool called certutil (in mozilla.org), but can't find out where to get it and download (so I could look into the code and find out something useful for my

memory leaks in SSLeay_add_all_algorithms?

2000-03-15 Thread Richard Dykiel
Hello, the simple piece of code below results in "4243 bytes leaked in 280 chunks" as reported by the CRYPTO debug memory functions.   Most leaks are caused by the call to SSLeay_add_all_algorithms. Some leaks are caused by the calls to the CRYPTO debug memory functions, but I can  live with t

Re: next step??? for DLL + WinNT

2000-03-15 Thread Ulf Möller
On Tue, Mar 14, 2000 at 08:57:13PM -0800, Lingyun Wang wrote: > I have made two dll files after successfully > compilation. Then what's the next step? What is your problem? If you need general info on how to use DLLs, consult your compiler manual. If you're looking for info on the OpenSSL API, r

Root Certificates in "certs" directory

2000-03-15 Thread dietrich_fahrenholtz
Hi there, all of the Verisign/RSA X509 certificates in the "certs" directory are expired. Does anybody know how and where I can get new ones. Pardon my ignorance, I'm a total newbie. Regards, D. Fahrenholtz IBM Certified Net.Commerce V3.1 Specialist -

Re: HOWTO

2000-03-15 Thread Paul Khavkine
Get mod_ssl ftom http://www.modssl.org and read the INTSALL file. It explains it all. Cheers Paul On Wed, 15 Mar 2000, [iso-8859-1] "C.Mejía (ECOFOR y Cía. Ltda.)" wrote: > Hi!!: > I like to know if there is some documentation like the HOWTO in order to > install and run SSL in my Apache

new with SSL: question on certificates

2000-03-15 Thread Kalpesh U. Patel
How do I create a 128 bit certificate? I create a certificate using MD5 (I believe this will create 40 bit) but how do I set enc to RC4 for 128 bit certificate thanks kal __ OpenSSL Project

Help! How do I force 40bit encryption?

2000-03-15 Thread Wilder, John
Hello all! We have a Java client that connects to an stunnel server. I'm need to be able to generate 40bit exportable (from US) keys and I wish not to impinge on any patents. I would have used 56bit encryption, but the Java libs we've used on the client app did not support TLS. We're using st

Netscape Enterprise Server

2000-03-15 Thread Victor Barahona
-BEGIN PGP SIGNED MESSAGE- I have a CA made with openssl 0.9.4 and I'm singing certificates for apache-ssl without problems. The matter is that I need no passwd in the private key. That's because if the server fall down in the night the server will wait for somebody to insert the passwd.

Re: problem while loading libssl.so on linux

2000-03-15 Thread Geeta Mahesh
Hi all   Please ignore my previous mail. My problem got solved. I used dlopen(LibraryName, RTLD_LAZY | RTLD_GLOBAL) to load libssl.so after loading libcrypto.so   Regards, Rajesh . - Original Message - From: Geeta Mahesh To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent:

RE: Converting from DER to PEM...

2000-03-15 Thread adam beecher
> > By the way, "openssl asn1parse < cert.crt" returned: > > > > 0:d=0 hl=4 l= 730 cons: SEQUENCE > > 4:d=1 hl=4 l= 579 cons: SEQUENCE > > This suggests that the certificate is already in PEM format because you > haven't included the -inform DER argument. > Should I have? > This BTW is

Re: openssl dumps core while using a dsa key in a pkcs8 file

2000-03-15 Thread Dr Stephen Henson
OpenSSL Mailinglist wrote: > > Hello, > > While trying openssl 0.9.5 (from the redhat package [release 2]) I think > I found a bug. > Well rediscovered anyway :-) This was reported some time ago and is fixed in the latest snapshot. Steve. -- Dr Stephen N. Henson. http://www.drh-consultanc

HOWTO

2000-03-15 Thread "C.Mejía (ECOFOR y Cía. Ltda.)"
Hi!!: I like to know if there is some documentation like the HOWTO in order to install and run SSL in my Apache Web server and in order to install it correctly, because even if I installed like the documentation says, still is unable to find the installation for the ssh installer!!

openssl dumps core while using a dsa key in a pkcs8 file

2000-03-15 Thread OpenSSL Mailinglist
Hello, While trying openssl 0.9.5 (from the redhat package [release 2]) I think I found a bug. I first created a 1024-bit dsa key: openssl dsaparam -genkey -out 1024 Then I convert it to a pkcs8 file: openssl pkcs8 -topk8 -v2 des3 -in -out When I try to use file2 openssl dumps core after re