Hugo Landau

Results 328 comments of Hugo Landau

Two small commits for CI failures

@romen I don't think we can retrieve the compression type from the CLI. Am I missing something or can we not test this?

The Windows failure is a bit of a mystery to me as I can't replicate it under mingw. I have a draft of CLI tests but I don't want to...

Fixed Windows issue. This was a pain to debug... this was caused by using `BIO_new(BIO_s_file())` followed by `BIO_set_fd`. This results in BIO_s_file trying to call UP_fsetmod. Since uplinks are not...

@romen CLI tests added. I've limited this to a small number of curves to avoid the tests taking excessive time. If you prefer all curves, I can do this, but...

@romen @jOgmE Sorry for the delay. See PR https://github.com/openssl/openssl/pull/18320.