forked from bogdanfinn/tls-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/update tls with chrome 146 #20
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
Open
dgtlctzn
wants to merge
57
commits into
master
Choose a base branch
from
feat/update-tls-with-chrome-146
base: master
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.
Open
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
f2deda3
add HTTP3 (QUIC) support (#189)
Dharmey747 c162eeb
added h3 to chrome_133 psk;
bogdanfinn a2ba361
updated shared library;
bogdanfinn 4f69240
added go 1.24 Dockerfiles;
bogdanfinn 974499a
added tests for content-length header order
bogdanfinn ee133aa
updated readme;
bogdanfinn 9776609
added option to disable http3;
bogdanfinn e676315
switched quic-go-utls fork from dharmey to own; (#195)
bogdanfinn 438e771
updated shared library;
bogdanfinn b657590
added possibility to disable http3 to shared library;
bogdanfinn 620da66
updated shared library;
bogdanfinn c102fc0
updated readme;
bogdanfinn 06f597e
refs #196: implemented support for socks4 proxies;
bogdanfinn 01d4bf7
Add 'keep_compressed' test (#201)
ypapouski f7d4154
updated dependencies;
bogdanfinn 96ae9bb
fixed failing test;
bogdanfinn 3651406
updated dependencies to use latest quic-go-utls
bogdanfinn 71e7aa4
Breaking Change: changed default cookiejar in shared library to be fh…
bogdanfinn 1223f68
updated shared library;
bogdanfinn dab03ee
fixes #191: fixed correct usage of PSK (41) extension in chrome_133;
bogdanfinn 8eb3c52
Add AllowHTTP, set StreamID value (#205)
gunir 5f8f259
Updated utls and fhttp for fixing #194;
bogdanfinn af6c630
implemented chromes happy eyeballs approach to determine which protoc…
bogdanfinn 264f9a9
updated shared library;
bogdanfinn 6680ed3
fixed shared library code;
bogdanfinn 9e9faaf
updated shared library;
bogdanfinn 32bdb7e
refs #95: implemented websocket support; (#208)
bogdanfinn e129d5a
fixed name of factory method for websockets;
bogdanfinn 6377e97
Update contributed_browser_profiles.go - Add Firefox 146, 147 (#209)
gunir 514815f
Add EUC-KR encoding for Korean (#207)
ahnse0 41acb74
added chrome 144, chrome 144 with PSK, firefox 147 without psk browse…
bogdanfinn 2d4093b
fixes #210: allow WithServerNameOverwrite without WithInsecureSkipVer…
bogdanfinn 145b2fd
updated fhttp dependency;
bogdanfinn 9046b9d
feat: HTTP/3 fingerprinting for Chrome 144 and Firefox 147 (#215)
bogdanfinn 635d5fa
Add Safari iOS 26.0, Chrome 146, Chrome 146 PSK, tests (#214)
nihiloid b516129
[Bug]: ipv6 url error (#212)
zephyr-profile f85e5c2
fixed websocket connection; (#216)
bogdanfinn 3a1dc16
updated dependencies;
bogdanfinn 725955a
print detected pins in error message in case of "bad ssl pin detected…
AndreaVitale f4a46b2
updated shared library;
bogdanfinn a3537d6
Add WithDialContext option for custom socket and DNS management (re-a…
gunir 7250494
feat: prerequest hooks n postrequest hooks (#220)
combo23 07c8679
Fix client_options.go syntax error (#222)
patyhank 85fb1b0
merge upstream
dgtlctzn 7e840f7
change go version
dgtlctzn 38d249c
update circle go orb
dgtlctzn 517da9a
modify config
dgtlctzn f081b53
omit nil check for maps (#224)
aarock1234 674eaed
Automatic Charset Detection of Response Body (#227)
DemBackfisch 3807c96
fix: header order for websockets (#230)
combo23 01df2cc
add new tls binary
dgtlctzn 343147a
add linux binary
dgtlctzn 3fa74c6
empty commit
dgtlctzn 148c5d6
Merge remote-tracking branch 'upstream/master' into feat/update-tls-w…
dgtlctzn e180a8d
increase timeout
dgtlctzn a827f40
increase timeout
dgtlctzn b968159
remove race
dgtlctzn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| nodejs 20.9.0 | ||
| golang 1.24.1 | ||
| golang 1.24.1 |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| nodejs 20.10.0 | ||
| golang 1.20 | ||
| golang 1.24.1 |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM golang:1.22-alpine3.20 | ||
| FROM golang:1.24.1-alpine3.21 | ||
| RUN apk add --no-cache \ | ||
| git \ | ||
| gcc \ | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests were failing until updating go and the circle go orb. Required slightly different syntax below.