-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update module github.com/refraction-networking/utls to v1.6.7 #7
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-refraction-networking-utls-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ddf3d27
to
8d827bb
Compare
8d827bb
to
22ddad2
Compare
22ddad2
to
b919184
Compare
b919184
to
9a61f7c
Compare
9a61f7c
to
5e9de21
Compare
5e9de21
to
754ae07
Compare
754ae07
to
6dc4308
Compare
6dc4308
to
04108cf
Compare
04108cf
to
9cefa67
Compare
9cefa67
to
69121f3
Compare
69121f3
to
9e9ec28
Compare
9e9ec28
to
ac73ac7
Compare
ac73ac7
to
8ec1298
Compare
8ec1298
to
cf95720
Compare
cf95720
to
cd6d727
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
cd6d727
to
9fe2b07
Compare
9fe2b07
to
06162ea
Compare
06162ea
to
0b1d8be
Compare
0b1d8be
to
477bae3
Compare
477bae3
to
6025211
Compare
6025211
to
3cb23c6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.2
->v1.6.7
Release Notes
refraction-networking/utls (github.com/refraction-networking/utls)
v1.6.7
: Allow inspecting Client Hello before locking Session/PSKCompare Source
What's Changed
Full Changelog: refraction-networking/utls@v1.6.6...v1.6.7
v1.6.6
: Hotfix: QUIC must not send non-empty session ID by RFCCompare Source
What's Changed
Full Changelog: refraction-networking/utls@v1.6.5...v1.6.6
v1.6.5
: Popular Firefox 120 parrot and deps updateCompare Source
What's Changed
New Contributors
Full Changelog: refraction-networking/utls@v1.6.4...v1.6.5
v1.6.4
: bugfix: UConn incorrectly inherits Conn methodsCompare Source
What's Changed
(*UConn).Read()
and Secure Renegotiation by @gaukas in https://github.com/refraction-networking/utls/pull/292Full Changelog: refraction-networking/utls@v1.6.3...v1.6.4
v1.6.3
: Cryptographically Secured ShuffleCompare Source
Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from
math/rand
. This patch is for some much restrictive platforms such as WebAssembly -- on whichmath/rand
may generate deterministic output (e.g., same random number series from each cold start).What's Changed
Full Changelog: refraction-networking/utls@v1.6.2...v1.6.3
v1.6.2
: Dependency and Upstream UpdateCompare Source
What's Changed
Full Changelog: refraction-networking/utls@v1.6.1...v1.6.2
v1.6.1
: Hotfix: kyberslash2Compare Source
Security Warning
This is a security update fixing kyberslash2, a timing side-channel attack against CIRCL library used by uTLS.
What's Changed
Full Changelog: refraction-networking/utls@v1.6.0...v1.6.1
v1.6.0
: One step closer to ECHCompare Source
What's New
What's Changed
OmitEmptyPsk
field inPreSharedKeyExtension
(closes #255) by @sleeyax in https://github.com/refraction-networking/utls/pull/256New Contributors
Full Changelog: refraction-networking/utls@v1.5.4...v1.6.0
v1.5.4
: Maintenance: bugfix and undo breaking APICompare Source
What's Changed
New Contributors
Full Changelog: refraction-networking/utls@v1.5.3...v1.5.4
v1.5.3
: Hotfix: secondary key shareCompare Source
What's Changed
keySharesParams
by @gaukas in https://github.com/refraction-networking/utls/pull/238Full Changelog: refraction-networking/utls@v1.5.2...v1.5.3
v1.5.2
: bugfixCompare Source
What's Changed
New Contributors
Full Changelog: refraction-networking/utls@v1.5.0...v1.5.2
v1.5.1
Compare Source
v1.5.0
: Post-Quantum and Session ResumptionCompare Source
What's Changed
A big shout out to @3andne for spending time on major refactoring/revision in the Session Resumption for both TLS 1.2 (SessionTicket-based) and TLS 1.3 (PreSharedKey-based)!
New API
Full Changelog: refraction-networking/utls@v1.4.3...v1.5.0
v1.4.3
: Buggy versions retractedCompare Source
Retract v1.4.0, v1.4.1 for a breaking change made by
crypto/tls
in client handshake. This tag contains no code change from v1.4.2 since v1.4.2 patches the exact bug in the retracted versions.What's Changed
New Contributors
Full Changelog: refraction-networking/utls@v1.4.2...v1.4.3
v1.4.2
: Hotfix: ClientSessionCacheCompare Source
Provide a dirty fix for a bug(?) triggered when
Config.ClientSessionCache
isnil
andsession_ticket
is received from a server.v1.4.1
: Go above and beyondCompare Source
Security Fix
What's New
1.191.20What's Changed
New Contributors
Full Changelog: refraction-networking/utls@v1.3.3...v1.4.1
v1.4.0
Compare Source
v1.3.3
: Compatibility and OptimizationCompare Source
What's Changed
Full Changelog: refraction-networking/utls@v1.3.2...v1.3.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.