132 Commits (a6ab43aa888b13d72ea3b7e51a6fb6f4c294d9f0)

Author SHA1 Message Date
Dominik Ermel fb71031445 modules: mbedtls: Expose MBEDTLS_RSA_C 3 months ago
Dominik Ermel 350a223321 modules: mbedtls: Expose MBEDTLS_PLATFORM_NO_STD_FUNCTIONS 3 months ago
Valerio Setti c9d8d57eb0 mbedtls: rename tls-generic Kconfig and configuration header file 4 months ago
Valerio Setti 470f404eb6 mbedtls: remove unnecessary headers 4 months ago
Tomi Fontanilles 8627250d3c modules: mbedtls: add promptless CONFIG_MBEDTLS_PSA_CRYPTO_STORAGE_C 4 months ago
Dominik Ermel e8589d232b modules: mbedtls: Provide CONFIG_MBEDTLS_ASN1_PARSE_C 6 months ago
Aleksandr Khromykh 967b096ad9 Bluetooth: Mesh: use secure storage in ble mesh 6 months ago
Valerio Setti 46b8536a27 mbedtls: add TEST_CSPRNG_GENERATOR to the list of non-CS sources 7 months ago
Valerio Setti 39068cc70e mbedtls: select ENTROPY_GENERATOR when a driver is available 7 months ago
Valerio Setti c6f7f99eaf mbedtls: rename automatically generated Kconfig file for PSA symbols 7 months ago
Valerio Setti e534717a40 mbedtls: auto-enable PSA_WANT_KEY_TYPE_xxx_KEY_PAIR_BASIC 7 months ago
Tomi Fontanilles 8547add5ae modules: mbedtls: fix ITS configuration on POSIX architecture 7 months ago
Valerio Setti 95aaa97dc3 mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 8 months ago
Valerio Setti 2f6ea8ed77 mbedtls: add Kconfig symbol CONFIG_MBEDTLS_PSA_STATIC_KEY_SLOTS 8 months ago
Valerio Setti 516886be1b mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 8 months ago
Valerio Setti 08bd9c72bd mbedtls: use CSPRNG whenever possible as PSA random source 8 months ago
Valerio Setti ac6d834272 mbedtls: auto-select MBEDTLS_CIPHER_AES_ENABLED when built-in in PSA 8 months ago
Pavel Vasilyev 86b666548b modules: mbedtls: Enable back Mbed TLS PSA Crypto Storage C 9 months ago
Jordan Yates a29db9800e modules: mbedtls: compile PAKE with PSA 9 months ago
Tomi Fontanilles 4b479016a7 modules: mbedtls: enable persistent keys when CONFIG_SECURE_STORAGE 9 months ago
Emil Lindqvist ca41413038 mbedtls: add ability to use custom memory section for mbedtls heap 10 months ago
Tomi Fontanilles 1379554e11 modules: mbedtls: add Kconfig option for MBEDTLS_X509_CRT_WRITE_C 10 months ago
Valerio Setti 6be57aaedf net: sockets_tls: add support for TLS 1.3 10 months ago
Valerio Setti 33931cf8e1 mbedtls: remove unused option MBEDTLS_SSL_EXPORT_KEYS 10 months ago
Valerio Setti 7fadfeec7c mbedtls: do not set PSA_WANT_KEY_TYPE_[RSA/ECC]_KEY_PAIR_BASIC 10 months ago
Valerio Setti e26f00fc5f mbedtls: move entropy polling functions to a dedicated file 11 months ago
Valerio Setti 5ef44fdd8c mbedtls: add new kconfig for non-CSPRNG sources in psa_generate_random() 11 months ago
Valerio Setti 6523fb3cb0 mbedtls: improve description of PSA random number generators 11 months ago
Valerio Setti 98ddf107fa mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 11 months ago
Valerio Setti e3e13fb40b mbedtls: rename MBEDTLS_ENTROPY_ENABLED as MBEDTLS_ENTROPY_C 11 months ago
Simone Orru ad208e1e7c modules: mbedtls: Enable PEM writing when PEM cert format is selected 11 months ago
Tomi Fontanilles 76b73838ed modules: mbedtls: remove Kconfig options for TLS 1.0 and 1.1 11 months ago
Benjamin Bigler 744b21c738 modules: mbedtls: add x509write.c source file 11 months ago
Jordan Yates a96b017e3e modules: mbedtls: rename `MBEDTLS_PSA_CRYPTO_RND_SOURCE` 12 months ago
Tomi Fontanilles 50c03e9bbe modules: mbedtls: fix MBEDTLS_PSA_P256M_DRIVER_RAW Kconfig option 12 months ago
Tomi Fontanilles 83cd9f5a01 modules: mbedtls: properly guard PSA_CRYPTO_C 1 year ago
Maochen Wang b7ed82c060 modules: mbedtls: Fix init hang issue 1 year ago
Valerio Setti 30c9f5eaa5 net: add proper PSA_WANT kconfigs for TLS sockets and RSA key exchanges 1 year ago
Valerio Setti 41389fbb81 mbedtls: add a kconfig to use the p256-m directly (without PSA interface) 1 year ago
Valerio Setti 69fa93bb79 mbedtls: add psa_crypto_init() when Mbed TLS acts a PSA crypto client 1 year ago
Valerio Setti 185ec2bf78 mbedtls: add support for the P256M driver 1 year ago
Fengming Ye edd0ed7339 mbedtls: add kconfig options 1 year ago
Valerio Setti 9360b6e1aa mbedtls: remove unused kconfigs for Blowfish, ARC4 and MD4 1 year ago
Tomi Fontanilles c1342b3aa9 modules: mbedtls: remove the default enabling of features 1 year ago
Tomi Fontanilles 3efdbe6c0c modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates 1 year ago
Valerio Setti 11920e35a0 mbedtls: reduce heap usage when building PSA crypto 1 year ago
Valerio Setti 210e08be5d bluetooth: mesh: update BT_MESH_USES_MBEDTLS_PSA selected symbols 1 year ago
Valerio Setti a1a7c9081a mbedtls: add new source file from MbedTLS 3.6 release 1 year ago
Valerio Setti 12ff947568 mbedtls: add new PSA_CRYPTO_CLIENT config 1 year ago
Valerio Setti 2adb4cac17 mbedtls: default enable USE_PSA_CRYPTO when CRYPTO_C 1 year ago