⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module kerberos

Module kerberos 

Source
Expand description

Kerberos v5 Protocol Implementation (RFC 4120)

Provides Kerberos authentication with AS-REQ/AS-REP, TGS-REQ/TGS-REP message construction and parsing, ticket caching, and key derivation stubs for AES-CTS-HMAC-SHA1.

Modules§

ccache
Kerberos Ticket Cache (ccache)
protocol
Kerberos v5 Protocol (RFC 4120)