lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 8 Sep 2023 16:43:53 -0500
From:   Steve French <smfrench@...il.com>
To:     David Howells <dhowells@...hat.com>,
        CIFS <linux-cifs@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Add missing OID for SPNEGO Extended Negotiation

    spnego: add missing OID to oid registry

    Add missing OID to the registry. Some servers and clients (including
    Windows) now request "NEGOEX - SPNEGEO Extended Negotiation Security")

    See https://datatracker.ietf.org/doc/html/draft-zhu-negoex-02

    Signed-off-by: Steve French <stfrench@...rosoft.com>

diff --git a/include/linux/oid_registry.h b/include/linux/oid_registry.h
index 0f4a8903922a..f86a08ba0207 100644
--- a/include/linux/oid_registry.h
+++ b/include/linux/oid_registry.h
@@ -67,6 +67,7 @@ enum OID {
        OID_msOutlookExpress,           /* 1.3.6.1.4.1.311.16.4 */

        OID_ntlmssp,                    /* 1.3.6.1.4.1.311.2.2.10 */
+       OID_negoex,                     /* 1.3.6.1.4.1.311.2.2.30 */

        OID_spnego,                     /* 1.3.6.1.5.5.2 */


-- 
Thanks,

Steve

View attachment "0001-spnego-add-missing-OID-to-oid-registry.patch" of type "text/x-patch" (949 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ