Deleted Added
sdiff udiff text old ( 70022 ) new ( 78686 )
full compact
1.\" @(#)rpc_secure.3n 2.1 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI
2.\" $FreeBSD: head/lib/libc/rpc/rpc_secure.3 78686 2001-06-24 01:34:38Z dd $
3.\"
4.Dd February 16, 1988
5.Dt RPC 3
6.Os
7.Sh NAME
8.Nm rpc_secure
9.Nd library routines for secure remote procedure calls
10.Sh SYNOPSIS

--- 155 unchanged lines hidden (view full) ---

166and the
167.Tn RPC
168library are the main clients of these four routines.
169.Pp
170.Fn Key_decryptsession
171takes a server netname and a
172.Tn DES
173key, and decrypts the key by
174using the public key of the server and the secret key
175associated with the effective uid of the calling process. It
176is the inverse of
177.Fn key_encryptsession .
178.Pp
179.Fn Key_encryptsession
180is a keyserver interface routine.
181It
182takes a server netname and a des key, and encrypts

--- 73 unchanged lines hidden ---