1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: caml-crush
Section: net
Priority: optional
Maintainer: Thomas Calderon <calderon.thomas@gmail.com>
Build-Depends: debhelper (>= 9), 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, dh-autoreconf
Standards-Version: 3.9.6
Homepage: https://github.com/ANSSI-FR/caml-crush
Vcs-Git: git://github.com/ANSSI-FR/caml-crush.git
Vcs-Browser: https://github.com/ANSSI-FR/caml-crush
Package: caml-crush-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10)
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.
|