-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE-REQUEST] support ssh-keygen -Y format data signature #25
Comments
Let me look into it, I'll just leave some notes for myself below. Shouldn't be too hard to accomplish, we have most of the pieces for the generation and formatting in place already https://man.openbsd.org/ssh-keygen.1#Y~4 |
Scheduling this for the next minor version (0.10.1) due to a larger amount of changes |
Moving to 0.11.1 instead due to DSA deprecation requiring 0.10.1 |
@scheibling any recent updates? |
@gzm55 Yes, sorry for the late reply. Currently working on this in a feature branch, hopefully I'll be able to finally finish it this week... This fall has been a bit hectic |
@gzm55 So, finally another update. I'm getting closer, if you have time and wanna have a look it's in the dev-data-signatures branch. There's still some checks and finetuning to do, and some smaller bugs to fix, but if you have a look in the validate_signatures.py-file in that branch the loading and parsing of the signatures works, including the validation (although I haven't run this through any larger testing yet, so it's not production-ready by any measure). Signing and saving to file should work in most cases as well! |
hooray, i will try in the week end~ |
@gzm55 Did you have a chance to try this out? |
Hi @scheibling , i have tested the signature feature. Another thing, the generated signature by
|
Ah, yes, I've fixed that in the latest version but haven't had time to pull it to the dev branch yet Wonderful, I'm really grateful for the feedback! I'll add some more validation for namespaces and write the tests for consistency, hopefully I'll be ready to release in a couple of days |
now the |
Yep, have those on the Roadmap as well! |
can we support the native data signature format, generated via command
ssh-keygen -Y sign ...
?The text was updated successfully, but these errors were encountered: