Releases: vibe-d/vibe-stream
Releases · vibe-d/vibe-stream
v1.3.0: Support for SSLKEYLOGFILE
This release brings in support for SSLKEYLOGFILE, so that one may inspect the unencrypted traffic in the same way this is done with cURL (https://everything.curl.dev/usingcurl/tls/sslkeylogfile.html).
What's Changed
- Bump revisions of openssl for CI by @schveiguy in #11
- add keylog support to OpenSSLContext object by @schveiguy in #10
New Contributors
- @schveiguy made their first contribution in #11
Full Changelog: v1.2.0...v1.3.0