package gapi-ocaml

  1. Overview
  2. Docs
A simple OCaml client for Google Services

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.6.tar.gz
sha256=b84b680528a5e050014103a8e7a60a5d43efd5fefc3f838310bd46769775ab48
md5=8ee26acf1f6c6f5e24c7b57fa070a0a2

doc/gapi-ocaml.netsys-local/Netsys_crypto_types/index.html

Module Netsys_crypto_typesSource

Types for crypto providers

Sourcemodule type TLS_EXCEPTIONS = sig ... end

The exceptions the TLS provider may use (in addition to OCaml's built-in exception). In Ocamlnet, these exceptions are actually defined in Netsys_types.

Sourcemodule type TLS_PROVIDER = sig ... end

Provides TLS functionality.

Sourcemodule type TLS_CONFIG = sig ... end
Sourcemodule type TLS_ENDPOINT = sig ... end
Sourcemodule type FILE_TLS_ENDPOINT = sig ... end
Sourcemodule type SYMMETRIC_CRYPTO = sig ... end

Symmetric cryptographic ciphers.

Sourcemodule type DIGESTS = sig ... end

Cryptographic digests.

Sourcemodule type PUBKEY_CRYPTO = sig ... end
Sourcetype tls_provider = (module TLS_PROVIDER)
Sourcetype tls_config = (module TLS_CONFIG)
Sourcetype tls_endpoint = (module TLS_ENDPOINT)
Sourcetype file_tls_endpoint = (module FILE_TLS_ENDPOINT)
Sourcetype symmetric_crypto = (module SYMMETRIC_CRYPTO)
Sourcetype digests = (module DIGESTS)
Sourcetype pubkey_crypto = (module PUBKEY_CRYPTO)
OCaml

Innovation. Community. Security.