diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-10 14:03:14 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-10 14:03:14 +0000 |
| commit | d11757317bf364ddd14cc346380f4d1a67f4d901 (patch) | |
| tree | 48afc61a525e1e23c8698c7cb5b209890fb132b5 /doc/api | |
| parent | 0256ea49c5bab1cf6e6137b20265137587394f7b (diff) | |
| download | krb5-d11757317bf364ddd14cc346380f4d1a67f4d901.tar.gz krb5-d11757317bf364ddd14cc346380f4d1a67f4d901.tar.xz krb5-d11757317bf364ddd14cc346380f4d1a67f4d901.zip | |
remove krb5_decode_ticket, krb5_encode_ticket
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1213 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/krb5.tex | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index b46773e62..56f1b6fcc 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -57,36 +57,6 @@ The result is in allocated storage pointed to by This function is suitable for use as the \funcparam{decrypt_proc} argument to \funcname{krb5_get_in_tkt}. -\begin{funcdecl}{krb5_encode_ticket}{krb5_error_code}{\funcin} -\funcarg{krb5_ticket *}{dec_ticket} -\funcout -\funcarg{krb5_data **}{enc_ticket} -\end{funcdecl} - -Takes \funcparam{dec_ticket} (with associated encrypted part -\funcparam{dec_ticket{\ptsto}enc_part}), -and encodes for transmission, placing result in \funcparam{*enc_ticket}. -The string \funcparam{*enc_ticket} will be allocated before formatting; -they should be freed by calling \funcname{krb5_free_ticket()} on -\funcparam{*enc_ticket}. - -Returns errors from encryption routines, system errors. - -\begin{funcdecl}{krb5_decode_ticket}{krb5_error_code}{\funcin} -\funcarg{krb5_data *}{enc_ticket} -\funcout -\funcarg{krb5_ticket **}{dec_ticket} -\end{funcdecl} - -Decodes formatted ticket \funcparam{enc_ticket}, -filling in \funcparam{*dec_ticket} with a pointer to the results. -\funcparam{*dec_ticket} is set to allocated storage which should be -freed by the caller (by using \funcname{krb5_free_ticket}) when finished with -the ticket. - -Returns system errors. - - \begin{funcdecl}{krb5_encrypt_tkt_part}{krb5_error_code}{ \funcin} \funcarg{krb5_keyblock *}{srv_key} \funcinout |
