Kleopatra takes the default key algorithm from gpg's --default-new-key-algo option. The comparison seems to be case sensitive so that an all lowercase "brainpoolp256r1" is detected as ECC but the the curve is not selected. Thus one needs to make sure to use the correct name "brainpoolP256r1" (with an uppercase 'p'). This is a bit surprising.
Description
Description
Revisions and Commits
Revisions and Commits
rKLEOPATRA Kleopatra | |||
rKLEOPATRA8f87d82ecd62 Use primary algo also for encryption subkey if not specified otherwise | |||
rKLEOPATRAf22bcf8e7168 Use cv25519 for subkey if default key algo is "ed25519" | |||
rKLEOPATRAa310e16f6521 Use case-insensitive string matching to find curve |
Event Timeline
Comment Actions
Just to be correct: Kleopatra takes the default key algorithm from gpg's default_pubkey_algo pseudo option. (Technically, this pseudo option probably uses gpg's --default-new-key-algo option, but only if the latter is set.)