Skip to content

Commit

Permalink
feat: add Brainpool signing algorithms
Browse files Browse the repository at this point in the history
Add brainpoolP256r1, brainpoolP384r1 and brainpoolP512r1 as available signing algorithms for key generation.
  • Loading branch information
konstantintutsch committed Dec 5, 2024
1 parent 867f11d commit b90ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ui/managementdialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ template $LockManagementDialog : Adw.Dialog {
subtitle: C_("Signing algorithm of the new keypair", "Key");

model: Gtk.StringList {
strings: ["ed25519", "dsa3072", "rsa2048", "rsa4096"];
strings: ["ed25519", "dsa3072", "rsa2048", "rsa4096", "brainpoolP256r1", "brainpoolP384r1", "brainpoolP512r1"];
};
}

Expand Down

0 comments on commit b90ae95

Please sign in to comment.