Re: How to create client certificate

2002-02-19 Thread Dr S N Henson
"Fisk, Kevin" wrote: > > On the client side, you also need the lines: > > SSL_CTX_use_PrivateKey_file(ctx, "client.pem", SSL_FILETYPE_PEM); > SSL_CTX_use_certificate_file(ctx, "client.pem", SSL_FILETYPE_PEM); > > And, on the server side, you need a verifier function. > > int verif

Re: X.509 V3 Extension field

2002-02-19 Thread Dr S N Henson
Yuan Yuan wrote: > > Is there someone have experience to creat X.509 V3 Extension field for > Windows XP use? > > seems if not provide these field, windowxp will not recognize the > certificate as a valid one. > > any idea is welcome,thanks > Do you have an example of such a certificate XP do

RE: doubt regarding the RA certs

2002-02-19 Thread Prathaban Selvaraj
Title: RE: doubt regarding the RA certs -Original Message- From: Chandu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:38 PM To: [EMAIL PROTECTED] Subject: doubt regarding the RA certs Hi,   >>What is the use of RA certificates?       As the previous posts say, th

RE: How to create client certificate

2002-02-19 Thread Fisk, Kevin
On the client side, you also need the lines: SSL_CTX_use_PrivateKey_file(ctx, "client.pem", SSL_FILETYPE_PEM); SSL_CTX_use_certificate_file(ctx, "client.pem", SSL_FILETYPE_PEM); And, on the server side, you need a verifier function. int verify_callback(int ok, X509_STORE_CTX *ctx)

RE: How to create client certificate

2002-02-19 Thread Franck Martin
Check www.linuxdoc.org the SSL Certificate howto and please contribute to it... Franck Martin Network and Database Development Officer SOPAC South Pacific Applied Geoscience Commission Fiji E-mail: [EMAIL PROTECTED] Web site: http://www.sopac.org/

RE: Why is my engine not called ?

2002-02-19 Thread Himanshu Soni
Its not clear from the code but did you add the engine to the list of engines available to OpenSSL using ENGINE_add() call? -Original Message- From: Bossi Camille [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:28 AM To: '[EMAIL PROTECTED]' Subject: Why is my engine not cal

Why is my engine not called ?

2002-02-19 Thread Bossi Camille
Hi all, I'm writing an engine to support a smart card cryptography, for the moment, it only prints out messages. I redefine in the RSA_METHOD the 'rsa_pub_enc', rsa_pub_dec', rsa_pri_enc' and 'rsa_priv_dec' methods but during the SSL handshack, my methods are not used (on the client side)! I can

Re: Generating &installing self signed certs in NS 6.x

2002-02-19 Thread Augusto Marcacini
On 18 Feb 2002 at 9:48, Göran Fröjdh wrote: > Hello. > I'm running a small Intranet with various clients (Win32, Linux, Mac OSX). > Now, I want to provide access via client certificates which I sign with my > own CA. > > Everything works just fine when generating pkcs12 certifcates which are > i

Build report 0.9.7 - 20021802 - Win32

2002-02-19 Thread Hellan,Kim KHE
Building on Win2000 with Visual Studio 6 SP5. Building with the latest snapshot: openssl-0.9.7-stable-SNAP-20020218.tar.gz - ms/do_nasm.bat produces warnings: >perl util\mkdef.pl 16 libeay > ms\libeay16.def Warning: AES_cfb128_encrypt does not

HP-UX & application linking problems

2002-02-19 Thread Marko Asplund
i'm trying to build Net::SSLeay v1.13 with OpenSSL v0.9.6c on HP-UX B.11.00. first the compilation fails because the compiler doesn't understand long long type used in include/openssl/bn.h include file. after fixing this the compilation goes fine but linking fails with the following error message