I know about DH key exchange and its use in the openssl library.
But how would i use the private session keys from DH to encrypt
and decrypt the data flowing from peer to peer with highlevel hooks
like SSL_read and SSL_write?

Or is it required to use completely different functions like the EVP_* family
to set up the cipher routines?

best regards
threadhead


> Try using Diffie Helleman to derive the private key
> by exchanging public keys.
> 
> Encrypt/Decrypt with the derived private key at the
> respective ends.

_______________________________________________________
WEB.DE Video-Mail - Sagen Sie mehr mit bewegten Bildern
Informationen unter: http://freemail.web.de/?mc=021199

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

Reply via email to