Re: Difference

2002-06-20 Thread Averroes
But soon, the two versions the of openssl will be mixed in v0.9.7. Juan Carlos Hernandez Gonzalez wrote: > List …. What difference exist in openssl and openssl-engine > __ OpenSSL Project

Re: Difference

2002-06-20 Thread Averroes
Hi, One is just software the other could be use with Hardware Security Module (HSM) crypto-module like nCipher to generate Key, Sign certificates, etc. A+ Juan Carlos Hernandez Gonzalez wrote: List …. What difference exist in openssl and openssl-engine # Averroes

Re: Generating certificates

2002-06-20 Thread Averroes
Hi Fatima, Put the openssl's option on a command line, e.g to generate Keys: openssl genrsa -out /PATH/TO/KEY/mykey.pem 1024, then Enter A+ morchid fatima wrote: > hello, > i'm building a CA which should generate Keys and certificates with using > OpenSSL. > But the commands are interactives ,

handshake failure in SSL_read occasionally

2002-06-20 Thread Ming Zeng
Hi, I have a multithreade application which uses OpenSSL to get contents from HTTPS server (here an IIS server). The HTTPS server requires client side certificate. My program uses: SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); so I do not need to handle SSL_ERROR_WANT_WRITE, SSL_ERROR_WA

Re: proftpd and openssl

2002-06-20 Thread Peter 'Luna' Runestig
> Has anyone configured proftpd 1.25 with open ssl and have it work (boldly assuming Thomas is talking about my code) Yes, I have, before I put it out on my site. I'm using RedHat 7.2 GNU/Linux and various versions of OpenSSL, what do you use? What error(s) do you get? > I cannot find any d

create signing cert from signed cert

2002-06-20 Thread Patrick Powell
Given a signed certificate, is there a way to: a) reovke it using the standard applications NOTE: you do NOT have the original request, you only have the signed CERT (and, of course, the CA cert and its private key file, of course) b) Failing that, can you generate a signing request

Re: Fwd: openssl-0.9.7-beta1 testing

2002-06-20 Thread Lutz Jaenicke
On Wed, Jun 19, 2002 at 01:25:15PM -0500, Steve Romero wrote: > I see that this never went out. > >+ openssl-0.9.7-beta1 > > > >When compiling openssl I get: > > > >evp_test.c: In function `main': > >evp_test.o(.text+0x11bc): undefined reference to `strsep' Has been corrected in OpenSSL-0.9.7-be

Re: How to get Diffie-Hellman shared secret(DH key) for a specificalgorithm?

2002-06-20 Thread Patty Zheng
The information is very helpful! Thank you very much! But what is the functions/APIs from open SSl to derive the master secret from premaster secret(DH shared secret) and generate the symmetric key for a algorithm? regards, patty Vadim Fedukovich <[EMAIL PROTECTED]> wrote: >On Tue, Jun 18,

How can I generate a symmetric key from session key(shared secret)?

2002-06-20 Thread Patty Zheng
Hi all: Here is the problem:     I am doing Diffie-Hellman key exchange. I generate parameters p and g using DH_generate_parameters(). Both server and client share the same p and g. I use DH_generate_key() to generate public and private keys. Then I use DH_compute_key() to compute the session ke

proftpd and openssl

2002-06-20 Thread Galvin, Thomas
Has anyone configured proftpd 1.25 with open ssl and have it work   I cannot find any docs on how to set this up I did compile it with ./configure -with-openssl-dir=   Anyhelp would be great

Fwd: openssl-0.9.7-beta1 testing

2002-06-20 Thread Steve Romero
I see that this never went out. Regards, Steve Romero >Date: Thu, 06 Jun 2002 14:57:28 -0500 >To: [EMAIL PROTECTED] >From: Steve Romero <[EMAIL PROTECTED]> >Subject: openssl-0.9.7-beta1 testing >Cc: [EMAIL PROTECTED] > >Hi all, > >Didn't see a bug list, but wanted to let everyone know that I had

Difference

2002-06-20 Thread Juan Carlos Hernandez Gonzalez
List …. What difference exist in openssl and openssl-engine

CRL

2002-06-20 Thread Shalendra Chhabra
HI I dont understand what a CRL really is I read one tuturial but Could not get it? Is it good or bad?? Please reply to this account!! Thanks Shalendra - ReallyGoogle is GOD!!! | / \ |Shalendra Chhabra

OpenSSL, IIS 5.0 and Installing certificate trouble

2002-06-20 Thread Ian Coggins
Hi, I've been through faq's until they come out of my ears but still don't quite have the answer I need. I am simply trying to create a certificate to use on an IIS web server, using openssl on a linux box to create it. The linux installation does not have the CA.pl scripts as far as I can t