You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloak/internal/client
Selim ae14e28999
ServerName rotation (#158)
* inital servername rotation

* Move MockDomainList to LocalConnConfig as the list doesn't need to be sent to the remote

* Use CSPRNG to pick the next candidate of MockDomains

Co-authored-by: Andy Wang <cbeuw.andy@gmail.com>
4 years ago
..
TLS.go Use a pre-made buffer for TLSConn.Write 4 years ago
TLS_test.go Cleanup some tests using testify/assert 4 years ago
auth.go Update deprecated curve25519 functions and defend against low-order point attacks 4 years ago
auth_test.go Cleanup some tests using testify/assert 4 years ago
chrome.go Update Chrome signature to 85. Address #129 4 years ago
chrome_test.go Fix test GREASE comparison 4 years ago
connector.go Refactor for clarity and add comments 4 years ago
firefox.go Code cleanup and move stuff around 5 years ago
firefox_test.go Refactor client ClientHello composition 5 years ago
piper.go Implement UDP stream timeout. (#148) 4 years ago
state.go ServerName rotation (#158) 4 years ago
state_test.go Improve test coverage for client's ParseConfig 4 years ago
transport.go Export fields for testing 5 years ago
websocket.go Prevent nil pointer panic when server response is incorrect under CDN mode 4 years ago