v1.2.1 Improvements and Fix
What's Changed
- Fix Client Certificate Verification when Using Extended Master Secret by @DunyaKokoschka in #143
- Bugfix: FingerprintClientHello should work when the dump contains the… by @svmk in #121
- Misspelling ? by @githuu5y5u in #154
- Add randomized clientHello generation in UTLSIdToSpec. by @fedosgad in #155
- Support randomized with non-nil seed in UTLSIdToSpec by @RPRX in #157
- add InsecureSkipServerNameVerify to tls.Config by @TNQOYxNU in #158
- Replace InsecureSkipServerNameVerify with InsecureServerNameToVerify by @RPRX in #161
- update go.mod by @gaukas in #153
- Bump HelloChrome_Auto version by @gaukas in #162
New Contributors
- @DunyaKokoschka made their first contribution in #143
- @svmk made their first contribution in #121
- @githuu5y5u made their first contribution in #154
- @RPRX made their first contribution in #157
- @TNQOYxNU made their first contribution in #158
Full Changelog: v1.2.0...v1.2.1
We will not sync with upstream crypto/tls
until the next tagged version.