Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jenia81 authored Nov 22, 2022
1 parent bed292c commit c6e135b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

- Izuma branding changes.
- Support for multiple ciphers via config flag `PAL_MAX_ALLOWED_CIPHER_SUITES`.
- This is required for improved LwM2M compliancy.
- This is required for improved LwM2M compliance.
- Please ensure your TLS configuration also enables the required ciphers.
- Add support for parsing Pkcs#7 certificate format. This format is used in EST flow.
- This is required for improved LwM2M compliancy.
- **Developer flow only:** The device goes through storage reset, if the compiled credential file is different from the stored credentials.
- This is required for improved LwM2M compliance.
- **Developer flow only:** The device goes through a storage reset if the compiled credential file differs from the stored credentials.
- In `LWM2M_COMPLIANT` mode, use Bootstrap server CA as LwM2M server CA for enabling server certificate verification during TLS handshake.
- Fix compilation issue with glibc 2.34 and newer where PTHREAD stack sizes have been changed to runtime variables.
- Alternating port fallback function for `MBED_CLOUD_CLIENT_CUSTOM_URI_PORT` added.
* If a socket error is encountered, next try will be done with original CoaP port `5684`.
* After 2nd fail we alternate back to custom port.
* NOTE! Only port 443 can be used as a alternative customer port with Izuma Networks.
* If a socket error is encountered, the next try will be done with the original CoaP port `5684`.
* After 2nd failure, we alternate back to the custom port.
* NOTE! Only port 443 can be used as an alternative customer port with Izuma Networks.


### Release 4.12.0 (01.03.2022)
Expand Down

0 comments on commit c6e135b

Please sign in to comment.