OpenIDC/mod_auth_openidc

support for EdDSA

fkooman opened this issue · 1 comments

It seems currently only the following algorithms are supported:

#OIDCIDTokenSignedResponseAlg [RS256|RS384|RS512|PS256|PS384|PS512|HS256|HS384|HS512|ES256|ES384|ES512]

Would be nice to add EdDSA as well, as documented in "CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)"

See RFC 8037