github refraction-networking/utls v1.6.3
v1.6.3 Cryptographically Secured Shuffle

latest releases: v1.8.2, v1.8.1, v1.8.0...
2 years ago

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 which math/rand may generate deterministic output (e.g., same random number series from each cold start).

What's Changed

  • security: crypto/rand ShuffleChromeTLSExtensions by @gaukas in #286

Full Changelog: v1.6.2...v1.6.3

Don't miss a new utls release

NewReleases is sending notifications on new releases.