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

quic: various additional cleanups, fixes in Endpoint #51340

Closed
wants to merge 12 commits into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Jan 2, 2024

More ongoing fixes and improvements. Depends on #51310 landing first.

I've started going through and working to get the server-side of the implementation working with curl+quiche as the quic/http3 client which is driving the fixes and changes, in addition to just other ongoing cleanup.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto
  • @nodejs/gyp

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Jan 2, 2024
@jasnell jasnell marked this pull request as ready for review January 6, 2024 22:33
@jasnell jasnell added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 6, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 6, 2024
@nodejs-github-bot

This comment was marked as outdated.

@jasnell jasnell force-pushed the quic-part-11 branch 2 times, most recently from c32d465 to 40f9134 Compare January 7, 2024 03:33
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@Qard
Copy link
Member

Qard commented Jan 8, 2024

macOS seems to be complaining about an unused field.

../src/quic/tlscontext.h:216:16: error: private field 'env_' is not used [-Werror,-Wunused-private-field]
  Environment* env_;

@MuratovBektur
Copy link

please add a quic label for this issue

@Qard Qard added the quic Issues and PRs related to the QUIC implementation / HTTP/3. label Mar 20, 2024
@jasnell
Copy link
Member Author

jasnell commented Mar 24, 2024

FYI... still planning to get this in. Likely will work on quic more in mid to late April

Reworks TLSContext to allow server endpoints to share a common
SSL_CTX while having different SSL objects for each connection.

Removes the dependency on the SecureContext base object and
ensures proper configuration of the TLS context for QUIC.

Simplifies some of the options passed in for the TLSContext.
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Apr 21, 2024

jasnell added a commit that referenced this pull request Apr 21, 2024
PR-URL: #51340
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
@jasnell
Copy link
Member Author

jasnell commented Apr 21, 2024

Landed in 06a3a2a

@jasnell jasnell closed this Apr 21, 2024
aduh95 pushed a commit that referenced this pull request Apr 29, 2024
PR-URL: #51340
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
@marco-ippolito marco-ippolito added the dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants