Ssl.Config
val sexp_of_t : t -> Sexplib0.Sexp.t
val create :
?version:ssl_version ->
?options:ssl_opt list ->
?name:string ->
?hostname:string ->
?allowed_ciphers:allowed_ciphers ->
?ca_file:string ->
?ca_path:string ->
?crt_file:string ->
?key_file:string ->
?session:session ->
?verify_modes:verify_mode list ->
?verify:(ssl_conn -> bool Async.Deferred.t) ->
unit ->
t