Skip to content

Releases: ulixee/utls

v0.0.16

19 May 14:20

Choose a tag to compare

Port in ALPS fix from "getLantern"
Update brotli dependency

v0.0.15

25 Oct 16:55

Choose a tag to compare

Full Changelog: v0.0.14...v0.0.15

v0.0.12: Fix #33: renegotiation and export extension fields (#34)

06 Apr 14:14

Choose a tag to compare

Renegotiation:
 - Disallow specifying the body of Renegotiation extensions to
   avoid assumption that it will be verified.
 - Marshal the extension, if it is present in the uconn.Extensions list,
   even if Renegotiation is set to Never.

Exports all unexported uTLS extension fields.

Fixes #33