mbedtls/include
Pengyu Lv 08daebb410 Make endpoint getter parameter a pointer to const
It would be convenient for users to query the endpoint
type directly from a ssl context:

```
    mbedtls_ssl_conf_get_endpoint(
        mbedtls_ssl_context_get_config(&ssl))
```

Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
2023-07-10 11:33:23 +08:00
..
mbedtls Make endpoint getter parameter a pointer to const 2023-07-10 11:33:23 +08:00
psa library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT 2023-06-30 10:16:21 +02:00
.gitignore
CMakeLists.txt