RFR 6722928: Support SSPI as a native GSS-API provider

Nico Williams Nico.Williams at twosigma.com
Thu Jan 3 15:42:48 UTC 2019


Heimdal goes a bit too far.  The input_cred_handle argument to
gss_add_cred() should be gss_cred_id_t, not gss_const_cred_id_t, since
if you don't give it an output_cred_handle pointer then gss_add-cred()
mutates the input_cred_handle.


More information about the security-dev mailing list