phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

Support for RSASSAPSS signing alg. #138

Closed enif77 closed 2 years ago

enif77 commented 2 years ago

Hello,

my friend wanted me to add support for signing with the RSASSA_PKCS1_V1_5_WITH_SHA3_256 algorithm. So I hacked it in. :-) It works for him, so I am sending you my "hack". You can use it, if you like. ;-)

Thank you for your great work!

Premysl

phax commented 1 year ago

@enif77 for v5 I think I found a more sustainable solution that also provides a correct micalg parameter for the Content-Type header. Please check out https://github.com/phax/as2-lib/issues/143#issuecomment-1430191578