Up

module Handshake_client

: sig
#
val default_client_hello : Config.config -> Core.client_hello * Core.tls_version
#
val handle_change_cipher_spec : State.client_handshake_state -> State.handshake_state -> Cstruct.t -> State.ccs_return Core.or_error
#
val handle_handshake : State.client_handshake_state -> State.handshake_state -> Cstruct.t -> State.handshake_return Core.or_error
#
val answer_hello_request : State.handshake_state -> State.handshake_return Core.or_error
end