Accept EC algorithms in OpenIDConnect
The verifyJWTSignature()
returns 0 if algorithm isn't HS* or RS*.
It could be easy to support any algorithms by replacing our internal algorithm by Crypt::JWT which supports all algorithms and also JWE. The library is available in Debian and is the base of !389 (merged).
As usual, not available on rpm distributions.