From: "Abner Chang" <abner.chang@hpe.com>
To: devel@edk2.groups.io
Cc: Jiaxin Wu <jiaxin.wu@intel.com>, Ting Ye <ting.ye@intel.com>,
Siyuan Fu <siyuan.fu@intel.com>, Fan Wang <fan.wang@intel.com>,
Nickle Wang <nickle.wang@hpe.com>,
Peter O'Hanley <peter.ohanley@hpe.com>
Subject: [PATCH 0/2] EDKII Redfish Credential DXE Driver
Date: Wed, 9 Dec 2020 16:43:31 +0800 [thread overview]
Message-ID: <20201209084333.22422-1-abner.chang@hpe.com> (raw)
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@hpe.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Fan Wang <fan.wang@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@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
next reply other threads:[~2020-12-09 9:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-09 8:43 Abner Chang [this message]
2020-12-09 8:43 ` [PATCH 1/2] RedfishPkg/Include: EDKII Redfish Credential Header file Abner Chang
2020-12-10 2:44 ` Nickle Wang
2020-12-16 2:37 ` Nickle Wang
2020-12-09 8:43 ` [PATCH 2/2] RedfishPkg/RedfishCredentialDxe: EDKII Redfish Credential DXE driver Abner Chang
2020-12-10 2:00 ` 回复: [edk2-devel] " gaoliming
2020-12-10 2:12 ` Abner Chang
2020-12-16 2:45 ` Nickle Wang
2020-12-16 7:08 ` Abner Chang
2020-12-16 7:27 ` Abner Chang
2020-12-16 7:37 ` Nickle Wang
2020-12-16 7:43 ` Abner Chang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201209084333.22422-1-abner.chang@hpe.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox