Jiaxin,
        
        UEFI's OpenSSL library does not support all the ciphers that were added 
in your patch due to the UEFI configuration.  We need to remove "no-idea" and 
"no-dsa" from the process_files.sh and add "enable-weak-ssl-ciphers"
        
        While we are modifying process_files.sh, we can remove "no-pqueue" from 
process_files.sh so that OpensslLib.inf is in sync.

        I can send out a patch to do so if you wish.

Thomas

-----Original Message-----
From: Jiaxin Wu [mailto:jiaxin...@intel.com] 
Sent: Thursday, July 14, 2016 12:51 AM
To: edk2-devel@lists.01.org
Cc: Liming Gao <liming....@intel.com>; Palmer, Thomas <thomas.pal...@hpe.com>; 
Long Qin <qin.l...@intel.com>; Ye Ting <ting...@intel.com>; Fu Siyuan 
<siyuan...@intel.com>; Wu Jiaxin <jiaxin...@intel.com>
Subject: [staging/HTTPS-TLS][PATCH 0/4] Replace the TLS definitions with the 
standardized one

The series patches are used to replace the TLS definitions with the 
standardized one. In addition, more TLS cipher suite mapping between Cipher 
Suite definitions and OpenSSL-used Cipher Suite name are added.

Cc: Liming Gao <liming....@intel.com>
Cc: Palmer Thomas <thomas.pal...@hpe.com>
Cc: Long Qin <qin.l...@intel.com>
Cc: Ye Ting <ting...@intel.com>
Cc: Fu Siyuan <siyuan...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin...@intel.com>
Signed-off-by: Jiaxin Wu <jiaxin...@intel.com>

Jiaxin Wu (4):
  MdePkg: Add a header to standardize TLS definitions
  CryptoPkg: Add more TLS cipher suite mapping
  NetworkPkg/TlsDxe: Replace the definitions with the standardized one
  NetworkPkg/HttpDxe: Replace the definitions with the standardized one

 CryptoPkg/Library/TlsLib/TlsLib.c      | 3585 ++++++++++++++++----------------
 MdePkg/Include/IndustryStandard/Tls1.h |   93 +
 NetworkPkg/HttpDxe/HttpDriver.h        |    2 +
 NetworkPkg/HttpDxe/HttpProto.c         |   12 +-
 NetworkPkg/HttpDxe/HttpsSupport.c      |   22 +-
 NetworkPkg/HttpDxe/HttpsSupport.h      |   44 -
 NetworkPkg/TlsDxe/TlsImpl.c            |   56 +-
 NetworkPkg/TlsDxe/TlsImpl.h            |   30 +-
 NetworkPkg/TlsDxe/TlsProtocol.c        |    2 +-
 9 files changed, 1945 insertions(+), 1901 deletions(-)  create mode 100644 
MdePkg/Include/IndustryStandard/Tls1.h

--
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to