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

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