Hans Nilsson

Results 11 comments of Hans Nilsson

We don't plan for this, but it seems as a good medium-level PR project! Volunteers?

@marcellanz Please go ahead! Read [Contributing to Erlang/OTP](https://github.com/erlang/otp/blob/master/CONTRIBUTING.md) if you haven't done that already. Note specially the need for tests and for documentation. You could base the PR on the...

Which versions of OpenSSL cryptolib did you link to Erlang in the two cases? (Call crypto:info() to get that information)

Thanks for info of the versions information! A "funny" thing is that in OTP-24 it seems as it does not matter if one writes `public_key:sign(Body, sha512, Key)` or `public_key:sign(Body, none,...

Fixed in maint and master. It will be released in OTP-25.1 Thanks for the report!

Great work! And complete with tests and documentation - very good! But, for certain reasons it must be compileable also with OpenSSL versions less than 1.1.1. Less that 0.9.8c is...

If an algorithm is present in crypto:supports, it should return a value and not NOTSUP. That exception means that the algorithm is supported by Erlang/OTP, but not by the current...

Hi, I don't quite follow. What do you mean with "calling the one-time execution of the SCP command on an Erlang SSH daemon"? Did you call "scp -P PORT ......