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

tools/sslsniff: fix length field for handshake #5001

Merged
merged 1 commit into from
May 19, 2024

Conversation

i-Pear
Copy link
Contributor

@i-Pear i-Pear commented May 14, 2024

The len field for SSL_do_handshake should be zero.
The current implementation utilizes the return value, which is 1 on success [1].

Cc: @alban

[1] https://www.openssl.org/docs/manmaster/man3/SSL_do_handshake.html

The `len` field for `SSL_do_handshake` should be zero. The current
implementation utilizes the return value, which is `1` on success [1].

[1] https://www.openssl.org/docs/manmaster/man3/SSL_do_handshake.html

Reported-by: Alban Crequy <albancrequy@linux.microsoft.com>
Signed-off-by: Tianyi Liu <i.pear@outlook.com>
@yonghong-song yonghong-song merged commit 6a9c335 into iovisor:master May 19, 2024
12 checks passed
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