Skip to content

Commit 7f43310

Browse files
committed
changes for 0.3.0
1 parent 090e489 commit 7f43310

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGES.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## unreleased
1+
## v0.3.0 (2023-06-19)
22

33
* FEATURE server: propagate window-change message (#55 @reynir)
44
* FEATURE server: implement ext-info and server-sig-algs extension (#56 @reynir)
55
* FEATURE server: support RFC 4419 (group key exchanges) and NIST ECDH key
6-
exchanges, and X25519 (#63 @hannesm)
6+
exchanges, and X25519 (#63 #67 @hannesm)
7+
* FEATURE server: handle unknown public keys (instead of closing the connection,
8+
send a message back, allowing other public keys to be probeb) (#68 @reynir)
79
* BUGFIX server: fix rekey (avoid allocating lots of timeout tasks (#58 @reynir)
810
* BUGFIX server: filter advertised host key algorithms with used host key
911
(#62 @hannesm)
12+
* server: use logs instead of printf (#69 @hannesm)
1013
* awa-lwt: drop package (unused, #61 @hannesm)
1114
* drop Driver module, embed into awa_test_server.ml (#64 @hannesm)
1215

0 commit comments

Comments
 (0)