Yaroslav Maslennikov

Results 14 comments of Yaroslav Maslennikov

I'm a bit confused by the test results. As I see one subtest in shell_history_custom_error/1 test failed with the timeout, but a similar subtest passed just fine. Moreover I don't...

I added os:internal_init_os_cmd/1 because locally the tests that contain os:cmd/2 (at least some of them) crashed with badmatch at `{ok, Shell} = application:get_env() in os:mk_cmd/2`. I will add the test...

Now when I run local tests on the latest commit I again get `{badmatch, undefined}` for `os:mk_cmd()`, but not in all testsuites that use `os:cmd/2`. More so, I get errors...

Now as I see all the tests are passing. Is anything expected from my side? One of our customers is eager for getting the patch in their upcoming release, so...

Yes, the config option would work to select the shell. But our wish for `file:check_access/2` still stays :-) We often check read/write access to files (logs, credentials etc) but we...

Also usage of Ed448 curve is approved for digital signatures by FIPS 140-3 (unlike 140-2) but OTP still says `"Unsupported algorithm in FIPS mode"`

Taking into account these statements from NIST ``` September 22, 2020 | CMVP accepted FIPS 140-3 submissions April 1, 2022 | CMVP no longer accepts FIPS 140-2 submissions for new...

I agree that it would be the best if OpenSSL was the source of authority. But my knowledge of OpenSSL API is not good enough to see if there is...

An update (technically covered by the issue title but may be a separate problem): It is impossible to use `diffie-hellman-group-exchange-sha256` in SSH server in FIPS mode, although I could not...

Rebased to the latest master, hope that makes test failures go away.