Revert "selftest: Remove X.509 selftest"
This reverts commit 47a3635fc7
.
This commit is contained in:
parent
169087482f
commit
1bc9c135b3
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
#include "mbedtls/base64.h"
|
||||
#include "mbedtls/bignum.h"
|
||||
#include "mbedtls/rsa.h"
|
||||
#include "mbedtls/x509.h"
|
||||
#include "mbedtls/xtea.h"
|
||||
#include "mbedtls/pkcs5.h"
|
||||
#include "mbedtls/ecp.h"
|
||||
|
@ -316,6 +317,9 @@ const selftest_t selftests[] =
|
|||
#if defined(MBEDTLS_RSA_C)
|
||||
{"rsa", mbedtls_rsa_self_test},
|
||||
#endif
|
||||
#if defined(MBEDTLS_X509_USE_C)
|
||||
{"x509", mbedtls_x509_self_test},
|
||||
#endif
|
||||
#if defined(MBEDTLS_XTEA_C)
|
||||
{"xtea", mbedtls_xtea_self_test},
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue