Loading src/ssl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2455,7 +2455,7 @@ void netplus::ssl::handshake_after_accept(){ netplus::P256Point cli_pub; if (!netplus::decode_tls_point(cli_pub, _tls13_client_keyshare.data(), 65)) if (!netplus::decode_tls_point(cli_pub, _tls13_client_keyshare.data(), _tls13_client_keyshare.size())) throwSSL(NetException::Error, "TLS1.3 client key_share invalid point"); if (!is_on_curve(cli_pub)) Loading Loading
src/ssl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2455,7 +2455,7 @@ void netplus::ssl::handshake_after_accept(){ netplus::P256Point cli_pub; if (!netplus::decode_tls_point(cli_pub, _tls13_client_keyshare.data(), 65)) if (!netplus::decode_tls_point(cli_pub, _tls13_client_keyshare.data(), _tls13_client_keyshare.size())) throwSSL(NetException::Error, "TLS1.3 client key_share invalid point"); if (!is_on_curve(cli_pub)) Loading