Re: Problem with the installation of openssl-0.9.4

2002-06-25 Thread hu
Hi, all I use openssl ca -policy policy_anything -in newreq.pem -outnewcert.pem -passin pass: to sign a certificate request. But, it need me to input Yes to conform the command. How to make this command run without this interactive input?? Thanks With Best Regards Ji Hu __

REMOVE

2002-06-25 Thread Heber Jorge Ramos Brandao
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: use libcrypt before libcrypto

2002-06-25 Thread Lutz Jaenicke
On Tue, Jun 25, 2002 at 12:15:40PM -0400, Jim Knoble wrote: > Isn't this really a problem for OpenSSL? I know that several vendors > (notably Linux ones...) already patch OpenSSL to remove crypt() from > OpenSSL's libcrypto, so that crypt() is only available via the system > libcrypt. Even the s

Re: Added generationQualifier and pseudonym to objects.txt but now subject name contains numeric OIDs!

2002-06-25 Thread Lutz Jaenicke
On Mon, Jun 24, 2002 at 04:04:10PM -0700, Fiel Cabral wrote: > I could not wait for 0.9.7 to come out so I decided to > add the X509 OIDs for generationQualifier and > pseudonym to crypto/objects/objects.txt. Now, I can > create a certificate request containing these > distinguished name attribute

Re: create certificate with ncipher module (from a request)

2002-06-25 Thread Götz Babin-Ebell
Guillaume Coue schrieb: > Hi all, > Following your advice, I achieved to create a request > using a CA private key stored inside a ncipher module, > but now when I try to create my certificate using my > CA private key I've got this error : > > openssl ca -engine chil -keyform engine -keyfile > r

Re: use libcrypt before libcrypto

2002-06-25 Thread Jim Knoble
[Copied to [EMAIL PROTECTED]] Circa 2002-Jun-25 11:31:04 +0900 dixit [EMAIL PROTECTED]: : >> +# use libcrypt if there is : >> +AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt") : >> + : >AC_CHECK_LIB(crypt, crypt) will automatically add -lcrypt to $LIBS. It : >will also define HAVE_LIBCRYPT (is t

create certificate with ncipher module (from a request)

2002-06-25 Thread Guillaume Coue
Hi all, Following your advice, I achieved to create a request using a CA private key stored inside a ncipher module, but now when I try to create my certificate using my CA private key I've got this error : openssl ca -engine chil -keyform engine -keyfile rsa-privateca -policy policy_anything -in

Re: Problem with the installation of openssl-0.9.4

2002-06-25 Thread Tom Wright
crespin, i did a post related to windows and have been waiting 3 days for anyone to comment. it seems almost everyone on this list is in unix land. i can't help you directly with your problem, but i can tell you i was able to build the openssl static library and dll using the supplied make files

Fwd: Added generationQualifier and pseudonym to objects.txt but now subject name contains numeric OIDs!

2002-06-25 Thread Fiel Cabral
Reposted. I'm adding new OIDs to objects.txt but I'm finding that when the X509 subject name is printed, it contains OIDs for the OIDs I added. Does anyone know how to fix this? --- Fiel Cabral <[EMAIL PROTECTED]> wrote: > Date: Mon, 24 Jun 2002 16:04:10 -0700 (PDT) > From: Fiel Cabral <[EMAIL P

Re: Howto use a pivrate key contained inside a ncipher module ??

2002-06-25 Thread Götz Babin-Ebell
Francois Guerry schrieb: > I do not think that you can use every nCipher key with OpenSSL. > You must build the key pair with a nCipher command (generatekey or keysafe) > with the option "application" = embed (see nCipher documentation). For OpenSSL Engine the application is hwcrhk... > The priv

Re: Howto use a pivrate key contained inside a ncipher module ??

2002-06-25 Thread Francois Guerry
I do not think that you can use every nCipher key with OpenSSL. You must build the key pair with a nCipher command (generatekey or keysafe) with the option "application" = embed (see nCipher documentation). The private key is stored in the HSM module, but you will have : - a private key file wich

Problem with the installation of openssl-0.9.4

2002-06-25 Thread julien crespin
The first command doesn't work, the compilator doesn't find the file "strict.pm" , I don't understand why it looks for this file, it is not in your package. (NL7309) D:\openssl-0.9.4>ccperl Configure VC-WIN32 Can't locate strict.pm in @INC at Configure line 9. BEGIN failed--compilation aborted

Re: Problem with the installation of openssl-0.9.4

2002-06-25 Thread Edson Watanabe
--- julien crespin <[EMAIL PROTECTED]> escreveu: > > (NL7309) D:\openssl-0.9.4>ccperl Configure VC-WIN32 > Can't locate strict.pm in @INC at Configure line 9. > BEGIN failed--compilation aborted at Configure line > 9. ccperl (as distributed by Rational) is very old, as you can see reading the

Re: Probem of installation on win32 of openssl-0.9.1c .

2002-06-25 Thread Edson Watanabe
--- julien crespin <[EMAIL PROTECTED]> escreveu: > ... > ml /Cp /coff /c /Cx > /Focrypto\md5\asm\m5-win32.obj > .\crypto\md5\asm\m5-w > in32.asm > Le nom spécifié n'est pas reconnu comme étant une > commande interne > ou externe, un programme exécutable ou un fichier de > commandes. > N

Problem with the installation of openssl-0.9.4

2002-06-25 Thread julien crespin
The first command doesn't work, the compilator doesn't find the file "strict.pm" , I don't understand why it looks for this file, it is not in your package. (NL7309) D:\openssl-0.9.4>ccperl Configure VC-WIN32 Can't locate strict.pm in @INC at Configure line 9. BEGIN failed--compilation aborted

Probem of installation on win32 of openssl-0.9.1c .

2002-06-25 Thread julien crespin
Hello, I've some problem with the installation of openssl-0.9.1c on my PC. I've Visual C++ 6.0 however, when I want to compile with "nmake" like you say in install.32 , I've this message of error on MSDos : -- (NL7309) D:\Downloads\

A little bug maybe?

2002-06-25 Thread David Tonhofer, m-plify S.A.
Hello, I don't know whether this bug has been reported yet or has been addressed in later openssl issues (i.e. I'm too lazy to install the latest openssl on our test machine - you can tell me off about that) but here goes: This is openssl-0.9.6-9... If you sign the certificate signing request (

Is a sample program of SSL communication through Proxy not?

2002-06-25 Thread SSL _Leay
Hello. I intend I use OpenSSL, and to make a Web browser. I am troubled without understanding a method of SSL communication through Proxy. Does not who or a person having you offer a sample program come? There is hard to be it when I can have a sample for Windows use and Linux. Because much Englis

Howto use a pivrate key contained inside a ncipher module ??

2002-06-25 Thread Guillaume Coue
Hi all, I've got a ncipher module in my box and I'd like to know how I can use keys inside to generate a request and a certificate. I tried this : C:\>openssl req -engine chil -keyform engine -text -key dsa:test -config c:/templates/user.cnf -out cr.pem engine "chil" set. unable to load Private