Hi,

I try to build a HTTPS client/server with openssl.

Right now I have the server and the client certificates based on RSA key pairs,
(for authentification..etc)

I also have a function where some symmetric keys (blowfish cipher) are created
on the server size. Latter, this key and its respective iv is sended in clear to
the client.

I want to send this symmetric key and iv to the client encrypted by using the
RSA keys that I have already create,(like in a key-agreement scenario, I have
read that this is call static keying) 

Can you give me any idea of how to do that?, I can't find any help/example on
the O'Really book.

Many thanks in advance
ANA

 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to