Commit 4e395b6c authored by jan.koester's avatar jan.koester
Browse files

tes

parent 49540636
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))