From 9abf7d66593b69e2a7b0451e8511fcf7102e6b7e Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Wed, 13 Apr 2022 14:38:00 +0530 Subject: [PATCH] docs/protocols/migration_guide: Update the v5.0 migration guide w.r.t. esp_ds_rsa_sign API --- docs/en/migration-guides/protocols.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/migration-guides/protocols.rst b/docs/en/migration-guides/protocols.rst index e9f0d6979f..1ddead369a 100644 --- a/docs/en/migration-guides/protocols.rst +++ b/docs/en/migration-guides/protocols.rst @@ -68,6 +68,10 @@ Breaking change for "esp_crt_bundle_set" API ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :cpp:func:`esp_crt_bundle_set()` API now requires one additional argument named ``bundle_size``. The return type of the API has also been changed to :cpp:type:`esp_err_t` from ``void``. +Breaking change for "esp_ds_rsa_sign" API +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +:cpp:func:`esp_ds_rsa_sign()` API now requires one less argument. The argument ``mode`` is no longer required. + ESP HTTPS SERVER -----------------