[edk2-devel] [PATCH 0/2] EDKII Redfish Credential DXE Driver

Abner Chang abner.chang at hpe.com
Wed Dec 9 08:43:31 UTC 2020


EDKII Redfish Credential DXE driver abstracts platform Redfish
credential implementation. Platform provides RedfishPlatformCredentialLib
library for the specific Redfish credential implementation. Currently
EDKII Redfish Credential driver supports two mechanisms of credential.
Which are basic authentication and session authentication.

Signed-off-by: Abner Chang <abner.chang at hpe.com>

Cc: Jiaxin Wu <jiaxin.wu at intel.com>
Cc: Ting Ye <ting.ye at intel.com>
Cc: Siyuan Fu <siyuan.fu at intel.com>
Cc: Fan Wang <fan.wang at intel.com>
Cc: Nickle Wang <nickle.wang at hpe.com>
Cc: Peter O'Hanley <peter.ohanley at hpe.com>

Abner Chang (2):
  RedfishPkg/Include: EDKII Redfish Credential Header file
  RedfishPkg/RedfishCredentialDxe: EDKII Redfish Credential DXE driver

 .../Include/Library/RedfishCredentialLib.h    |  91 ++++++++
 .../Include/Protocol/EdkIIRedfishCredential.h | 101 +++++++++
 .../PlatformCredentialLibNull.c               | 101 +++++++++
 .../PlatformCredentialLibNull.inf             |  30 +++
 RedfishPkg/Redfish.fdf.inc                    |   1 +
 RedfishPkg/RedfishComponents.dsc.inc          |   1 +
 .../RedfishCredentialDxe.c                    | 209 ++++++++++++++++++
 .../RedfishCredentialDxe.h                    |  75 +++++++
 .../RedfishCredentialDxe.inf                  |  51 +++++
 RedfishPkg/RedfishPkg.dec                     |   7 +
 RedfishPkg/RedfishPkg.dsc                     |   2 +
 11 files changed, 669 insertions(+)
 create mode 100644 RedfishPkg/Include/Library/RedfishCredentialLib.h
 create mode 100644 RedfishPkg/Include/Protocol/EdkIIRedfishCredential.h
 create mode 100644 RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.c
 create mode 100644 RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
 create mode 100644 RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
 create mode 100644 RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.h
 create mode 100644 RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68536): https://edk2.groups.io/g/devel/message/68536
Mute This Topic: https://groups.io/mt/78825586/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list