Re: openssl C server and java clients

2009-09-04 Thread Sebastián Treu
I want to crush myself. I feel sorry is this is spam for someone, but I realized that I needed an SSL * list of elements because I was always yieldeng the same ssl context. Sleep well would be a good idea, I feel sorry and I apologize myself. Solution: think of keeping a list of SSL * of each ne

Re: openssl C server and java clients

2009-09-04 Thread Sebastián Treu
The information you gave me I set it right now on the application server and client. As I mentioned before, the server is multiplexed supporting multiple clients. I wrote a C client and I have my java client as well (on experimental phase). The server acts as a "forwarder" sending data received fr

Re: openssl C server and java clients

2009-09-03 Thread Sebastián Treu
On Thu, Sep 3, 2009 at 7:11 PM, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Sebastián Treu >> Sent: Thursday, 03 September, 2009 06:06 > >> After writing a server in C using select() (a >> multiplexed server) and a java client ... >> I decided to secure the conection

RE: openssl C server and java clients

2009-09-03 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Sebastián Treu > Sent: Thursday, 03 September, 2009 06:06 > After writing a server in C using select() (a > multiplexed server) and a java client ... > I decided to secure the conection > using openssl. > > I have the examples of the book I've

RE: openssl C server and java clients

2009-09-03 Thread Will Bickford
1.2: http://tools.ietf.org/html/rfc5246 --Will > -Original Message- > From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Sebastián Treu > Sent: Thursday, September 03, 2009 7:40 AM > To: openssl-users@openssl.org > Subject: Re

Re: openssl C server and java clients

2009-09-03 Thread Sebastián Treu
Sry, i read in the web about it and I found at: http://www.openssl.org/docs/ssl/SSL_CTX_new.html that for compatible issues one can use: SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void) That do it. I managed to use keytool also to export the certificate created with o