CryptoPkg: Add new Tls APIs to DXE and protocol
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892 The implementation provides new Tls library functions for Crypto EFI Driver and Protocol. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Signed-off-by: Yi Li <yi1.li@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -269,6 +269,7 @@ typedef struct {
|
||||
UINT8 CtrlTrafficIn : 1;
|
||||
UINT8 Read : 1;
|
||||
UINT8 Write : 1;
|
||||
UINT8 Shutdown : 1;
|
||||
} Services;
|
||||
UINT32 Family;
|
||||
} Tls;
|
||||
@@ -285,6 +286,9 @@ typedef struct {
|
||||
UINT8 HostPublicCert : 1;
|
||||
UINT8 HostPrivateKey : 1;
|
||||
UINT8 CertRevocationList : 1;
|
||||
UINT8 HostPrivateKeyEx : 1;
|
||||
UINT8 SignatureAlgoList : 1;
|
||||
UINT8 EcCurve : 1;
|
||||
} Services;
|
||||
UINT32 Family;
|
||||
} TlsSet;
|
||||
@@ -303,6 +307,7 @@ typedef struct {
|
||||
UINT8 HostPublicCert : 1;
|
||||
UINT8 HostPrivateKey : 1;
|
||||
UINT8 CertRevocationList : 1;
|
||||
UINT8 ExportKey : 1;
|
||||
} Services;
|
||||
UINT32 Family;
|
||||
} TlsGet;
|
||||
|
Reference in New Issue
Block a user