mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
docs: replenish readme [ci skip]
replace old build status badge with new ones, bump up required version noted in docs, update developer contact to reflect current status.
This commit is contained in:
parent
21c71bf3ea
commit
3fc2fd8581
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,16 +1,20 @@
|
|||
#  uTLS
|
||||
[](https://github.com/refraction-networking/utls/actions)
|
||||
[](https://github.com/refraction-networking/utls/actions)[](https://github.com/refraction-networking/utls/actions)
|
||||
[](https://godoc.org/github.com/refraction-networking/utls#UConn)
|
||||
---
|
||||
uTLS is a fork of "crypto/tls", which provides ClientHello fingerprinting resistance, low-level access to handshake, fake session tickets and some other features. Handshake is still performed by "crypto/tls", this library merely changes ClientHello part of it and provides low-level access.
|
||||
Golang 1.19+ is required.
|
||||
|
||||
If you have any questions, bug reports or contributions, you are welcome to publish those on GitHub. If you want to do so in private, you can contact one of developers personally via sergey.frolov@colorado.edu.
|
||||
Golang 1.20+ is required.
|
||||
|
||||
If you have any questions, bug reports or contributions, you are welcome to publish those on GitHub. If you want to do so in private, ~~you can contact one of developers personally via sergey.frolov@colorado.edu~~.
|
||||
|
||||
You can contact one of developers personally via gaukas.wang@colorado.edu.
|
||||
|
||||
Documentation below may not keep up with all the changes and new features at all times,
|
||||
so you are encouraged to use [godoc](https://godoc.org/github.com/refraction-networking/utls#UConn).
|
||||
|
||||
*Note: Information provided below in this README.md could be obsolete.*
|
||||
*Note: Information provided below in this README.md could be obsolete. We welcome
|
||||
any contributions to refresh the documentations in addition to code contributions.*
|
||||
|
||||
# Features
|
||||
## Low-level access to handshake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue