mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

mbedtls module for Zephyr, this is not a mirror of the official mbedtls repository.

Results 12 mbedtls issues
Sort by recently updated
recently updated
newest added

This MR adds the module name in zephyr/module.yml, as is stated in the [official documentation](https://docs.zephyrproject.org/latest/develop/modules.html#module-name): > Each Zephyr module is given a name by which it can be referred to...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

## Description This commits belongs to PR 9138 of the official MbedTLS repo (https://github.com/Mbed-TLS/mbedtls/pull/9138). It will be included both in the next LTS release (3.6.1) as well as the next...

`psa_crypto_mac.c` requires cipher's functions so we need to auto-enable MBEDTLS_CIPHER_C when CMAC support in PSA is built-in. This PR tracks the change introduced in the official Mbed TLS repo https://github.com/Mbed-TLS/mbedtls/pull/9178....

CNSA supersedes NSA SuiteB crypto suites, esp. brings back RSA with higher modulus (>=3072). This was based on RFC9151, see [1]. Implements #4602. [1] - https://datatracker.ietf.org/doc/rfc9151/ Upstream PR: https://github.com/Mbed-TLS/mbedtls/pull/9460 ##...

## Description Fixed a debug message log level. It was printing at error level which may confuse people who do debug ## PR checklist Please tick as appropriate and edit...