projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702c390
)
spnego: add missing OID to oid registry
author
Steve French
<stfrench@microsoft.com>
Fri, 8 Sep 2023 21:34:59 +0000
(16:34 -0500)
committer
Steve French
<stfrench@microsoft.com>
Sat, 9 Sep 2023 13:18:16 +0000
(08:18 -0500)
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>
include/linux/oid_registry.h
patch
|
blob
|
history
diff --git
a/include/linux/oid_registry.h
b/include/linux/oid_registry.h
index
0f4a890
..
f86a08b
100644
(file)
--- 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 */