mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
docs(cert-create): add key size options for ecdsa
Adding the possible key sizes for the ecdsa key algorithm. Change-Id: I58947bc749fed911766a1462a0c2ba520b8f7c69 Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
This commit is contained in:
parent
b8ae68908d
commit
6adeeb4728
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ Common build options
|
||||||
+===========================+====================================+
|
+===========================+====================================+
|
||||||
| rsa | 1024 , 2048 (default), 3072, 4096* |
|
| rsa | 1024 , 2048 (default), 3072, 4096* |
|
||||||
+---------------------------+------------------------------------+
|
+---------------------------+------------------------------------+
|
||||||
| ecdsa | unavailable |
|
| ecdsa | 256 (default), 384 |
|
||||||
+---------------------------+------------------------------------+
|
+---------------------------+------------------------------------+
|
||||||
| ecdsa-brainpool-regular | unavailable |
|
| ecdsa-brainpool-regular | unavailable |
|
||||||
+---------------------------+------------------------------------+
|
+---------------------------+------------------------------------+
|
||||||
|
|
Loading…
Add table
Reference in a new issue