Dirk-Willem van Gulik

Results 55 comments of Dirk-Willem van Gulik

In _general_ on iOS and Android; when the CoronaMelder is used - the addresses are set to a nonsense value; which is changed every time the RPI is changed (roughly...

Just to suppress this message - it is indeed a false positive and warning. But unfortunately - becoming a common one - and playing havoc with automated processing tooling that...

In unix land - indeed no issue at all - there things trigger on exit(3) from stdlib. The issue is tools like Arduino, PIO, naive git-pipelines and others; which seem...

The method that mbed TLS its base64 uses (pass a null buffer pointer/len) and have ret return the actual length needed - works generally well. And limits the API signature...

I'd not be overly optimistic here - X509 certificates can contain a lot of metadata; many kilo-bytes in common scenarios around cross-signing, policy statements (esp. for IOT stuff near medical...

I am starting to suspect that this is something in OSX itself; as reseating the USB and/or killing the smartcard USB mux daemon seems to occasionally get this into a...

Complete/functional example that will reliably crash most SNMP tooling due to the 'fake' entry that is needed to make getBulk do the right getNext thing. ``` /* Wire any DS18B20...

The reason for this is that Espressif changed the API in their latest version of the IDE/SDK - and I’ve not yet updated the code for this newer API. Easiest...

Extra information: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html?highlight=rmt#id4