Skip to content

Commit 38d481a

Browse files
committed
Updated
1 parent 8eb9bd1 commit 38d481a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)