Hi, Sebastian,
Added a few changes just now:
1. Licenses now say "2006". Thanks!
2. Ping utility now supports SSL proxies using "CONNECT HTTP/1.1".
3. Added SSLProxyServer that implements an SSL-Proxy. I tried plugging
my Firefox into it, and it worked - whew!
The constructors are overloaded, and support the following:
SSLClient client;
client = new SSLClient(); // defaults to "TLS"
client = new SSLClient( "SSL" );
client = new SSLClient( "SSLv2" );
Same is true of SSLServer
On Fri, 2006-05-05 at 14:14 +0100, sebb wrote:
> On 05/05/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
> > On Fri, 2006-05-05 at 02:11 -0700, Julius Davies wrote:
> > > Hi, Httpclient,
> > >
> > > Thanks for the kind words, Odi, Oleg, Sebb - and thanks for looking at
> > > the code!
>
> Thanks for making it available (in due course...)
>
> I notice that you used SSLSocketFactory("TLS") in the SSLClient and
> SSLServer classes - does that mean that they only support TLS?
>
> Also - minor nit - (some of?) the licences say 1999-2006; that should
> presumably be 2006.
>
> Sebastian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
Julius Davies
Senior Application Developer, Technology Services
Credit Union Central of British Columbia
http://www.cucbc.com/
Tel: 604-730-6385
Cel: 604-868-7571
Fax: 604-737-5910
1441 Creekside Drive
Vancouver, BC
Canada
V6J 4S7
http://juliusdavies.ca/
http://juliusdavies.ca/commons-ssl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]