Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 18:14:19 GMT
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   standards/184694: gssapi.h does not define GSS_C_PRF_KEY_{FULL, PARTIAL}
Message-ID:  <201312111814.rBBIEJtt057147@freefall.freebsd.org>
Resent-Message-ID: <201312111820.rBBIK09w057428@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111814.rBBIEJtt057147>