GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KRB5_MK_SAFE(3) FreeBSD Library Functions Manual KRB5_MK_SAFE(3)

krb5_mk_safe, krb5_mk_priv
generates integrity protected and/or encrypted messages

Kerberos 5 Library (libkrb5, -lkrb5)

#include <krb5.h>


krb5_error_code
krb5_mk_priv(krb5_context context, krb5_auth_context auth_context, const krb5_data *userdata, krb5_data *outbuf, krb5_replay_data *outdata);

krb5_error_code
krb5_mk_safe(krb5_context context, krb5_auth_context auth_context, const krb5_data *userdata, krb5_data *outbuf, krb5_replay_data *outdata);

krb5_mk_safe() and krb5_mk_priv() formats KRB-SAFE (integrity protected) and KRB-PRIV (also encrypted) messages into outbuf. The actual message data is taken from userdata. If the KRB5_AUTH_CONTEXT_DO_SEQUENCE or KRB5_AUTH_CONTEXT_DO_TIME flags are set in the auth_context, sequence numbers and time stamps are generated. If the KRB5_AUTH_CONTEXT_RET_SEQUENCE or KRB5_AUTH_CONTEXT_RET_TIME flags are set they are also returned in the outdata parameter.

krb5_auth_con_init(3), krb5_rd_priv(3), krb5_rd_safe(3)
May 1, 2006 HEIMDAL

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.