Skip to content

Commit

Permalink
changes for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jun 19, 2023
1 parent 090e489 commit 7f43310
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## unreleased
## v0.3.0 (2023-06-19)

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

Expand Down

0 comments on commit 7f43310

Please sign in to comment.