Problem found when upgrade to openssl-0.9.5

2000-02-25 Thread Dennis Xu
When I upgrade my applications by using openssl-0.9.5 beta1 to replace openssl-0.9.4, at running time I found: "error:02001003:system library:fopen:BN lib" when function called at:  SSL_CTX_load_verify_locations(ssl, caPath, caFile);   I compile and run both version in the same environment. W

Compile Problems With .94

2000-02-25 Thread Tom Schaefer
OK, what am I doing wrong. I've been successful on some systems, but it fails on others, and I really have no clue as to why. I run everything the way you show in the docs, but it fails. Now it seems to be failing more than not, and I don't know what's missing from my system, i.e. some sort of li

built openSSL on ULTRA, run on SPARC 20

2000-02-25 Thread Patrick O. Cesard
Hello, Has anybody built openSSL on an SPARC ULTRA-1 and ran an application that uses openSSL on SPARCstation 20? __ OpenSSL Project http://www.openssl.org User Support Mailing List

Problems compiling on Solaris x86 (7)

2000-02-25 Thread Aaron Gray
I am trying to compile OpenSSL on my solaris x86 box and I receive the error message below. can anyone help? make[2]: Entering directory `/usr/agray/openssl-0.9.4/crypto/sha' gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DSHA1_ASM -DMD5_ASM -DRMD

existencial question

2000-02-25 Thread Osvaldo Brito
Hi, I'm wondering how a user autenticate itself to a apache web server via browser. Do he have to carry a floppy disk with his certificate, import to the browser or will the browser just ask for a password. If it is possible the second option, how safe will be the connection? Thanks in advance.

making a server certificate problem

2000-02-25 Thread Osvaldo Brito
Hi, I want to generate a server certificate. For that have to sign my server.csr file with my self signed CA. I used this: openssl ca -config openssl.cnf -md md5 -keyfile ca.key -cert ca.crt -in server.csr -out mycert.crt and i've got this error message: wrong number of fields on line 1 (lo

Re: Confused: RSA - DH - Keys - Certificates authentication?

2000-02-25 Thread Dr Stephen Henson
Michael Sierchio wrote: > > "Grebelsky, Konstantin" wrote: > > > > As far as I understood from different sources this is not possible without > > RSA since with DH we can not get public keys (limitations of SSLeay)? Thus > > either I have to pay RSA or I have to create or obtain certificates to

Re: Certificate management tools

2000-02-25 Thread Andy Moskoff
On Thu, 24 Feb 2000, Mike Hoegeman wrote: > Andy Moskoff wrote: > > andy, you rule. send me a copy.. > > -mike > Sure. Its attached. Remember -- its still pretty basic and may have some bugs (in fact, it probably does). The only thing I ask is that you send me any cha

make mycert.crt

2000-02-25 Thread Osvaldo Brito
Hi, I want to sign a certificate to my server with a self signed CA. I' ve done this, openssl ca -config openssl.cnf -in server.csr -out server.crt and i've got this error message: CA ceertificate and CA private key do not match 2946:error:0B080074:x509 certificate routines:X509_check_private_

Re: Confused: RSA - DH - Keys - Certificates authentication?

2000-02-25 Thread Michael Sierchio
"Grebelsky, Konstantin" wrote: > I have the following problem: I have a server and client application. All I > want to do is to secure (encrypt) the link (TCP/IP) between the > applications. I want to be able to authenticate both parties upon connection > using public key. I don't want to use cer

Re: Installing as Root into NS and MSIE

2000-02-25 Thread Michael Sierchio
drew wrote: > does anyone have information about getting ones CA cert installed into > Microsoft and Netscapes Browsers, ie becoming a fully qualified CA I think a few hundred thousand dollars (US) would do it. __ OpenSSL Projec

Re: [ANNOUNCE] OpenSSL 0.9.5 beta1 available

2000-02-25 Thread Franz Sirl
At 18:45 24.02.00 , Ulf Moeller wrote: >The first beta release of OpenSSL 0.9.5 is now available from the >OpenSSL FTP site ftp://ftp.openssl.org/source/>. > >The release of OpenSSL 0.9.5 is scheduled for next Monday. To make >sure that it will work correctly, please test this version (especially

Re: Problem whith PKCS12 and DSA

2000-02-25 Thread Dr Stephen Henson
Xavier Gonzalez wrote: > > > I tried again whith the first beta release of OpenSSL 0.9.5, and I had > the same error. > > Here comes the PKCS12 file test. It was created whith Baltimore Toolkit > "PKI-plus". I suspected something awful was going on when the error occurred in RSA decoding code.

Re: Certificate management tools

2000-02-25 Thread Gregory Stark
In addition to the tools mentioned so far, you might also check out keytool. keytool is distributed with Sun's jdk 1.2. See http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/keytool.html Greg Stark securityguides llc Information Security Consultants [EMAIL PROTECTED] www.securityguides.co

Re: strange phenomenon

2000-02-25 Thread ÀîÎä
sorry, i can not read french. is it french? Pascal Junod wrote: > > Non, je n'ai pas repondu a Jocelyne, je crois que je viens d'effacer son Mail !!! > > Tu peux lui repondre : on commencera vers 20h00 avec les autres et on les attend >tous les deux > > vers 20h30, ce nést pas tres genant ?Qu'en

RE: Problem importing Certs in Netscape windows.

2000-02-25 Thread Francisco Javier Martínez Martínez
Thanks a lot, but I had done what you suggest me, and the browsers saids the same, that the certificate is not valid or may be corrupted (only in windows).:-( Note: I had installed in the browser the signer´s certificate. Any help, please? Thanks in advance. - Original Message - From: B

Re: Certificates and authorities.

2000-02-25 Thread Massimiliano Pala
winterlion wrote: > > Okay, I'm trying to get a test WWW-server setup. > And am not ready yet to pick up official cert... > > Is it possible to run a test-cert for a short period (and how to limit > period) that at least netscape 4 will accept (though maybe with a > warning)? You could simple u

Re: how to download a certificate to browser?

2000-02-25 Thread alohaz
Thanks a lot to Robert,Mike and Massimiliano for your help. I got a some suggestion form Hirsch as following: I believe the problem is that the join can take multiple lines (if the cert is over multiple lines, and make them into one string), but the C++ code is including the newlines. I am n

Re: Problem whith PKCS12 and DSA

2000-02-25 Thread Xavier Gonzalez
> Maybe but probably not in OpenSSL. DSA private keys in PKCS#8 (which > PKCS#12 uses) have a standard format defined in PKCS#11 but this is well > hidden. > > As a result vendors have often made up their own "standard". There are > currently three different formats which are in use. Maybe yours

RE: basic...

2000-02-25 Thread Remo Inverardi
>server.csr = Certificate signing request. This contains your server >key and is used to request your server.crt from a certification >authority. Guard this with your life also! Huh? It sure contains your public key, but your private key is not in there. Grötjes, Remo __

Re: how to download a certificate to browser?

2000-02-25 Thread Jochen . Klein
>I set up my own CA and sign client certificates. >I can use the program of perl provided by F.J Hirsch >in his paper" Introducing SSL and Certificates using >SSLeay" to download certificate to netscape browser. >But I can not use my C program to do the work. [...] >And this is my C program: