mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Use 1024-bit ESA key in PKCS#11 tests
This avoids an in-your-face warning about small key sizes with SoftHSM 2.0.
This commit is contained in:
committed by
Andrzej Kurek
parent
8b586af38b
commit
72a0789e63
@@ -27,7 +27,7 @@
|
||||
} \
|
||||
} while( 0 )
|
||||
|
||||
#define RSA_KEY_SIZE_BITS 512
|
||||
#define RSA_KEY_SIZE_BITS 1024
|
||||
#define RSA_KEY_SIZE_BYTES ( ( RSA_KEY_SIZE_BITS + 7 ) / 8 )
|
||||
#define ECP_GROUP_ID MBEDTLS_ECP_DP_SECP256R1
|
||||
#define ECP_GROUP_NAME( id ) #id
|
||||
|
||||
Reference in New Issue
Block a user