aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2023-09-08 16:34:59 -0500
committerSteve French <stfrench@microsoft.com>2023-09-09 08:18:16 -0500
commit5d153cd128251aaedc8e9657f0a949ec94952055 (patch)
treef288b3fd2a21e89a0d9bbfe774c31cac55eed041
parent702c390bc8cc84a486e677dfd76c3917cd244d30 (diff)
downloadlinux-5d153cd128251aaedc8e9657f0a949ec94952055.tar.gz
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 Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r--include/linux/oid_registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/oid_registry.h b/include/linux/oid_registry.h
index 0f4a8903922a2e..f86a08ba0207ee 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 */