Re: RFC: jessie-nio branch, keytool

2006-02-27 Thread Raif S. Naffah
hello Casey, On Monday 27 February 2006 08:42, Casey Marshall wrote: ... Also, in GNU Crypto we were working on a replacement for `keytool;' do we want to merge that into Classpath, too? i personally think it should be added to the gnu.classpath.tools. there are also two other tools that

Re: RFC: jessie-nio branch, keytool

2006-02-27 Thread Thomas Fitzsimmons
On Sun, 2006-02-26 at 13:42 -0800, Casey Marshall wrote: Hi. I had been doing a little work on rewriting Jessie to support the new JSSE API in J2SE 1.5, which adds support for SSL-over-NIO. A rewrite is probably the only way to support this; I looked at the current code to see if I

RFC: jessie-nio branch, keytool

2006-02-26 Thread Casey Marshall
Hi. I had been doing a little work on rewriting Jessie to support the new JSSE API in J2SE 1.5, which adds support for SSL-over-NIO. A rewrite is probably the only way to support this; I looked at the current code to see if I could just insert a shim over the blocking-IO code, but it