Re: [edk2] [PATCH v2 0/2][edk2-staging/HTTPS-TLS][PATCH]: CryptoPkg/TlsLib: Version renegotiate

2016-09-08 Thread Wu, Jiaxin
Series Reviewed-By: Wu Jiaxin Best Regards! Jiaxin > -Original Message- > From: Thomas Palmer [mailto:thomas.pal...@hpe.com] > Sent: Friday, September 9, 2016 3:16 AM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin ; joseph.shiffl...@hpe.com; Thomas > Palmer > Subject: [PATCH v2 0/2][edk

[edk2] [PATCH v2 0/2][edk2-staging/HTTPS-TLS][PATCH]: CryptoPkg/TlsLib: Version renegotiate

2016-09-08 Thread Thomas Palmer
The TLS protocol allows for clients and servers to negotiate which version of TLS to use. Newer versions are deemed safer, so when they are available the client and server should opt to use them. The EDK2 TLS code today only allows TLSv1.0 for TLS communication, regardless of the target server's