ngtcp2_conn_continue_handshake

Synopsis

#include <ngtcp2/ngtcp2.h>

int ngtcp2_conn_continue_handshake(ngtcp2_conn *conn, ngtcp2_tstamp ts)

ngtcp2_conn_continue_handshake() resumes handshake interrupted by TLS stack routine (e.g., private key operation offloading, certificate lookup, etc).

This function returns 0 if it succeeds. In general, this function returns the same set of error codes from ngtcp2_conn_read_pkt().

This function has been available since v1.22.0.