File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- ## unreleased
1
+ ## v0.3.0 (2023-06-19)
2
2
3
3
* FEATURE server: propagate window-change message (#55 @reynir )
4
4
* FEATURE server: implement ext-info and server-sig-algs extension (#56 @reynir )
5
5
* 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 )
7
9
* BUGFIX server: fix rekey (avoid allocating lots of timeout tasks (#58 @reynir )
8
10
* BUGFIX server: filter advertised host key algorithms with used host key
9
11
(#62 @hannesm )
12
+ * server: use logs instead of printf (#69 @hannesm )
10
13
* awa-lwt: drop package (unused, #61 @hannesm )
11
14
* drop Driver module, embed into awa_test_server.ml (#64 @hannesm )
12
15
You can’t perform that action at this time.
0 commit comments