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

Separate public/private keys and signatures into protocol conformances #158

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Joannis
Copy link
Collaborator

@Joannis Joannis commented Sep 11, 2023

As it stands, all the supported public/private key implementations are deeply integrated with NIOSSH through the internal enums that NIOSSH relies on. This PR moves that responsibility into a protocol conformance, paving the way towards custom public/private key types - and therefore moving towards supporting older/insecure standards such as RSA.

@Joannis
Copy link
Collaborator Author

Joannis commented Sep 11, 2023

As it's currently intended, this PR is regarded a precursor to a PR that allows users to register their own public/private key types. I intend to follow up with that shortly.

@Joannis Joannis force-pushed the feature/jo/public-private-key-protocols branch from 3adb0aa to 8bd14e5 Compare April 9, 2024 14:29
@Joannis Joannis requested a review from Lukasa April 9, 2024 14:48
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.

None yet

2 participants