Source: caml-crush Section: net Priority: optional Maintainer: Thomas Calderon Build-Depends: debhelper (>= 12), debhelper-compat (= 13), ocaml-native-compilers, camlidl, coccinelle, libocamlnet-ocaml-dev (>= 3.5.1), libocamlnet-ssl-ocaml-dev (>= 3.5.1), libocamlnet-ocaml-bin (>= 3.5.1), libssl-dev, libgnutls28-dev, libconfig-file-ocaml-dev, camlp4, dh-exec Standards-Version: 4.6.0.1 Homepage: https://github.com/caml-pkcs11/caml-crush Vcs-Git: https://github.com/caml-pkcs11/caml-crush.git Vcs-Browser: https://github.com/caml-pkcs11/caml-crush Rules-Requires-Root: no Package: caml-crush-server Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10), lsb-base Description: Caml Crush: an OCaml PKCS#11 filtering proxy - server This software is a computer program whose purpose is to implement a PKCS#11 proxy as well as a PKCS#11 filter with security features in mind. . For instance, the filtering engine include the following features: * dynamically block PKCS#11 attacks * disable PKCS#11 functions and weak mechanisms * perform object filtering on a resource * force read-only use of the cryptographic resource . This package is the server component of Caml Crush. Package: caml-crush-clients Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Caml Crush: an OCaml PKCS#11 filtering proxy - clients This software is a computer program whose purpose is to implement a PKCS#11 proxy as well as a PKCS#11 filter with security features in mind. . For instance, the filtering engine include the following features: * dynamically block PKCS#11 attacks * disable PKCS#11 functions and weak mechanisms * perform object filtering on a resource * force read-only use of the cryptographic resource . This package is the client component of Caml Crush, it contains the TCP, TCP+TLS and a UNIX client libraries to connect to the server component.