NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic Authentication
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2504 Add support for TLS Client Authentication using Basic Authentication for HTTP Boot Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Wu Jiaxin <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Saloni Kasbekar <saloni.kasbekar@intel.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
19a8768365
commit
671b0cea51
@ -183,6 +183,12 @@ struct _HTTP_BOOT_PRIVATE_DATA {
|
||||
UINT64 ReceivedSize;
|
||||
UINT32 Percentage;
|
||||
|
||||
//
|
||||
// Data for the server to authenticate the client
|
||||
//
|
||||
CHAR8 *AuthData;
|
||||
CHAR8 *AuthScheme;
|
||||
|
||||
//
|
||||
// HII callback info block
|
||||
//
|
||||
|
Reference in New Issue
Block a user