>On Mon 27/04/09 3:07 PM , Sever P A gnu.se...@gmail.com sent: > >but, I search just a library functions that allows me to implement the >steps presented in an earlier message. Does it really exist ? > >If so, > >a) Which function(s) for generate the keys, >b) Which function(s) to obtain them, >c) Which function(s) to encrypt and decrypt messages... > >(The programming language must be C/C++, and the platform, GNU/Linux).
Download a source tarball and check out the source in demos/ssl; this will show you how to write a simple server and client TLS application. You will need to deal with certificates and keys with this path though. Once you have a TLS session, everything [encryption-wise] is just handled for you in SSL_write and SSL_read. Everything depends on how secure you want to make things. I think nearly everyone here will advise you against creating and implementing your own transport security protocol. Carl ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org