library: debug: add comment for follow-up in mbedtls_debug_print_psa_rsa()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/library/debug.c b/library/debug.c
index 3b58b59..71872fd 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -337,6 +337,8 @@
start_cur = key_der;
end_cur = key_der + pk->pub_raw_len;
+ /* This integer parsing solution should be replaced with mbedtls_asn1_get_integer().
+ * See #10238. */
ret = mbedtls_asn1_get_tag(&start_cur, end_cur, &len,
MBEDTLS_ASN1_SEQUENCE | MBEDTLS_ASN1_CONSTRUCTED);
if (ret != 0) {