phax / as2-server

A standalone Java AS2 server - see as2-lib for the generic parts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support case-insensitive algorithm names

stetskevych opened this issue · comments

using SHA256 produces
"com.helger.as2lib.exception.OpenAS2Exception: The signing algorithm 'SHA256' is not supported!"

changing to sha-256 fixes it

also true for 3DES -> 3des

Moved to lib part :)