[4393] in Kerberos
Re: Transport security reqs with Kerberos?
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Wed Dec 21 11:03:33 1994
Date: Wed, 21 Dec 94 10:42:20 EST
From: "Barry Jaspan" <bjaspan@cam.ov.com>
To: sjb@asns.tredydev.unisys.com (Scott Breyer)
Cc: kerberos@MIT.EDU
In-Reply-To: [4390]
Kerberos does not have any specific requirement to use TCP/IP. The
protocol specifies that messages are uses ASN.1 encoded strings but
does not speak to how they are transmitted. The current MIT
implementation of Kerberos V5 uses the socket abstraction on top of
TCP/IP but it should not be a terribly difficult job to port it to
another communications interface. DCE Security is also based on
Kerberos V5 and uses ASN.1 strings but uses the DCE RPC instead of
sockets for communication.
Barry Jaspan, bjaspan@cam.ov.com