-
Notifications
You must be signed in to change notification settings - Fork 648
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
GUACAMOLE-2012: Fix SSH connection to FIPS servers which only offer AES GCM #572
Conversation
eugen-keeper
commented
Jan 7, 2025
- Added AES GCM ciphers to the FIPS compliant cipher list
- Added some code to check if the hardcoded FIPS compliant ciphers are really supported by libssh2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good to me - the only thing that I see is an opportunity for some comments in the new function you implemented - the existing code around that has bits of documentation throughout, so maybe just brush that up a bit in the new code?
@eugen-keeper Please also:
|
ea80b45
to
c9b341e
Compare
c9b341e
to
af6a5bb
Compare
6e0c77c
to
da3ca38
Compare
LGTM. @necouchman Any further thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, here.