Colm O hEigeartaigh created CAMEL-6657:
------------------------------------------

             Summary: Improve testing of camel-crypto component
                 Key: CAMEL-6657
                 URL: https://issues.apache.org/jira/browse/CAMEL-6657
             Project: Camel
          Issue Type: Test
          Components:  camel-crypto
            Reporter: Colm O hEigeartaigh
            Priority: Minor
             Fix For: 2.12.0



Please apply the attached patch which improves testing for the camel-crypto 
component. Existing testing only tests relatively weak algorithms. New tests 
for the encryption dataformat include:

 * HMAC SHA256
 * 3DES (ECB + CBC)
 * AES 128 (ECB)

New tests for the signature component include:

 * RSA SHA-1
 * RSA SHA-256
 * ECDSA SHA-1

The only source change is to explicitly change the default algorithm from "DSA" 
to "SHA1WithDSA". Use of the former is discouraged as it's unclear whether a 
hashing algorithm is included or not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to