> -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of David > Woodhouse > Sent: Thursday, March 10, 2016 10:01 AM > To: Long, Qin <[email protected]>; Wu, Jiaxin <[email protected]>; > [email protected] > Cc: Ye, Ting <[email protected]>; Fu, Siyuan <[email protected]> > Subject: Re: [edk2] [Patch 2/6] CryptoPkg: Add OpensslTlsLib module to enable > 'openssl\ssl' > > On Thu, 2016-03-10 at 17:12 +0000, Long, Qin wrote: > > > > This patch series should be based on the old version, before the > > back-porting of upstreaming patch was done. > > We should have no need to add the extra patches on OpenSSL now for > > OpensslTlsLib build now. > > Do you have a simple test case for OpensslTlsLib? I have it building > the library against 1.0.2, and I'll make sure it builds for 1.1 too > (although today was the last day for making significant changes in 1.1 > so I hope we aren't missing anything!). > > However, a simple UEFI application which can make a TLS connection > would be useful... or at least a git tree I can pull the HTTPS work > from; applying patches is kind of painful until we get the CRLF > nonsense fixed. >
Exactly. Unfortunately, we have no this kind of app (like Cryptest) in hand. I ever did one app to validate the SSL handshaking by leveraging the memory BIO (no socket) mechanism to make sure which is workable in UEFI environment. OK, Jiaxin and I will summary some steps for HTTPS validations. And will also work out one simple validation application (such as Tlstest.efi) for this case later, which should be helpful. > -- > dwmw2 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

