From owner-freebsd-standards@FreeBSD.ORG Wed Dec 11 18:20:00 2013 Return-Path: Delivered-To: freebsd-standards@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0C3A218 for ; Wed, 11 Dec 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F34D18AF for ; Wed, 11 Dec 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBIK0BW057429 for ; Wed, 11 Dec 2013 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBBIK09w057428; Wed, 11 Dec 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Dec 2013 18:20:00 GMT Resent-Message-Id: <201312111820.rBBIK09w057428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-standards@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Benjamin Kaduk Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 124FA73 for ; Wed, 11 Dec 2013 18:14:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F27D5183B for ; Wed, 11 Dec 2013 18:14:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBIEJOR057148 for ; Wed, 11 Dec 2013 18:14:19 GMT (envelope-from bjk@freefall.freebsd.org) Received: (from bjk@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBBIEJtt057147; Wed, 11 Dec 2013 18:14:19 GMT (envelope-from bjk) Message-Id: <201312111814.rBBIEJtt057147@freefall.freebsd.org> Date: Wed, 11 Dec 2013 18:14:19 GMT From: Benjamin Kaduk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: standards/184694: gssapi.h does not define GSS_C_PRF_KEY_{FULL, PARTIAL} X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Benjamin Kaduk List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 18:20:00 -0000 >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: