Releases: ulixee/utls
Releases · ulixee/utls
v0.0.16
v0.0.15
Full Changelog: v0.0.14...v0.0.15
v0.0.12: Fix #33: renegotiation and export extension fields (#34)
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