package sslconf

  1. Overview
  2. Docs
An OCaml version of Openssl's NCONF library

Install

Authors

Maintainers

Sources

sslconf-0.8.3.tbz
md5=2a0da5a04934b18b15b36c5707809aa9

Description

sslconf is a reimplementation of the Openssl NCONF library in OCaml.

NCONF reads Openssl config files. It delivers a data structure and a query API. Under the data structure are hash tables with strings and name-value stacks as values. The query API hides details of implementation.

sslconf has only OCaml code, so it can be used in a unikernel.

sslconf is distributed under the ISC license.

Published: 30 Oct 2017

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit with-test

Used by

None

Conflicts

None