From: "Gerd Hoffmann" <kraxel@redhat.com>
To: devel@edk2.groups.io
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>,
Pawel Polawski <ppolawsk@redhat.com>,
Guomin Jiang <guomin.jiang@intel.com>,
Jiewen Yao <jiewen.yao@intel.com>,
Jian J Wang <jian.j.wang@intel.com>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH 0/8] CryptoPkg updates for openssl 3.0
Date: Mon, 17 Jan 2022 11:52:26 +0100 [thread overview]
Message-ID: <20220117105234.1981719-1-kraxel@redhat.com> (raw)
First batch of patches which update CrtLibSupport so it has everything
needed to build openssl3. Also a testcase update for openssl3.
This does not update the openssl submodule, that'll happen in a
followup patch series.
Gerd Hoffmann (8):
CryptoPkg/CrtLibSupport: add fcntl.h
CryptoPkg/CrtLibSupport: add strstr()
CryptoPkg/CrtLibSupport: add INT_MIN
CryptoPkg/CrtLibSupport: add UINT_MAX
CryptoPkg/CrtLibSupport: add MODULESDIR
CryptoPkg/CrtLibSupport: add off_t
CryptoPkg/CrtLibSupport: fix strcpy
CryptoPkg/UnitTest: fix DH testcase
CryptoPkg/Library/Include/CrtLibSupport.h | 16 +++++++++++++++-
CryptoPkg/Library/Include/fcntl.h | 9 +++++++++
.../Test/UnitTest/Library/BaseCryptLib/DhTests.c | 6 +++---
3 files changed, 27 insertions(+), 4 deletions(-)
create mode 100644 CryptoPkg/Library/Include/fcntl.h
--
2.34.1
next reply other threads:[~2022-01-17 10:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-17 10:52 Gerd Hoffmann [this message]
2022-01-17 10:52 ` [PATCH 1/8] CryptoPkg/CrtLibSupport: add fcntl.h Gerd Hoffmann
2022-01-17 11:07 ` Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 2/8] CryptoPkg/CrtLibSupport: add strstr() Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 3/8] CryptoPkg/CrtLibSupport: add INT_MIN Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 4/8] CryptoPkg/CrtLibSupport: add UINT_MAX Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 5/8] CryptoPkg/CrtLibSupport: add MODULESDIR Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 6/8] CryptoPkg/CrtLibSupport: add off_t Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 7/8] CryptoPkg/CrtLibSupport: fix strcpy Gerd Hoffmann
2022-01-17 10:52 ` [PATCH 8/8] CryptoPkg/UnitTest: fix DH testcase Gerd Hoffmann
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=20220117105234.1981719-1-kraxel@redhat.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