Re: [edk2-devel] [PATCH 0/5] CryptoPkg: Add additional cipher algos and TLS API to meet WPA3

2022-05-23 Thread Maciej Rabeda
For NetworkPkg part: Reviewed-by: Maciej Rabeda On 22 maj 2022 03:54, yi1 li wrote: To meet the needs of WPA3 Enterprise, additional cipher algorithms and TLS APIs need to be added. Code branch: https://github.com/liyi77/edk2/tree/Add-TLS Details as follows: - TlsShutdown: Shutdown the TLS con

[edk2-devel] [PATCH 0/5] CryptoPkg: Add additional cipher algos and TLS API to meet WPA3

2022-05-21 Thread yi1 li
To meet the needs of WPA3 Enterprise, additional cipher algorithms and TLS APIs need to be added. Code branch: https://github.com/liyi77/edk2/tree/Add-TLS Details as follows: - TlsShutdown: Shutdown the TLS connection without releasing the resources, meaning a new connection can be started withou