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

connection: more docs for rustls_connection_is_handshaking #430

Merged
merged 1 commit into from
May 29, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented May 29, 2024

Previously the rustls-ffi rustls_connection_is_handshaking fn only pointed at the upstream Rustls documentation. This seems fine in general, but since there was confusion in #427 it felt fair to lift some details down into our own docs.

This commit adds a bit of the detail present there, customizing it for rustls-ffi (e.g. by ref'ing rustls_connection_write_tls()).

Resolves #427

Previously the rustls-ffi `rustls_connection_is_handshaking` fn only
pointed at the upstream Rustls documentation.

This commit adds a bit of the detail present there, customizing it for
rustls-ffi (e.g. by ref'ing `rustls_connection_write_tls()`).
@cpu cpu merged commit 80d93c6 into rustls:main May 29, 2024
23 checks passed
@cpu cpu deleted the cpu-more-is-handshaking-detail branch May 29, 2024 20:12
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.

documentation of rustls_connection_is_handshaking()
2 participants