-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: update deps for quic draft 29 #34033
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6fe4c7e - Browse repository at this point
Copy the full SHA 6fe4c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c4687 - Browse repository at this point
Copy the full SHA 41c4687View commit details -
deps: cherry-pick akamai/openssl/commit/a6282c566d88db11300c82abc3c84…
…a4e2e9ea568 Original Commit Message: Some cleanup for the main QUIC changes Try to reduce unneeded whitespace changes and wrap new code to 80 columns. Reword documentation to attempt to improve clarity. Add some more sanity checks and clarifying comments to the code. Update referenced I-D versions.
Configuration menu - View commit details
-
Copy full SHA for b872671 - Browse repository at this point
Copy the full SHA b872671View commit details -
deps: cherry-pick akamai/openssl/commit/d5a13ca6e29f3ff85c731770ab0ee…
…2f2487bf8b3 Original Commit Message: Prevent KeyUpdate for QUIC QUIC does not use the TLS KeyUpdate message/mechanism, and indeed it is an error to generate or receive such a message. Add the necessary checks (noting that the check for receipt should be redundant since SSL_provide_quic_data() is the only way to provide input to the TLS layer for a QUIC connection).
Configuration menu - View commit details
-
Copy full SHA for c8ad923 - Browse repository at this point
Copy the full SHA c8ad923View commit details -
deps: cherry-pick akamai/openssl/commit/a5a08cb8050bb69120e833456e355…
…f482e392456 Original Commit Message: Test KeyUpdate rejection For now, just test that we don't generate any, since we don't really expose the mechanics for encrypting one and the QUIC API is not integrated into the TLSProxy setup.
Configuration menu - View commit details
-
Copy full SHA for 31acd40 - Browse repository at this point
Copy the full SHA 31acd40View commit details -
deps: cherry-pick akamai/openssl/commit/bf4b08ecfbb7a26ca4b0b9ecaee3b…
…31d18d7bda9 Original Commit Message: Fix out-of-bounds read when TLS msg is split up into multiple chunks Previously, SSL_provide_quic_data tried to handle this kind of situation, but it failed when the length of input data is less than SSL3_HM_HEADER_LENGTH. If that happens, the code might get wrong message length by reading value from out-of-bounds region.
Configuration menu - View commit details
-
Copy full SHA for 7540e94 - Browse repository at this point
Copy the full SHA 7540e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9ff34 - Browse repository at this point
Copy the full SHA 1e9ff34View commit details -
deps: temporary fixup for ngtcp2 to build on windows
The ngtcp2 update uses a gcc builtin that is not available under _MSC_VER. This floats a patch to fix it. Upstream PR: ngtcp2/ngtcp2#247
Configuration menu - View commit details
-
Copy full SHA for aed5f87 - Browse repository at this point
Copy the full SHA aed5f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594844f - Browse repository at this point
Copy the full SHA 594844fView commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db4fc01 - Browse repository at this point
Copy the full SHA db4fc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26138a4 - Browse repository at this point
Copy the full SHA 26138a4View commit details -
quic: temporarily skip quic-ipv6only test
The dual stack support is currently broken as the QuicSocket endpoints are not properly accounting for all cases. Needs to be investigated further.
Configuration menu - View commit details
-
Copy full SHA for 5aaa9c1 - Browse repository at this point
Copy the full SHA 5aaa9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2a6dc - Browse repository at this point
Copy the full SHA 7d2a6dcView commit details