Re: [twsocket] OpenSSL 1.0

2010-08-24 Thread Piotr Dałek
Hello! > Hi, > IcsSSL is compatible with OpenSSL 1.0 ? > now i'm using 0.9.8e, do you suggest me to update to version 1? > thank you in advantage. I had some problems related to ciphers/TLS when using OpenSSL 1.0 - at least with the build provided by Shining Light Productions. With OpenSSL 0.9

Re: [twsocket] OpenSSL 1.0

2010-08-24 Thread Zvone
Open SSL is currently branched into two releases - 0.9.8o and 1.0.0a. Although 1.0.x is more recent, 0.9.x versions are currently more stable so I would go with 0.9.x -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/tw

Re: [twsocket] OpenSSL 1.0

2010-08-24 Thread Fastream Technologies
Hi, I believe the latest ICS update was for OpenSSL 0.9.8n. Regards, SZ On Tue, Aug 24, 2010 at 8:42 PM, Svemu - Reparto Sviluppo wrote: > Hi, > IcsSSL is compatible with OpenSSL 1.0 ? > > now i'm using 0.9.8e, do you suggest me to update to version 1? > > thank you in advantage. > > best reg

[twsocket] OpenSSL 1.0

2010-08-24 Thread Svemu - Reparto Sviluppo
Hi, IcsSSL is compatible with OpenSSL 1.0 ? now i'm using 0.9.8e, do you suggest me to update to version 1? thank you in advantage. best regards daniele -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Vi

[twsocket] OT: Sons of Kahn: The Apocrypha

2010-08-24 Thread Angus Robertson - Magenta Systems Ltd
http://www.theregister.co.uk/2010/08/23/verity_stob_kahn_apocrypha/ (an alternate history of Borland) Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] SSL: error reading key file

2010-08-24 Thread Graham Stratford
Thanks, Arno, I really REALLY appreciate your help. When I get back to my office, I will compare the demo and my app byte by byte (I've already gone through them; it doesn't help that the demo sets a lot of properties at run time). I know that I'm close, there's probably just an event that is n

Re: [twsocket] SSL: error reading key file

2010-08-24 Thread Arno Garrels
gra...@stillbrook.org wrote: > Now my browser (Chrome) is complaining: > > Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. > > while Firefox says: > > The connection to localhost was interrupted while the page was > loading. > > The last part of the ICSLog file is: > > 08:38:10

Re: [twsocket] SSL OnHandshakeDone ceritificate contains empty members

2010-08-24 Thread Arno Garrels
Kurt Andersen wrote: > > NOTE: Client's SslContext obj has SslVerifyPeer = false When you set SslVerifyPeer to false you don't get a server certificate, so the behaviour is "as expected". > As I don't expect the client to supply any certs just yet. You misunderstood the SslVerifyPeer property

Re: [twsocket] SSL: error reading key file

2010-08-24 Thread gramie
Thanks Arno, So the password is the same thing as the SelPassPhrase? Okay, I'll try it out. [later] Yes, that seems to work. I no longer get that error. Now my browser (Chrome) is complaining: Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. while Firefox says: The connection to

[twsocket] SSL OnHandshakeDone ceritificate contains empty members

2010-08-24 Thread Kurt Andersen
Hi I am having trouble reading any datamembers from the Server certificate(TX509Base* PeerCert) on the client in the ICS simpleSsl cli/server examples. I should note that these have been rewritten in C++, so this poses a risk of errors. My final goal is to encapsulate a custom prot