Developing application with OpenSSL support

2008-06-02 Thread Mehdi Asgari
Look at this book: Network Security With OpenSSL

Re: Developing application with OpenSSL support

2008-06-02 Thread development
Hi Just got a tutorial and started to write some basic code, will test tomorrow and if it works then will continue with certificates but don't understand too much. I have implemented the urgent code in PHP and it is working, but still want to do it in C++ with my own program, have tested it right

Re: Developing application with OpenSSL support

2008-06-01 Thread development
Hi I need to implement SSL over a TCP connection for one of my programs, not in the server. Just download a tutorial and am implemented the most basic functions to create the CTX, SSL, connect and read/write data, but still don't understand too much how to use certificates, will test the code I di

Re: Developing application with OpenSSL support

2008-05-30 Thread Victor Duchovni
On Fri, May 30, 2008 at 09:18:11PM -0700, [EMAIL PROTECTED] wrote: > This is my first post on the list, am new to OpenSSL and need a simple > guidance to begin programming. I'm C++ programmer and require to implement > SSL support to a very simple program, just need to send a small FORM POST > via

Re: Developing application with OpenSSL support

2008-05-30 Thread Keith Hellman
I think you just configure your webserver with https support and then use that secure protocol for communication. -- Keith Hellman #include [EMAIL PROTECTED]from disclaimer import standard [EMAIL PROTECTED] -*-

Developing application with OpenSSL support

2008-05-30 Thread development
Hello list This is my first post on the list, am new to OpenSSL and need a simple guidance to begin programming. I'm C++ programmer and require to implement SSL support to a very simple program, just need to send a small FORM POST via https and receive back 6 lines of text. I have already a workin