File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments