Skip to content

Signature key and encryption key should be different #623

@dellekappa

Description

@dellekappa

When declaring an SP there is no way to specify different values for signature and encryption key.
Having the same key for both is generally considered a bad practice and, moreover, can actually work only if using RSA keys.

From version v0.5.0 has been added the possibility to use EC keys, but this collides with the encyption verification feature that cannot be made using an EC key.

The best solution to this would be to have separate values for signature key and encryption key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions