]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
mbedtls: use high-level PK API for signing w/ mbedTLS >= 3 2118/head
authorChristian Beier <info@christianbeier.net>
Sat, 20 Dec 2025 16:09:23 +0000 (17:09 +0100)
committerChristian Beier <info@christianbeier.net>
Sat, 20 Dec 2025 16:21:25 +0000 (17:21 +0100)
commit0ed6b5de08ba7d92fa2bc139fe0a6c586aaacb6a
tree4f95c6d87df15605e1d08988b73b13e27263aa98
parent235d64d1d6db63682a73a4594bfe59a84b84c4a6
mbedtls: use high-level PK API for signing w/ mbedTLS >= 3

They state in https://github.com/Mbed-TLS/mbedtls/blob/master/docs/3.0-migration-guide.md#remove-the-mode-parameter-from-rsa-functions
that the lower level API will not work as expected.

Closes #2115
common.c