Summarized Changelog:
- Add support for implementing custom RNG objects through the FFI interface
- Improve safegcd bounds, improving runtime performance
- Fix a bug introduced in 2.9.0 where BigInt::operator< would return an incorrect result if both operands were negative
- Reject non-TLS messages as quickly as possible without waiting for a full record
- Fixes for TLS::Stream::async_shutdown
Full changelog available here.