File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919- Updated format strings to use modern Rust syntax
2020- Fixed Clippy warnings throughout the codebase
2121- Added Default implementation for Dispatcher
22+ - Replaced manual slice copying with more efficient ` copy_from_slice ` operations
23+ - Added proper deprecated attribute handling for legacy message variants
24+ - Fixed key derivation to ensure consistent shared secrets in secure handshake
25+
26+ ### Fixed
27+ - Fixed intermittent test failures in secure handshake tests
28+ - Added deterministic test keys for stable test behavior
29+ - Implemented explicit nonce setting for reproducible tests
2230
2331### Security
2432- Implemented Elliptic Curve Diffie-Hellman (ECDH) key exchange using x25519-dalek
You can’t perform that action at this time.
0 commit comments