[edk2-devel] [PATCH v3 0/8] CryptoPkg updates for openssl 3.0

Yao, Jiewen jiewen.yao at intel.com
Tue Apr 12 14:40:47 UTC 2022


Thanks for the contribution.
Merged https://github.com/tianocore/edk2/pull/2766

> -----Original Message-----
> From: Gerd Hoffmann <kraxel at redhat.com>
> Sent: Monday, April 11, 2022 7:25 PM
> To: devel at edk2.groups.io
> Cc: Oliver Steffen <osteffen at redhat.com>; Pawel Polawski
> <ppolawsk at redhat.com>; Wang, Jian J <jian.j.wang at intel.com>; Xiaoyu Lu
> <xiaoyux.lu at intel.com>; Yao, Jiewen <jiewen.yao at intel.com>; Jiang, Guomin
> <guomin.jiang at intel.com>; Gerd Hoffmann <kraxel at redhat.com>
> Subject: [PATCH v3 0/8] CryptoPkg updates for openssl 3.0
> 
> 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.
> 
> v3:
>  - move strcpy() from .h to .c file.
>  - pick up review tags
> v2:
>  - rebase to latest master.
>  - add codestyle exception for fcntl.h.
> 
> 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            | 12 +++++++++++-
>  CryptoPkg/Library/Include/fcntl.h                    |  9 +++++++++
>  CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c  | 10 ++++++++++
>  .../Test/UnitTest/Library/BaseCryptLib/DhTests.c     |  6 +++---
>  CryptoPkg/CryptoPkg.ci.yaml                          |  1 +
>  5 files changed, 34 insertions(+), 4 deletions(-)
>  create mode 100644 CryptoPkg/Library/Include/fcntl.h
> 
> --
> 2.35.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88785): https://edk2.groups.io/g/devel/message/88785
Mute This Topic: https://groups.io/mt/90392478/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