1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-12 18:44:56 +03:00

test_suite_[pkparse/rsa]: move RSA private key parsing tests

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2024-01-24 12:33:04 +01:00
parent 1533c3f660
commit 6def24ce73
4 changed files with 68 additions and 72 deletions

View File

@@ -15,6 +15,7 @@
#define MBEDTLS_RSA_INTERNAL_H
#include "mbedtls/rsa.h"
#include "mbedtls/asn1.h"
/**
* \brief Parse a PKCS#1 (ASN.1) encoded private RSA key.