Skip to content

ssh-key: split AlgorithmUnknown and AlgorithmUnsupported#81

Merged
tarcieri merged 1 commit intomasterfrom
ssh-key/refactor-algorithm-errors
Mar 7, 2023
Merged

ssh-key: split AlgorithmUnknown and AlgorithmUnsupported#81
tarcieri merged 1 commit intomasterfrom
ssh-key/refactor-algorithm-errors

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 7, 2023

Splits the Error variants for unknown vs unsupported algorithms, propagating the Algorithm for the latter.

This helps identify which algorithm was unsupported, which can be used to inform what crate features need to be enabled.

Splits the `Error` variants for unknown vs unsupported algorithms,
propagating the `Algorithm` for the latter.

This helps identify which algorithm was unsupported, which can be used
to inform what crate features need to be enabled.
@tarcieri tarcieri force-pushed the ssh-key/refactor-algorithm-errors branch from b32829a to 84ca562 Compare March 7, 2023 19:09
Copy link

@williamdes williamdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@tarcieri tarcieri merged commit 2eb55ac into master Mar 7, 2023
@tarcieri tarcieri deleted the ssh-key/refactor-algorithm-errors branch March 7, 2023 19:32
@tarcieri tarcieri mentioned this pull request Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants