Skip to content

rsakey: add rsa-sha2-256/512 signature algorithms - #70

Closed
ploxiln wants to merge 1 commit into
masterfrom
rsa_sha2
Closed

rsakey: add rsa-sha2-256/512 signature algorithms#70
ploxiln wants to merge 1 commit into
masterfrom
rsa_sha2

Conversation

@ploxiln

@ploxiln ploxiln commented Mar 16, 2020

Copy link
Copy Markdown
Owner

This change adds support for the rsa-sha2-256 and rsa-sha2-512 signature
algorithms specified in RFC 8332. New RSA key type classes are added,
with the only difference compared to RSAKey that signing and verifying
blobs uses the SHA2-256 digest algorithm instead of the deprecated SHA-1.

port of paramiko#1643

@ploxiln
ploxiln force-pushed the rsa_sha2 branch 4 times, most recently from c635060 to 2e9755a Compare March 17, 2020 00:48
This change adds support for the rsa-sha2-256 and rsa-sha2-512 signature
algorithms specified in RFC 8332. New RSA key type classes are added,
with the only difference compared to RSAKey that signing and verifying
blobs uses the SHA2-256 digest algorithm instead of the deprecated SHA-1.
@ploxiln

ploxiln commented Mar 28, 2020

Copy link
Copy Markdown
Owner Author

related flags for ssh-agent: paramiko#1644

@ploxiln ploxiln added the wip work in progress label Dec 20, 2021
@bitprophet

Copy link
Copy Markdown

Added (significantly more complete) support for this to paramiko's main branch just now - fyi.

@ploxiln

ploxiln commented Dec 23, 2021

Copy link
Copy Markdown
Owner Author

Indeed, I plan to discard this branch, and copy your work (with commit author attribution) in the coming weeks, thanks @bitprophet :)

@ploxiln

ploxiln commented Feb 23, 2023

Copy link
Copy Markdown
Owner Author

this branch/pr replaced by #149

@ploxiln ploxiln closed this Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wip work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants