lwip/src
Simon Goldschmidt 0189e7b02f mqtt: allow user + pass longer than 255 chars
See bug #54655:
"MQTT brokers such as Google Cloud IoT Core requires MQTT clients
to send JSON Web Token (JWT) as password field of the MQTT Connect
packet. JWT can be more than 255 bytes.
Currently, the MQTT library restricts password to be less than 256
bytes, thus it prevents connectivity to Google Cloud IoT Core."

Fix that by just converting the local variables for these from u8_t
to u16_t.

Suggested-by: Richmond Umagat <richmond.umagat@brtchip.com>
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2018-09-13 14:59:08 +02:00
..
api api_lib: fix NETCONN_MBOX_WAITING_DEC() for LWIP_NETCONN_FULLDUPLEX 2018-08-07 13:39:41 +02:00
apps mqtt: allow user + pass longer than 255 chars 2018-09-13 14:59:08 +02:00
core Fix bug #54506 (LWIP_CHECKSUM_ON_COPY causes wrong checksum (0xFFFF)) 2018-09-12 21:56:16 +02:00
include http_client.c: Fix compile when TCP is disabled 2018-09-12 08:27:43 +02:00
netif ppp: fix implicit conversion from size_t to u8_t 2018-09-12 22:22:10 +02:00
Filelists.cmake Fix cleanup of existing documentation of target lwipdocs 2018-09-11 08:16:01 +02:00
Filelists.mk Revert Filelists.mk to original state - it is not really useful to generate it from Filelists.cmake 2018-05-02 09:40:36 +02:00
FILES