Releases: trailofbits/tlslib.py
Releases · trailofbits/tlslib.py
v0.0.2rc3
What's Changed
- Update getpeercert to return bytes by @jvdprng in #55
- Add API support arbitrary identifiers for trust stores, certificates, and private keys by @jvdprng in #54
- Adding support for system recommended settings by @jvdprng in #53
- Small fix for buffers by @jvdprng in #57
- Remove fileno from TLSSocket API by @jvdprng in #58
- Pure types for trust store, certificates, and private keys by @jvdprng in #56
Full Changelog: v0.0.2rc2...v0.0.2rc3
v0.0.2rc2
v0.0.2rc1
v0.0.2rc0
Add release.yml and set version to 0.0rc0 (#45) * Add release.yml and set version to 0.0rc0 * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: William Woodruff <william@trailofbits.com>