Manuel Pégourié-Gonnard
Manuel Pégourié-Gonnard
https://confluence.arm.com/display/CESW/Mbed+TLS+Release+Process @davidhorstmann-arm will lead and prepare 3.6.1; @mpg will assist and prepare 2.28.1 List of security issues fixed in these releases, with links to advisories: [r1260](https://github.com/Mbed-TLS/mbedtls-restricted/issues/1260), [r1246](https://github.com/Mbed-TLS/mbedtls-restricted/issues/1246) and [r1244](https://github.com/Mbed-TLS/mbedtls-restricted/issues/1244).
Similar to #9704 but for the tf-psa-crypto submodule when we have one. Depends on #9625
Implement the following point of the [framework CI specification](https://github.com/Mbed-TLS/mbedtls-framework/blob/main/docs/framework-design.md#ci-architecture): > When merging a pull request to an official branch in a consuming repository (development, LTS branches), check that the framework...
## Description Preparation for #9636. Not moving anything to the framework yet, just splitting the files the way we'll want them for moving the shared parts. ## PR checklist -...
## Description This is the 3.6 backport of #9657. The commits structure is as follows: 1. First, fully align `all.sh` with development: - mostly changes that had been done in...
### Description - Type: Enhancement\Feature Request - Priority: Minor ## Enhancement\Feature Request **Suggested enhancement** Wireshark has a [feature](https://lekensteyn.nl/files/wireshark-ssl-decryption.pdf#page=6) to decrypt content of TLS connections, which obviously needs cooperation from the...
Remove the following scripts from the development branch: - `all-in-docker.sh`, `ssl-opt-in-docker.sh`, `basic-in-docker.sh`, `docker_env.sh`, `tests/docker/bionic/Dockerfile` - obsoleted by our CI images now being publicly available, see https://github.com/Mbed-TLS/mbedtls-test?tab=readme-ov-file#quick-start and https://github.com/Mbed-TLS/mbedtls-test/blob/main/resources/docker_files/README.md - `travis-log-failure.sh`...
TLS 1.3 clients that want to take full advantage of resumption will have to maintain a pool of the session tickets sent by a particular server. In order to maintain...
Note: split from #6640 Add ability for the server to send multiple tickets according to a policy chosen by the application. Likely policies may include: - send N tickets as...
The script `all.sh` that once was monolithic [has been split](https://github.com/Mbed-TLS/mbedtls/pull/8226) into a core (still `all.sh`) and component definitions (`components*.sh`). We need to move the core to the framework repo so...