mirage / awa-ssh

Purely functional SSH library in ocaml.
ISC License
104 stars 12 forks source link

Use Eqaf and hash to test the password #41

Closed dinosaure closed 2 years ago

dinosaure commented 2 years ago

A simple patch to use eqaf when we want to check the password - eqaf is already into the dependency graph.

hannesm commented 2 years ago

LGTM

hannesm commented 2 years ago

opam-lint mentions you should embed eqaf in the opam file (with a proper lower bound, likely 0.8)

dinosaure commented 2 years ago

I force-pushed the fix, ready to merge and cut a minor release.