Skip to content

Releases: dafvid/pylibtls

v0.1.2

02 Feb 10:51
dfcfdfa
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Use .raw instead of .value on the string buffer to correctly handle NUL values in byte arrays.

What's Changed

  • Bugfix: tls_read(): use .raw instead of .value by @FoleyDiver in #2

New Contributors

Full Changelog: v0.1.1-pre...v0.1.2

v0.1.1-pre

08 Oct 23:03
e3b8328
Compare
Choose a tag to compare
v0.1.1-pre Pre-release
Pre-release

Client functionality OK. Partially tested. Not published to PyPi. Use at own risk. Report issues.