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

Connect options #4857

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Connect options #4857

merged 1 commit into from
Sep 18, 2023

Conversation

vietj
Copy link
Member

@vietj vietj commented Sep 14, 2023

Introduce TCP connect options that carries configuration to connect to a remote server.

  • the previously introduced SSLOptions class is reused and extended for specific server/client
  • the client can configure SSL per connection, instead of being statically defined in the client
  • NetSocket TLS upgrade now resolves the latest SSLOptions at upgrade time (which will allow to provide SSLOptions for the upgrade)

@vietj vietj added this to the 5.0.0 milestone Sep 14, 2023
@vietj vietj force-pushed the connect-options branch 3 times, most recently from e23510d to 17f8029 Compare September 15, 2023 17:06
@vietj vietj self-assigned this Sep 17, 2023
…o a remote server

- the previously introduced `SSLOptions` class is reused and extended for specific server/client
- the client can configure SSL per connection, instead of being statically defined in the client
- `NetSocket` TLS upgrade now resolves the latest `SSLOptions` at upgrade time (which will allow to provide `SSLOptions` for the upgrade)
@vietj vietj marked this pull request as ready for review September 18, 2023 05:33
@vietj vietj merged commit 7506bde into master Sep 18, 2023
6 checks passed
@vietj vietj deleted the connect-options branch September 18, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant