mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Change default RSA key size in rsa_genkey
This commit is contained in:
parent
1d8f2da7df
commit
d224ff1f63
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define KEY_SIZE 1024
|
#define KEY_SIZE 2048
|
||||||
#define EXPONENT 65537
|
#define EXPONENT 65537
|
||||||
|
|
||||||
#if !defined(MBEDTLS_BIGNUM_C) || !defined(MBEDTLS_ENTROPY_C) || \
|
#if !defined(MBEDTLS_BIGNUM_C) || !defined(MBEDTLS_ENTROPY_C) || \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue