[Agendaware-dev-server] SSL
Status: Inactive
Brought to you by:
zacklink
|
From: Agyani <ag...@my...> - 2002-01-31 21:09:26
|
hi, SSL on server done. Changes to be uploaded on weekend. Methodology followed SecureSocket extends StandardSocket overriding read,write,accept and = connect methods SecureSocket takes a path to cert file(pem format) in constructor, = initializes ssl context and adds the file to its store. Server does not do any kind of client verification, it only presents the = client with its certificate now its up to the client to connect or not. SecureSocket is so made to accept both SSLv2 and SSLv3 connections. Tests have been conducted for both client and server model of = securesocket. Server was test with a java client having server's cert in its keystore. if any changes required to the above scheme mail me. rahul |