RFR: 8154009: Some methods of java.security.Security require more permissions, than necessary

2016-05-30 Thread Artem Kosarev
for checking /GetProviders /method under restricted permissions. Changes were successfully tested by JPRT. Best regards, Artem Kosarev.

Re: RFR: 8154009: Some methods of java.security.Security require more permissions, than necessary

2016-06-01 Thread Artem Kosarev
marked as failed due to JDK-8154009 (current fix). Best regards, Artem Kosarev. ** On 01.06.2016 17:03, Sean Mullan wrote: I think it would be helpful to add a comment to EmptyPolicy.policy so it contains something, ex: // empty policy file for testing Otherwise, looks fine. --Sean On 05

RFR: 8157603 TestCipher.java doesn't check one of the decrypted message as expected

2016-06-03 Thread Artem Kosarev
ssages when they were stored into the same buffer. After my fix their lengths will be calculated using values returned from /update /& /doFinal /methods. Moreover, I applied additional check on the length of crypted/decrypted messages. Changes were successfully tested by JPRT. Best rega

[9] RFR 8135114: sun/security/krb5/auto tests failed for tr locale.

2016-07-05 Thread Artem Kosarev
se methods were used without Locale specification. This resulted in incorrect conversion for some of the Locales (i.e. tr_TR.UTF-8). Changes were successfully tested with JPRT. Best regards, Artem Kosarev.