Ian Craggs

Results 17 issues of Ian Craggs

Need updating from 3.1.1

enhancement

Allow the Server to specify an alternate Server to use on CONNACK or DISCONNECT. This can be used as a redirect or to do provisioning.

enhancement

Define a set of features which the Server does not allow and provide a mechanism for the Server to specify this to the Client. The features which can be specified...

enhancement

Provide a mechanism to enable challenge/response style authentication including mutual authentication. This allows SASL style authentication to be used if supported by both Client and Server, and includes the ability...

enhancement

Raised first here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=577965 Created [attachment 287734](https://bugs.eclipse.org/bugs/attachment.cgi?id=287734) [[details]](https://bugs.eclipse.org/bugs/attachment.cgi?id=287734&action=edit) poc.c Project and Version: eclipse/paho.mqtt.embedded-c, latest master branch (commit 29ab2aa29c5e47794284376d7f8386cfd54c3eed) Location: MQTTPacket/src/MQTTSubscribeServer.c:MQTTDeserialize_subscribe() Description: In MQTTDeserialize_subscribe(), the index is not checked when writing...

Warnings: ``` /home/icraggs/git/paho.mqtt.c/src/WebSocket.c:1324:17: warning: ‘SHA1_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1324 | SHA1_Init( &ctx ); /home/icraggs/git/paho.mqtt.c/src/WebSocket.c:1325:17: warning: ‘SHA1_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1325 | SHA1_Update( &ctx, ws_key,...

fix added

See the report in #1493: On the Paho C++ repo, someone just pointed out that the 2 and 4-byte integer property values are defined to always be unsigned. (According to...

bug