[freenet-dev] JCA patch

2012-04-07 Thread Matthew Toseland
On Thursday 05 Apr 2012 18:56:23 Chetan Hosmani wrote: > Hi > > Sorry but I didn't understand what you meant by (on github) > > ->This is actually using 256/256 Rijndael, the JVM appears to allow it. > Is the JCA encryption same as Rijndael or my code is still using > Rijndael instead of JCA? > I

Re: [freenet-dev] JCA patch

2012-04-07 Thread Matthew Toseland
On Thursday 05 Apr 2012 18:56:23 Chetan Hosmani wrote: > Hi > > Sorry but I didn't understand what you meant by (on github) > > ->This is actually using 256/256 Rijndael, the JVM appears to allow it. > Is the JCA encryption same as Rijndael or my code is still using > Rijndael instead of JCA? > I

[freenet-dev] JCA patch

2012-04-05 Thread Chetan Hosmani
Hi Sorry but I didn't understand what you meant by (on github) ->This is actually using 256/256 Rijndael, the JVM appears to allow it. Is the JCA encryption same as Rijndael or my code is still using Rijndael instead of JCA? I tested this and JCA was being called. If its same as Rijndael I get wh

[freenet-dev] JCA patch

2012-04-05 Thread Matthew Toseland
On Tuesday 03 Apr 2012 22:01:40 Chetan Hosmani wrote: > Hello, > > nextgens as you wanted some changes I have implemented them. I have > sent a pull request to freenet:next. > Here is the patch. Cool. It's here: https://github.com/freenet/fred-staging/pull/88 There was some confusion about this

Re: [freenet-dev] JCA patch

2012-04-05 Thread Chetan Hosmani
Hi Sorry but I didn't understand what you meant by (on github) ->This is actually using 256/256 Rijndael, the JVM appears to allow it. Is the JCA encryption same as Rijndael or my code is still using Rijndael instead of JCA? I tested this and JCA was being called. If its same as Rijndael I get wh

Re: [freenet-dev] JCA patch

2012-04-05 Thread Matthew Toseland
On Tuesday 03 Apr 2012 22:01:40 Chetan Hosmani wrote: > Hello, > > nextgens as you wanted some changes I have implemented them. I have > sent a pull request to freenet:next. > Here is the patch. Cool. It's here: https://github.com/freenet/fred-staging/pull/88 There was some confusion about this

[freenet-dev] JCA patch

2012-04-04 Thread Chetan Hosmani
Hello, nextgens as you wanted some changes I have implemented them. I have sent a pull request to freenet:next. Here is the patch. Also wanted some opinion on the idea "Switch from the current code to JCA". Since I have been working and reading on this, I thought I ll send in a proposal for this

[freenet-dev] JCA patch

2012-04-03 Thread Chetan Hosmani
Hello, nextgens as you wanted some changes I have implemented them. I have sent a pull request to freenet:next. Here is the patch. Also wanted some opinion on the idea "Switch from the current code to JCA". Since I have been working and reading on this, I thought I ll send in a proposal for this