document krb5_auth_con_generatelocalsubkey

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13557 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-20 11:09:51 +00:00
parent c4d325a9be
commit 2e96955fda

View File

@@ -52,6 +52,7 @@
.Nm krb5_auth_con_setuserkey ,
.Nm krb5_auth_con_getlocalsubkey ,
.Nm krb5_auth_con_setlocalsubkey ,
.Nm krb5_auth_con_generatelocalsubkey ,
.Nm krb5_auth_con_getremotesubkey ,
.Nm krb5_auth_con_setremotesubkey ,
.Nm krb5_auth_setcksumtype ,
@@ -154,6 +155,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_keyblock **keyblock"
.Fc
.Ft krb5_error_code
.Fo krb5_auth_con_generatelocalsubkey
.Fa "krb5_context context"
.Fa "krb5_auth_context auth_context"
.Fa krb5_keyblock *key"
.Fc
.Ft krb5_error_code
.Fo krb5_auth_con_initivector
.Fa "krb5_context context"
.Fa "krb5_auth_context auth_context"
@@ -301,7 +308,8 @@ is equivalent to
.Fn krb5_auth_con_getremotesubkey
and
.Fn krb5_auth_con_setremotesubkey
gets and sets the keyblock for the local and remote subkey. The keyblock returned by
gets and sets the keyblock for the local and remote subkey.
The keyblock returned by
.Fn krb5_auth_con_getlocalsubkey
and
.Fn krb5_auth_con_getremotesubkey
@@ -314,6 +322,10 @@ and
sets and gets the checksum type that should be used for this
connection.
.Pp
.Fn krb5_auth_con_generatelocalsubkey
generates a local subkey that have the same encryption type as
.Fa key .
.Pp
.Fn krb5_auth_getremoteseqnumber
.Fn krb5_auth_setremoteseqnumber ,
.Fn krb5_auth_getlocalseqnumber