Skip to content
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

Support SSH signatures #7290

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hauleth
Copy link
Contributor

@hauleth hauleth commented May 24, 2023

SSH added support for signing messages using SSH keys. This change goal is to add support for creating and validating such signatures using Erlang built-in SSH module.

This adds support for using RSA, Ed25519, and Ed448 keys for signing data.

This is direct port of https://github.com/hauleth/ssh_signature with some cleanups that were needed for backwards compatibility in my library.

@u3s u3s added the team:PS Assigned to OTP team PS label May 24, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 24, 2023

CT Test Results

       2 files       28 suites   18m 54s ⏱️
   450 tests    446 ✔️   4 💤 0
1 664 runs  1 638 ✔️ 26 💤 0

Results for commit 78ab727.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@u3s
Copy link
Contributor

u3s commented Jun 21, 2023

thank you for report, we planned looking into it. unfortunately it needs to wait a while.

@IngelaAndin IngelaAndin added the stalled waiting for input by the Erlang/OTP team label Sep 20, 2023
@u3s u3s removed stalled waiting for input by the Erlang/OTP team priority:low labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants