Skip to content

Hide some card actions in VSD

Tobias Fella requested to merge work/tobias/card-actions into master

GnuPG-Bug-ID: 6786

The ticket asks for three changes:

  • Hiding the (re)generate keys action (done)
  • Hiding/disabling the "Generate new keys" for non-compliant cards. Here I'm not sure what makes a card compliant - is it just about the algorithms the card supports? the handler for that action already checks that, so that would be fine
  • Hiding the "Generate OpenPGP key" action - this was removed entirely in bd5fb6e8

Merge request reports