Re: Session Key through GSS-API
Greg Hudson <[email protected]> Tue, 28 Feb 2023 12:10:54 -0500
| Newsgroups | gmane.comp.encryption.kerberos.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/28/23 08:17, Stephen Brown via krbdev wrote: > My application is using Kerberos via GSS-API but needs to access the session key. I saw that I can call gss_inquire_sec_context_by_oid() passing in GSS_C_INQ_SSPI_SESSION_KEY. However it looks like the key returned by this method is obtained via krb5_auth_con_getsendsubkey() which is the sub-session key (I believe) and not what I need. Can you give a little more context around what protocol this application is implementing and why it needs the ticket session key and not the subkey? _______________________________________________ krbdev mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/krbdev