Skip to content

Releases: mirage/awa-ssh

0.3.1

08 Feb 11:47
Compare
Choose a tag to compare

CHANGES:

0.3.0

19 Jun 20:35
Compare
Choose a tag to compare

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)

0.2.0

22 Mar 15:04
Compare
Choose a tag to compare

CHANGES:

0.1.2

16 Feb 16:19
Compare
Choose a tag to compare

CHANGES:

0.1.1

14 Jun 11:29
Compare
Choose a tag to compare

CHANGES:

  • awa_gen_key: output ed25519 private key instead of the seed (@hannesm, #46)

0.1.0

19 Jan 11:22
Compare
Choose a tag to compare

CHANGES:

  • mirage: add server implementation, and ssh subsystem (#35, @palainp)
  • client: accept channel extended data (stderr) (@art-w, #43)
  • cram test for awa_gen_key and what a user provides (@dinosaure, #44)

0.0.5

14 Dec 11:59
Compare
Choose a tag to compare

CHANGES:

0.0.4

28 Oct 11:18
Compare
Choose a tag to compare

CHANGES:

v0.0.3

22 Apr 16:05
Compare
Choose a tag to compare

CHANGES:

  • Adapt to mirage-crypto-ec 0.10.0 API changes (#26 @hannesm)

v0.0.2

14 Apr 17:31
Compare
Choose a tag to compare

CHANGES: