Jérôme Danthinne

Results 23 issues of Jérôme Danthinne

I'm using OpenSSL 1.1.2301, and I recently got a crash report for `X509_check_private_key`, but by checking the source, I don't understand where that could come from. Before calling `X509_check_private_key`, I...

I'm testing a timeout case in my test, and my stubbed service has this method `func myMethod() async throws -> String`. When stubbing this method, I can use `theReturn` or...

## Description This adds support for throwing an error on the first iteration of a sequence, with the `onStart` closure, propagating the error to the `onFinish` closure as well. ##...