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

[PQC] Add support for sntrup761x25519-sha512 key exchange method #1562

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

scott-xu
Copy link
Collaborator

@scott-xu scott-xu commented Dec 26, 2024

This PR adds support for sntrup761x25519Sha512 hybrid key exchange method described at https://www.ietf.org/archive/id/draft-ietf-sshm-ntruprime-ssh-01.html

@scott-xu scott-xu marked this pull request as ready for review December 26, 2024 13:20
@scott-xu scott-xu changed the title [PQC] Add support for sntrup761x25519Sha512 key exchange method [PQC] Add support for sntrup761x25519-sha512 key exchange method Dec 27, 2024
@scott-xu scott-xu force-pushed the kex_sntrup761x25519-sha512 branch from 34fdb58 to 65e1936 Compare December 27, 2024 11:30
@@ -22,6 +22,37 @@ public void TearDown()
_remoteSshdConfig?.Reset();
}

[TestMethod]
[Ignore]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The OpenSSH at Ubuntu is not the latest version.
My local test passed with OpenSSH 9.9p1.

@scott-xu scott-xu force-pushed the kex_sntrup761x25519-sha512 branch from f1c71b3 to 69f9d45 Compare December 29, 2024 13:19
@Rob-Hague Rob-Hague merged commit 2e68828 into sshnet:develop Jan 2, 2025
3 checks passed
@scott-xu scott-xu deleted the kex_sntrup761x25519-sha512 branch January 2, 2025 12:34
scott-xu added a commit to scott-xu/SSH.NET that referenced this pull request Jan 2, 2025
scott-xu added a commit to scott-xu/SSH.NET that referenced this pull request Jan 2, 2025
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