robur-coop / miragevpn

An opinionated implementation of the OpenVPN protocol
BSD 2-Clause "Simplified" License
79 stars 9 forks source link

Reenable tls-ekm #243

Closed reynir closed 6 months ago

reynir commented 6 months ago

The bug has been identified in ocaml-tls and fixed by @hannesm. Clients and servers should again use tls-ekm for key derivation if possible.

Closes #181.

hannesm commented 6 months ago

looks good, wait for https://github.com/ocaml/opam-repository/pull/25870 and we should adjust the tls bound to >= 0.17.5 :)

hannesm commented 6 months ago

thanks, CI is green and the tls release is merged. :)