Re: Generating keys to be used in a specific implementation

2008-06-27 Thread Renato Araújo Ferreira
Ok... I created the certificates and private keys for server and client... At server side I'm using the certificate and the private key in the same file and Calling SSL_CTX_use_PrivateKey_file() and SSL_CTX_use_certificate_chain_file() to this file. At client side I'm using the openssl

Re: Generating keys to be used in a specific implementation

2008-06-27 Thread Renato Araújo Ferreira
Sorry, I mean that at this time I CAN'T use a CA. - Original Message - From: Renato Araújo Ferreira [EMAIL PROTECTED] To: openssl-users@openssl.org Sent: Friday, June 27, 2008 7:24 PM Subject: Re: Generating keys to be used in a specific implementation Ok... I created the

RE: Generating keys to be used in a specific implementation

2008-06-24 Thread David Schwartz
I have an desktop/server agent that listen for TCP connections to process some information. And now i´m trying to implement privacy and authentication to this application, to unsure that only my trusted application interact with these TCP agents. Another problem is that I'm not sure if It