Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val default_client_hello :
Config.config ->
Core.client_hello * Core.tls_version * (Core.group * State.dh_secret) list
val handle_change_cipher_spec :
State.client_handshake_state ->
State.handshake_state ->
Cstruct.t ->
(State.handshake_return, State.failure) Stdlib.result
val handle_handshake :
State.client_handshake_state ->
State.handshake_state ->
Cstruct.t ->
(State.handshake_return, State.failure) Stdlib.result
val answer_hello_request :
State.handshake_state ->
(State.handshake_return, State.failure) Stdlib.result