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

Add logging to show key exchange algorithm negotiated #17

Closed
kevinmkane opened this issue Mar 27, 2020 · 1 comment
Closed

Add logging to show key exchange algorithm negotiated #17

kevinmkane opened this issue Mar 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kevinmkane
Copy link
Member

It's not obvious what algorithm is being used for key exchange on the control connection. Add logging to state which algorithm is being used when a tunnel is established.

@kevinmkane
Copy link
Member Author

There isn't a great API for doing this. What I've done is printed the first NID in the list of shared groups computed by the server, and this is the group that ends up getting used. Unfortunately this is only available on the server, so we can only print the group_id on the server. There's no good API for doing this on the client, as the place where this data is stored is not publicly exposed.

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

1 participant