This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: FW: [dev-crypto] Hello, I am currently trying to compile downto native with gcj 3.2.2
- From: "Julia Smith" <julias at macrovision dot com>
- To: "Mark Wielaard" <mark at klomp dot org>
- Cc: <java at gcc dot gnu dot org>
- Date: Mon, 3 Mar 2003 10:21:21 -0800
- Subject: RE: FW: [dev-crypto] Hello, I am currently trying to compile downto native with gcj 3.2.2
If you just want a bouncycastle that works with gcj see the RHug
project: <http://sources.redhat.com/rhug/>.
If you just want a crypto library (plus provider) that works with gcj
out of the box (and contains explicit optimizations for gcj) I would
recommend GNU Crypto <http://www.gnu.org/software/gnu-crypto/>.
Note that the (non-released) gcj 3.3 version (from CVS) contains a lot
of bug fixes for making security providers actually work.
^^^^^^^^^^^^^^
Thanks for this, but there are a couple of issues:
1) I can only get rhug via cvs, but i cannot get to cvs through the firewall at work.
2) The rhug site contains only build files for BC source and links to the BC site for the BC code. I tried compiling against the jar file and that failed in the X509 certificate classes. Sigh, maybe I'll try going from source to a ".o".