Eric Blankenhorn
Eric Blankenhorn
# Description Return value must be set to 0 after calling `tsip_Tls13GenSharedSecret` Fixes zd14428 # Testing Customer confirmed # Checklist - [ ] added tests - [ ] updated/added doxygen...
# Description Remove `WOLFSSL_EXTRA` config macro. Build configured with this macro has been broken since x509 code was relocated. Customer states that their build from 4.8.1 that used `WOLFSSL_EXTRA` now...
# Description Add conditional for `WOLFSSL_ALLOW_TLS_SHA1` with `!NO_OLD_TLS` Fixes #4791 # Testing Built with `./configure --disable-oldtls -- CFLAGS="-DWOLFSSL_ALLOW_TLS_SHA1"`
If a MQTT-SN client issues a disconnect containing a sleep timer, the disconnect callback should not trigger on the gateway reply confirmation. This fixes an issue first reported by ZD14059
From https://www.wolfssl.com/forums/post6291.html > For a system, which has more than ONE client, it is desirable that the MQTT library resources are independent for each client. > > There are many...
# Description In evp.c, replace casts to`uint32_t` with `word32` Fix build error with `./configure --enable-crl --enable-asn=template` # Testing Clean build # Checklist - [ ] added tests - [ ]...
# Description `wc_GmacSetKey` and `wc_GmacUpdate` doxygen examples should show using `wc_AesInit` to set the Aes devID. Fixes zd14858 # Testing Documentation only # Checklist - [ ] added tests -...
# Description To support mosquitto OSP Add `SSL_CTX_set_dh_auto` stub Add `--enable-mosquitto` config option # Testing wolfSSL ``` git clone https://github.com/wolfSSL/wolfssl.git cd wolfssl ./autogen.sh ./configure --enable-mosquitto CFLAGS="-DALLOW_INVALID_CERTSIGN -DWOLFSSL_CRL_ALLOW_MISSING_CDP" make make install...
As a future TODO... when comparing this with `MqttClient_WaitType` there are some fixes that need brought over. _Originally posted by @dgarske in https://github.com/wolfSSL/wolfMQTT/pull/366#discussion_r1378145887_