Re: RE : Re: Tutorial

2008-02-22 Thread Joel Christner
Hi, Man pages means to look at the manual pages for the libraries. If you're using a UNIX system, you can do: $ man EVP_EncryptInit as an example, to see the manual. Additionally, you can use google for "man EVP_EncryptInit" to find the man pages. I recommend starting here: http://www.hmug.o

Re: RE : Re: Tutorial

2008-02-22 Thread Josh
Thanks for your answer. What do you mean by man pages for the OpenSSL libraries? Is it necessary to buy the openSSL book to understand correctly? Hi Driss, The OpenSSL book will make things monumentally easier. There are a number of things you need to do to create a secure service, beyond e

RE : Re: Tutorial

2008-02-22 Thread EL HACHIMI Driss
Hi, Thanks for your answer. What do you mean by man pages for the OpenSSL libraries? Is it necessary to buy the openSSL book to understand correctly? Joel Christner <[EMAIL PROTECTED]> a écrit : Hi Driss, Have you looked at the man pages for the OpenSSL libraries? Also there is an OpenSSL book