Skip to content

Support signatures beyond rsa#8

Open
traylenator wants to merge 1 commit intojordansissel:masterfrom
traylenator:readsig
Open

Support signatures beyond rsa#8
traylenator wants to merge 1 commit intojordansissel:masterfrom
traylenator:readsig

Conversation

@traylenator
Copy link

@traylenator traylenator commented May 2, 2023

Currently when signatures are verified they are assumed to be ssh-rsa.

We now respect the signature type when checking the signature.

In particular this allow signatures using rsa-sha2-256 to also be verified.

Currently when signatures are verified they are assumed to be ssh-rsa.

We now respect the signature type when checking the signature.

In particular this allow signatures using rsa-sha2-256 to also be verified.

In the case where the signature type is not know we just attempt
`rsa-sha2-256` before `rsa-rsa`.
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.

1 participant