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 SslConfig to onSecurityHandshake #3074

Merged
merged 6 commits into from
Oct 3, 2024
Merged

Conversation

daschl
Copy link
Contributor

@daschl daschl commented Oct 2, 2024

Motivation

This changeset adds the SslConfig if available to the onSecurityHandshake, similar to a change made to
onTransportHandshakeComplete where the full ConnectionInfo gets passed in. This allows to get
information about the config from the argument itself, without having to get it as an instance variable
from onTransportHandshakeComplete.

Motivation
----------
This changeset adds ConnectionInfo if available to the
onSecurityHandshake, similar to a change made to
onTransportHandshakeComplete. This allows to get
information about the SSL config from the argument,
without having to get it as an instance variable
from onTransportHandshakeComplete.
@daschl daschl changed the title Add ConnectionInfo to onSecurityHandshake Add SslConfig to onSecurityHandshake Oct 3, 2024
Copy link
Member

@idelpivnitskiy idelpivnitskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple comments then lgtm:

Copy link
Member

@idelpivnitskiy idelpivnitskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minors nits (optional):

@daschl daschl merged commit 94c1bbb into apple:main Oct 3, 2024
11 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.

2 participants