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.org/man/3/EVP_EncryptInit.php

On Fri, Feb 22, 2008 at 8:20 AM, Josh <[EMAIL PROTECTED]> wrote:

>
> > 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 establishing
> an encrypted link... things like checking certificates, establishing
> certificate chains, etc.
>
> Cheers,
> -J
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>

Reply via email to