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: Cryptography provider


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> Casey made sure that the Bouncy Castle JCE stuff (javax.crypto
Mark> interfaces) works correctly with gcj and the GNU Crypto provider (a bit
Mark> like the RHUG stuff, but now all sources and build system are in one
Mark> place.)

Mark> A very cool thing of GNU Crypto is that it comes with gcj
Mark> optimized implementions of some of the algorithms. And the GNU
Mark> Crypto build system produces a native gnu-crypto.so shared
Mark> library that can be used directly by gcj compiled programs.

These are both very cool.  Care to add some links to the main gcj web
page?  Hint, hint...

Mark> I thought that all java.security problems in Classpath/libgcj
Mark> were fixed now. What is the remaining known problem in this
Mark> area?

PR 7416.  At startup we reference a file called "GNU libgcj.security".
The fix is to add the VM shortname feature we talked about a couple
weeks ago.

PR 3065.  Our java.security doesn't implement aliases.  Or if it does,
nobody told me and we should just close the PR -- I haven't dug into
the security code since around the time I submitted this PR.

Tom


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