2
7
Fork
You've already forked rpgpie
5

Allow generating keys with no encryption subkey #2

Merged
heiko merged 1 commit from wiktor/rpgpie:wiktor/allow-optional-encryption-subkeys into main 2024年08月12日 08:52:05 +02:00
Contributor
Copy link

The impl Into<Option<...>> pattern will make sure that all existing clients will work with unmodified code but will additionally allow passing None to indicate that no encryption subkey is to be generated.

This is required to implement rsop generate --signing-only which is tracked here.

The `impl Into<Option<...>>` pattern will make sure that all existing clients will work with unmodified code but will additionally allow passing `None` to indicate that no encryption subkey is to be generated. This is required to implement `rsop generate --signing-only` which is tracked [here](https://gitlab.archlinux.org/archlinux/signstar/-/issues/38).
The `impl Into<Option<...>>` pattern will make sure that all existing
clients will work with unmodified code but will additionally allow
passing `None` to indicate that no encryption subkey is to be generated.
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
Owner
Copy link

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
heiko/rpgpie!2
Reference in a new issue
heiko/rpgpie
No description provided.
Delete branch "wiktor/rpgpie:wiktor/allow-optional-encryption-subkeys"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?