standards/184694: gssapi.h does not define GSS_C_PRF_KEY_{FULL, PARTIAL}

Benjamin Kaduk bjk at FreeBSD.org
Wed Dec 11 18:20:00 UTC 2013


>Number:         184694
>Category:       standards
>Synopsis:       gssapi.h does not define GSS_C_PRF_KEY_{FULL,PARTIAL}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-standards
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kaduk
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
MIT
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r258818: Sun Dec 1 23:20:44 UTC 2013 peter at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


>Description:
	The gssapi.h in src/include/gssapi/ does not define the constants
	GSS_C_PRF_KEY_FULL and GSS_C_PRF_KEY_PARTIAL defined in RFC 4401,
	though it does provide a declaration of the function gss_pseudo_random
	with which they are used.  The pristine vendor code in
	src/crypto/heimdal/lib/gssapi/gssapi does have these definitions.
>How-To-Repeat:
	View the gssapi.h headers.
>Fix:

	Since the value of the symbol is mandated by the RFC's C bindings,
	consumers can provide their own defintions as a workaround.
	A proper fix would be to synchronize the installed header with the
	vendor tree.


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-standards mailing list