- 02 Jul, 2018 1 commit
-
-
Ian Craggs authored
-
- 28 Jun, 2018 1 commit
-
-
Ian Craggs authored
-
- 27 Jun, 2018 1 commit
-
-
Ian Craggs authored
-
- 26 Jun, 2018 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 22 Jun, 2018 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 21 Jun, 2018 1 commit
-
-
Ian Craggs authored
-
- 20 Jun, 2018 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 18 Jun, 2018 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 16 Jun, 2018 1 commit
-
-
Ian Craggs authored
-
- 09 Jun, 2018 1 commit
-
-
Ian Craggs authored
-
- 08 Jun, 2018 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 07 Jun, 2018 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 04 Jun, 2018 3 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
prevent segfault for unknown protocol in test app
-
Ian Craggs authored
Tweaks to ssl hostname verification
-
- 02 Jun, 2018 1 commit
-
-
Keith Holman authored
This patch updates the source code to not seg fault when an unknown protocol is specified on the command line in the test app: paho_cs_sub Previously the output would be: ``` ./paho_cs_pub my/topic --host bad://test.mosquitto.org --port 8081 Using topic my/topic Connecting Segmentation fault (core dumped) ``` After this patch the output is: ``` ./paho_cs_pub my/topic --host bad://test.mosquitto.org --port 8081 Using topic my/topic Connecting Failed to connect ``` Signed-off-by:
Keith Holman <keith.holman@windriver.com>
-
- 01 Jun, 2018 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 26 May, 2018 1 commit
-
-
Jasper Wallace authored
Return SSL_FATAL, not SOCKET_ERROR so that connecting fails with a host we can't verify. Also return an error for OpenSSL internal errors. Free peername to avoid a memory leak. Signed-off-by:
Jasper Wallace <jasper@arcolaenergy.com>
-
- 24 May, 2018 1 commit
-
-
- 21 May, 2018 1 commit
-
-
Ian Craggs authored
-
- 17 May, 2018 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
fix memory out of bound access and stack overflow in UTF8_validate
-
Ian Craggs authored
-
-
- 16 May, 2018 5 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
Fix directory location mismatches
-
Ian Craggs authored
Fix typo in printf format string
-
Ian Craggs authored
-
- 11 May, 2018 1 commit
-
-
Dominik Thalhammer authored
Signed-off-by:
Dominik Thalhammer <dominik@thalhammer.it>
-
- 05 May, 2018 1 commit
-
-
Ian Craggs authored
-