Tags: mirage/awa-ssh
Tags
Release 0.5.2 CHANGES: * Add `Server.close`, fix close message semantics (#79 @reynir, review @hannesm) * Add authentication information in `Server.auth_state` `Done _` constructor (#80 @reynir, review @hannesm) * Make `Awa_mirage.Auth.lookup_user` public as it were before #74 (#81 @palainp, review @reynir)
Release 0.3.0 CHANGES: * 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 #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)
Release 0.2.0 CHANGES: * server: be able to stop using a Lwt_switch.t (#52 @dinosaure) * server: add Pty/Set_env/Start_shell events (#53 @dinosaure) * client: support password authentication and keyboard-interactive (#51 @hannesm, reported by @dgjustice #31) * client: add NIST EC curves (#31 @hannesm) * client: try public key authenticaion only once (#50 @reynir @hannesm) * remove (partially implemented) hostbased authentication (#31 @hannesm) * replace deprecated Cstruct.copy by Cstruct.to_string (#53 @dinosaure) * remove ppx_cstruct and sexplib dependencies (#54 @hannesm)
PreviousNext