David Bernard
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...
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...
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;...