Skip to content

krb5: use nondeprecated functions#2356

Closed
MarcelRaad wants to merge 1 commit intomasterfrom
krb5_deprecation_warnings
Closed

krb5: use nondeprecated functions#2356
MarcelRaad wants to merge 1 commit intomasterfrom
krb5_deprecation_warnings

Conversation

@MarcelRaad
Copy link
Member

@MarcelRaad MarcelRaad commented Mar 3, 2018

gss_seal/gss_unseal have been deprecated in favor of
gss_wrap/gss_unwrap with GSS-API v2 from January 1997 [1]. The first
version of "The Kerberos Version 5 GSS-API Mechanism" [2] from June
1996 already says "GSS_Wrap() (formerly GSS_Seal())" and
"GSS_Unwrap() (formerly GSS_Unseal())".

Use the nondeprecated functions to avoid deprecation warnings.

[1] https://tools.ietf.org/html/rfc2078
[2] https://tools.ietf.org/html/rfc1964

gss_seal/gss_unseal have been deprecated in favor of
gss_wrap/gss_unwrap with GSS-API v2 from January 1997 [1]. The first
version of "The Kerberos Version 5 GSS-API Mechanism" [2] from June
1996 already says "GSS_Wrap() (formerly GSS_Seal())" and
"GSS_Unwrap() (formerly GSS_Unseal())".

Use the nondeprecated functions to avoid deprecation warnings.

[1] https://tools.ietf.org/html/rfc2078
[2] https://tools.ietf.org/html/rfc1964
@MarcelRaad
Copy link
Member Author

Oops, sorry, pushed to the wrong remote. Should have landed in my fork.

@MarcelRaad MarcelRaad closed this in 612bc92 Mar 4, 2018
@MarcelRaad MarcelRaad deleted the krb5_deprecation_warnings branch March 4, 2018 21:24
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants