This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [freenet-tech] Technology / Features


On Mon, Feb 25, 2002 at 09:31:56AM -0800, Adam Megacz wrote:
> What's missing? Crypto- and network-wise, I've gotten a full SSL
> implementation running under GCJ (http://www.xwt.org/tinyssl).

freenet has all crypto code it needs in itself.
It is more a question of syntax not handled by gcj
at the moment.
 
> You can also run Sun's bytecodes through GCJ (for example, to replace
> libgcj's broken java.security.*), but the resulting binary probably
> can't be redistributed.

A way around syntax problems is to just compile .class files
generate by jikes/javac with gcj. But this is no fun debugging.

> I've also found that GCJ kicks the crap out of HotSpot on crypto
> operations. For example, TinySSL's RSA handshake runs literally ten
> times faster on the same hardware (BouncyCastle crypto library).

Sound good.

happy hacking,
---
Göran

Attachment: msg00265/pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]