You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 11:16:00 UTC

[jira] [Resolved] (CAMEL-12858) Enhance the AS2 Component to support SHA2 Hashs with RSA-PSS

     [ https://issues.apache.org/jira/browse/CAMEL-12858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-12858.
---------------------------------
    Resolution: Abandoned

> Enhance the AS2 Component to support SHA2 Hashs with RSA-PSS
> ------------------------------------------------------------
>
>                 Key: CAMEL-12858
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12858
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-as2
>    Affects Versions: 2.22.1
>            Reporter: Martin Hoffmann
>            Priority: Minor
>
> The use of AS2 in Germany for business application could require to follow regulations set by the BSI (German Federal Office for Information Security).
> The BSI requeries to use RSASSA-PSS (Probabilistic signature scheme) or MGF1 (Mask generation function) when sending signed SMIME-messages between public institutions. As AS2 uses SMIME as message structur this regulation affects AS2 implementation used in Germany.
> [https://en.wikipedia.org/wiki/Probabilistic_signature_scheme]
> [https://en.wikipedia.org/wiki/Mask_generation_function]
> The BouncyCastle libary already supports RSA-PSS or MGF1.
> See https://www.bouncycastle.org/specifications.html
>  * SHA1withRSAandMGF1
>  * SHA256withRSAandMGF1
>  * SHA384withRSAandMGF1
>  * SHA512withRSAandMGF1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)