You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Roman S. Bushmanov (JIRA)" <ji...@apache.org> on 2007/07/06 12:22:05 UTC

[jira] Created: (HARMONY-4373) [buildtest][func] F_SignatureTest security test is incorrect

[buildtest][func] F_SignatureTest security test is incorrect
------------------------------------------------------------

                 Key: HARMONY-4373
                 URL: https://issues.apache.org/jira/browse/HARMONY-4373
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
            Reporter: Roman S. Bushmanov


The test functional/org/apache/harmony/test/func/api/java/security/F_SignatureTest_01/F_SignatureTest_01.xml has the following issue

The test uses a sigle parameter passed through command line, key size. The same value of key size is used to generate key pairs for all tested algorithms. Descibed behavior is incorrect because, for example BouncyCastle provider implements SHA512withRSA/PSS and SHA512withDSA algorithms. First one requires key size to be greater than 1024 but the latter one expects key size from 512 to 1024. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.