mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 18:09:17 +01:00
Also, fixes for the things they caught such as: - ssl->arrays->preMasterSecret is pre-allocated so copy into it instead of moving ownership of buffer. - server does not need to save the public key. - in TLSX_KeyShare_Parse() don't call TLSX_KeyShare_Use() because its done in TLSX_PopulateExtensions(). - in TLSX_KeyShare_Use(), the server generates the ciphertext while the client generates the public key. - in TLSX_PopulateExtensions(), prevent client from calling TLSX_KeyShare_Use() because its already been done. - Support longer curve/group names.
Before creating any new configure files (.conf) read the CONF_FILES_README.md