Skip to content

Commit 6edfb9f

Browse files
committed
Fill some unreleased changes
1 parent 78cf4a3 commit 6edfb9f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Sunset Changelog
22

3+
# unreleased
4+
5+
### Added
6+
7+
- Add server authentication helpers `matches_username()`,
8+
`matches_password()`.
9+
10+
- Add environment session variable support
11+
12+
- Add mlkem768x25519 hybrid post-quantum key exchange
13+
Enabled by `mlkem` feature, will soon be default.
14+
15+
### Fixed
16+
17+
- Fix public key authentication. Github #30
18+
19+
- Don't fail in some circumstances during key exchange when
20+
packets are received in particular order. Github #25, Github #27
21+
22+
- Fix a hang where channels wouldn't get woken for more output
23+
after the SSH stream was written out. Github #25
24+
25+
- Fix using sshwire-derive outside of sunset
26+
27+
- Fix winch signal for sunsetc (regression in 0.3.0)
28+
29+
### Changed
30+
31+
- Log a better warning when host key signatures fail
32+
33+
- Improve exit code handling in sunsetc
34+
335
## 0.3.0 - 2025-06-16
436

537
### Changed

0 commit comments

Comments
 (0)