Nickolay Olshevsky

Results 208 comments of Nickolay Olshevsky

@securitykernel Sorry for a delay. I absolutely don't mind moving it to upstream/CMake. However let's wait for @ronaldtse reply.

This is actually about tests, we have a lot of issues like this. What about totally disabling analysis for tests folder? CC @ronaldtse @dewyatt

While tests sources are marked as ignored for a while, Coverity still seem to analyze those and include into overall density calculations. Not sure what else could be done to...

`rnp_input_from_memory()` explicitly disallows zero-size input (however we should not this in documentation as well): ``` rnp_result_t rnp_input_from_memory(rnp_input_t *input, const uint8_t buf[], size_t buf_len, bool do_copy) try { if (!input ||...

I think would be logical to update our code to support zero-size input buffer in `rnp_input_from_memory()` for users convenience. > Though the callback work as expected, the rnp_output_memory_get_buf returns "bad...

Agree, we should definitely add some run with PQC, just didn't get to this task yet.

@antonsviridenko It could be somehow related to the redirected stdin (and be thrown from GTest side), as other PRs work well.

@antonsviridenko Did you try to revert you commits, related to stdio redirection, and see whether that helps?

@antonsviridenko Wow, this one get lost somehow. Locally you may just use corresponding Docker container, install prerequisites, copy rnp sources there, build and run tests. Another option is https://github.com/nektos/act but...

Hi @remicollet! > Main question, for now, is about which backend to use (botan-2 is too old in EPEL-8, OpenSSL is a core package for Enterprise distro) OpenSSL backend should...