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

[Feature request] Support multiple ciphersuites in Bertie #51

Open
franziskuskiefer opened this issue Sep 26, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@franziskuskiefer
Copy link
Member

Is your feature request related to a problem? Please describe.
Clients usually don't know what ciphersuites the server supports and should therefore advertise and handle multiple ciphersuites.
Servers must support multiple ciphersuites as well in order to communicate with different clients.

Describe the solution you'd like
Allow setting multiple ciphersuites in client_connect and server_accept.

@jschneider-bensch
Copy link
Contributor

#70 partially addresses this, in that it allows specifying algorithms on the CLI of clients and servers. It does not fully address the issue, since only one combination can be enabled at a time. For the client, this allows iterating over ciphersuites from the outside to test connectivity against a given server per suite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants