Pascal Fremaux

Results 9 comments of Pascal Fremaux

I removed the comment concerning thread.c as it is probably wrong for the same reasons as the current comment, and by the way I did not noticed it was not...

Not a Mac specialist, but they seem to use a different API https://opensource.apple.com/source/Libc/Libc-1158.1.2/gen/clock_gettime.3.auto.html where CLOCK_MONOTONIC is equivalent to Linux CLOCK_BOOTTIME (not impacted by suspend) and CLOCK_UPTIME_RAW is equivalent to Linux...

Not for the moment, but we will test the change for CLOCK_BOOTTIME on embedded Linux 3.x (and Android 10) and I may give a feedback later to say if it...

A bit late but now I can report 6 months without issue when our platform goes to suspend with this patch ``` diff --git a/src/MQTTTime.c b/src/MQTTTime.c index 9afab0245c11c18992be8cfa53e88d9c883132e0..d05cc8d3f4e52f98eb5b92f9ab5694908fa5d6fe 100644 ---...

@icraggs of course It would be far better to use your own openssl in Android than to use the default Android boringSSL. As claimed by Google Android (written somewhere in...

Hello, did you check the result of the unit tests ? Your modification on the SSLOption structure make a lot of tests to fail. No real idea why (we have...

In fact you did not take into account the impact of the change of the struct version. The client do check on that number and would reject your structure as...

Another question is the goal of the change: is it close to the needs reached by other ways with #1328 #1247 ? Accessing to one engine and private key.

A probably better fix would be to know that you have a cyphered buffer and not log it !