Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Berin Lautenbach
> Sean, > Update the junit test result - > http://nagoya.apache.org/~dims/xmlsec-junit/. Here's my config.xml > http://nagoya.apache.org/~dims/xmlsec-junit/config.xml. Results are > just slightly better. > > Can you please update config.xml and send us something that passes all > the tests? OK -

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Davanum Srinivas
Sean, Update the junit test result - http://nagoya.apache.org/~dims/xmlsec-junit/. Here's my config.xml http://nagoya.apache.org/~dims/xmlsec-junit/config.xml. Results are just slightly better. Can you please update config.xml and send us something that passes all the tests? thanks, dims ---

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Sean Mullan
Here are the missing algorithms, please update config.xml and rerun the tests: MessageDigest: Provider "SUN" supports MD5, SHA-256, SHA-384, & SHA-512 Signature: Provider "SunJSSE" supports MD5withRSA, SHA1withRSA MAC: Provider "SunJCE" supports HmacMD5, HmacSHA256, HmacSHA384, HmacSHA512 We do

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Sean Mullan
I'll look into these failures and get back to you. The signature algorithms definitely should all work - my guess is it is likely a config problem. Thanks, Sean Davanum Srinivas wrote: Sean, Berin, Done. Here's the updated JDK1.5 run after commenting out lib.jce from classpath.libraries. -- dims

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Davanum Srinivas
Sean, Berin, Done. Here's the updated JDK1.5 run after commenting out lib.jce from classpath.libraries. -- dims --- Berin Lautenbach <[EMAIL PROTECTED]> wrote: > Just looked in more detail - you also need to install the strong crypto > policy files. > > Cheers, > Berin > > Davanum Srin

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Berin Lautenbach
Just looked in more detail - you also need to install the strong crypto policy files. Cheers, Berin Davanum Srinivas wrote: Sean, Here's my run with JDK1.5 with BC commented out: http://nagoya.apache.org/~dims/xmlsec-junit/ -- dims --- Berin Lautenbach <[EMAIL PROTECTED]> wrote: Sean,

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Berin Lautenbach
Hmm. Interesting - must have a look at the signature stuff. I am currently only trying encryption. Davanum Srinivas wrote: Sean, Here's my run with JDK1.5 with BC commented out: http://nagoya.apache.org/~dims/xmlsec-junit/ -- dims --- Berin Lautenbach <[EMAIL PROTECTED]> wrote: Sean, test_

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Davanum Srinivas
Sean, Here's my run with JDK1.5 with BC commented out: http://nagoya.apache.org/~dims/xmlsec-junit/ -- dims --- Berin Lautenbach <[EMAIL PROTECTED]> wrote: > Sean, > > test_five_content_aes128_cbc_kw_aes192 > test_five_content_3des_cbc_kw_aes128 > test_five_data_aes256_cbc_3des > test_five_data

Re: Question on JCE 1.5 key wraps

2004-03-04 Thread Berin Lautenbach
Sean, test_five_content_aes128_cbc_kw_aes192 test_five_content_3des_cbc_kw_aes128 test_five_data_aes256_cbc_3des test_five_data_aes192_cbc_aes256 Basically any interop test where a symmetric key wrap is used. The wrap/unwrap tests work, which leads me to believe that I am calling using the wron

Re: Question on JCE 1.5 key wraps

2004-03-03 Thread Sean Mullan
Can you tell me which test vectors are failing? --Sean Berin Lautenbach wrote: Peoples, I have just checked in a new version of config.xml that works for most encryption algorithms under SunJCE (have not yet checked sig). One question - I am having issues with symmetric key wraps. The Baltim

Question on JCE 1.5 key wraps

2004-03-03 Thread Berin Lautenbach
Peoples, I have just checked in a new version of config.xml that works for most encryption algorithms under SunJCE (have not yet checked sig). One question - I am having issues with symmetric key wraps. The Baltimore interop tests all fail where a symmetric key wrap is used. The BC JCE takes