>>>>> "Noolyg" == Noolyg  <[EMAIL PROTECTED]> writes:

    Noolyg> Hi, I use MIT's kerberos library, and I have got several
    Noolyg> problems...  I was wondering what is the best way to
    Noolyg> decrypt a kerberos ticket (krb5_ticket)?  I saw the
    Noolyg> krb5_decrypt_ticket_part func but it is private...  Is
    Noolyg> there an alternative?

You should not be decrypting a ticket except as part of an
authenticator; use krb5_rd_req.

    Noolyg> And another thing is how do I get the krb5_keyblock? I can
    Noolyg> have the kerberos key as a string, but how do I convert it
    Noolyg> to a keyblock?

krb5_c_string_to_key_with_params
________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to