0.1.13
What's Changed
- deps: update to rcgen 0.13
- tls: renamed not found private key error in #158
- TLS handshake data and keying material in #160
- Add Clone to Identity and PrivateKey by @cBournhonesque in #159
- Fix #161 - add
SessionRequest::remote_address
by @finnbear in #162 - Fix #163 - add
SessionRequest::too_many_requests()
. by @finnbear in #164 - Fix #165 - document that IPv4 addresses from
remote_address
may be mapped to IPv6. by @finnbear in #167 - tls: pem conversion and file storage in #177
- Refactoring TLS module and pub expose TLS configurations in #178
- CertificateHash without self-signed feature in #172
New Contributors
- @cBournhonesque made their first contribution in #159
- @finnbear made their first contribution in #162
Full Changelog: 0.1.12...0.1.13