RE: Re: Best book with examples for OpenSSL

2011-04-28 Thread Jeremy Farrell
From: derleader mail Sent: Thursday, April 28, 2011 10:11 PM >I am looking for specific information on using the library in a >multi-threaded / asynchronous IO server (Windows - using IOCP). >I'd appreciate any information on the subject. An example would be great. > >Best regards, >Andre Hi, I

Re: Re: Best book with examples for OpenSSL

2011-04-28 Thread derleader mail
>Hi. > >I'm in the process of learning the API myself. I had concerns about the >book "Network Programming with OpenSSL". >Having consulted someone with experience in this matter it appears that >the API itself has changed very little and the >book is still relevant. The cryptographic f

Re: Best book with examples for OpenSSL

2011-04-28 Thread Andre Gionet
Hi. I'm in the process of learning the API myself. I had concerns about the book "Network Programming with OpenSSL". Having consulted someone with experience in this matter it appears that the API itself has changed very little and the book is still relevant. The cryptographic functions withi

Best book with examples for OpenSSL

2011-04-28 Thread derleader mail
Hi, I found several books about OpenSSL. This book seems the best one http://oreilly.com/catalog/9780596003944 There is another book for http://www.opensslbook.com/ but it seems very outdated. Is there other books or tutorials with ready made examples? Regards Peter