Releases: dafvid/pylibtls
Releases · dafvid/pylibtls
v0.1.2
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
- @FoleyDiver made their first contribution in #2
Full Changelog: v0.1.1-pre...v0.1.2
v0.1.1-pre
Client functionality OK. Partially tested. Not published to PyPi. Use at own risk. Report issues.