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
- Host: GitHub
- URL: https://github.com/dsheets/ocaml-tls-types
- Owner: dsheets
- Created: 2014-02-17T16:43:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T14:03:42.000Z (over 12 years ago)
- Last Synced: 2025-01-22T00:49:52.320Z (over 1 year ago)
- Language: OCaml
- Size: 141 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
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).