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.16.0.tar.gz
sha256=353675621e4c5a888f2483dc1bb7281bd17ce4ed7dfd2f40142257f98db7c77d

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: 14 Jun 2023

Dependencies (12)

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

Dev Dependencies

None

Used by (1)

  1. rpc_parallel >= "v0.16.0"

Conflicts

None