Custom TLS key operation support
Adds custom TLS key operation support, allowing for user code to perform private key operations during the mutual TLS handshake. There is a new sample, CustomKeyOpsPubSub
, showing how to use this new functionality.
What's Changed
- Custom TLS key operation support by @TwistedTwigleg in #298
Full Changelog: v1.9.4...v1.10.0