An open API service indexing awesome lists of open source software.

https://github.com/dsheets/ocaml-tls-types

Common OCaml types for TLS/SSL implementations
https://github.com/dsheets/ocaml-tls-types

Last synced: 9 months ago
JSON representation

Common OCaml types for TLS/SSL implementations

Awesome Lists containing this project

README

          

ocaml-tls-types
================

[ocaml-tls-types](https://github.com/dsheets/ocaml-tls-types) is a
collection of types and interfaces common to SSL/TLS implementations.
ocaml-tls-types is used by the
[ctypes](https://github.com/ocamllabs/ocaml-ctypes) bindings
[ocaml-axtls](https://github.com/dsheets/ocaml-axtls) and
[ocaml-openssl](https://github.com/dsheets/ocaml-openssl) to
[axTLS](http://axtls.sourceforge.net/) and
[OpenSSL](https://www.openssl.org/), respectively. Compatibility and TLS
utility functors can be found in [ocaml-tls](https://github.com/dsheets/ocaml-tls).