Skip to content

Commit 5d153cd

Browse files
author
Steve French
committed
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 <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 702c390 commit 5d153cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/oid_registry.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ enum OID {
6767
OID_msOutlookExpress, /* 1.3.6.1.4.1.311.16.4 */
6868

6969
OID_ntlmssp, /* 1.3.6.1.4.1.311.2.2.10 */
70+
OID_negoex, /* 1.3.6.1.4.1.311.2.2.30 */
7071

7172
OID_spnego, /* 1.3.6.1.5.5.2 */
7273

0 commit comments

Comments
 (0)