openssl porting to rx111 platform to access twitter

2014-06-24 Thread Chowdary
Hello i am using rx111 platform to port openssl library. This is to develop an application to access the twitter for posting tweets. Since memory is the constraint i need demo code with bare minimum APIs and source code and header files for porting. Can somebody help me how to go about it?

Robert W Weaver is out of the office.

2014-06-24 Thread Robert W Weaver
I will be out of the office starting 06/24/2014 and will not return until 07/01/2014. I will have access to my cellphone and will be intermittently checking email, but am generally distracted. Please contact Leslie Lesch for OMS issues.

Possibility to cache ca-bundle and reuse it between SSL sessions?

2014-06-24 Thread Jens Maus
Hello, this is actually my first post to this list, so please apologize if it might be too lengthy or too short or might address a question already raised in the past (which I didn’t find in the list archives so far). I am an application developer of an email client using openssl to secure

Re: Possibility to cache ca-bundle and reuse it between SSL sessions?

2014-06-24 Thread Jakob Bohm
On 6/24/2014 7:58 PM, Jens Maus wrote: Hello, this is actually my first post to this list, so please apologize if it might be too lengthy or too short or might address a question already raised in the past (which I didn’t find in the list archives so far). I am an application developer of an

Re: Possibility to cache ca-bundle and reuse it between SSL sessions?

2014-06-24 Thread Viktor Dukhovni
On Tue, Jun 24, 2014 at 07:58:27PM +0200, Jens Maus wrote: conn-ssLCtx = SSL_CTX_new(SSLv23_client_method()); SSL_CTX_set_options(conn-sslCtx, SSL_OP_ALL | SSL_OP_NO_SSLv2); SSL_CTX_load_verify_locations(conn-sslCtx, ?); SSL_CTX_set_default_verify_paths(?); SSL_CTX_set_verify(conn-sslCtx,