Plasma GitLab Archive
Projects Blog Knowledge

Module Netsys_crypto

module Netsys_crypto: sig .. end
Cryptographic providers

val current_tls : unit -> (module Netsys_crypto_types.TLS_PROVIDER)
Return the current TLS provider. Only available if such a provider is linked into the executable. Do this by calling the init function of the provider, e.g. Nettls_gnutls.init.
val current_tls_opt : unit -> (module Netsys_crypto_types.TLS_PROVIDER) option
Same as current_tls but it returns None if TLS is unavailable
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml