mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
CryptoPkg: add EC algorithm for SmmCryptLib
This patch prepares the build infrastructure for the TCG TPM 2.0 implementation [0]. By default, it uses the OpenSSL EC_* APIs. When the TCG TPM 2.0 implementation [0] is used in StandaloneMm, EC algorithm support is required in SmmCryptLib. Link: https://github.com/TrustedComputingGroup/TPM [0] Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
This commit is contained in:
parent
d0bc8c541b
commit
31d7cb91c1
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
|||
Pk/CryptTsNull.c
|
||||
Pk/CryptRsaPss.c
|
||||
Pk/CryptRsaPssSignNull.c
|
||||
Pk/CryptEcNull.c
|
||||
Pk/CryptEc.c
|
||||
Pem/CryptPem.c
|
||||
Bn/CryptBn.c
|
||||
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ also configured.
|
|||
| ParallelHash | N | N | | | | C | |
|
||||
| AeadAesGcm | N | N | | | C | | |
|
||||
| Bn | N | N | | | C | C | |
|
||||
| Ec | N | N | | | C-Full | | |
|
||||
| Ec | N | N | | | C-Full | C-Full | |
|
||||
| Camellia | N | N | | | C-Full | C-Full | |
|
||||
|
||||
## Platform Configuration of Cryptographic Services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue