Not working with brainpool curve based encryption required for BDEW profile #227
Closed
sbarlabanov
started this conversation in
General
Replies: 1 comment 1 reply
-
The Brainpool curve is supported by the BouncyCastle library. Please check also the other discussion items labeled with BDEW - it's not my core competence - sry. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is not possible to issue a valid signed and encrypted AS4 message using BDEW client with keys generated with
brainpoolP256r1
EC algorithm. It looks likewss4j
andxmlsec
do not support brainpool curves - only NIST curves (secp256r1
,secp384r1
...).brainpoolP256r1
is unfortunately the only one allowed curve for BDEW profile.Anybody already faced that issue? Or are we doing something wrong? :(
Beta Was this translation helpful? Give feedback.
All reactions