package krb

  1. Overview
  2. Docs
A library for using Kerberos for both Rpc and Tcp communication

Install

Dune Dependency

Authors

Maintainers

Sources

krb-v0.15.0.tar.gz
sha256=d0b4b946f4e53dff9091d2d02a235e861ab5ad9d64638b17ba1834dedfb4f53d

Description

Jane Street's library for Kerberizing RPC connections so that

  • the server gets an authenticated principal (i.e. username) with every incoming connection, and
  • RPC communication may be encrypted, if necessary.

Published: 21 Mar 2022

Dependencies (12)

  1. dune-configurator
  2. dune >= "2.0.0"
  3. username_kernel >= "v0.15" & < "v0.16"
  4. stdio >= "v0.15" & < "v0.16"
  5. protocol_version_header >= "v0.15" & < "v0.16"
  6. ppx_jane >= "v0.15" & < "v0.16"
  7. hex_encode >= "v0.15" & < "v0.16"
  8. env_config >= "v0.15" & < "v0.16"
  9. core >= "v0.15" & < "v0.16"
  10. base >= "v0.15" & < "v0.16"
  11. async >= "v0.15" & < "v0.16"
  12. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None