David Bernard

Results 3 issues of David Bernard

Hi! We are using dropbearkey in embedded systems, and noticed that the average delay for generating a RSA key of 2048 bits has doubled with 2022.82 version, compared to our...

speed

Jitsi on my Mac crashed for no apparent reason. It was idle and in the background and didn't even received any incoming call. See attached logs. BTW I used the...

platform:Mac

I have the habit of indicating if a function parameter is a "return" parameter by adding the /\*OUT\*/ comment before the parameter: ```php function Test($szParam1, /*OUT*/ &$rszParamReturned) { return void;...