mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
feat(mbedtls): adds support for RSA decryption with DS peripheral
This commit is contained in:
@@ -86,3 +86,16 @@ def test_mbedtls_ecdsa_sign(dut: Dut) -> None:
|
||||
@idf_parametrize('target', ['esp32c2'], indirect=['target'])
|
||||
def test_mbedtls_rom_impl_esp32c2(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases()
|
||||
|
||||
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.parametrize(
|
||||
'config',
|
||||
[
|
||||
'ds_rsa',
|
||||
],
|
||||
indirect=True,
|
||||
)
|
||||
@idf_parametrize('target', ['esp32s3'], indirect=['target'])
|
||||
def test_mbedtls_ds_rsa(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases(group='ds_rsa')
|
||||
|
Reference in New Issue
Block a user