@@ -88,22 +88,22 @@ const { hasOpenSSL3 } = common;
88
88
// OpenSSL should not know it.
89
89
'Registered ID:1.3.9999.12.34' ,
90
90
hasOpenSSL3 ?
91
- 'othername: XmppAddr: :abc123' :
91
+ 'othername:XmppAddr:abc123' :
92
92
'othername:<unsupported>' ,
93
93
hasOpenSSL3 ?
94
- 'othername:" XmppAddr: :abc123\\u002c DNS:good.example.com"' :
94
+ 'othername:"XmppAddr:abc123\\u002c DNS:good.example.com"' :
95
95
'othername:<unsupported>' ,
96
96
hasOpenSSL3 ?
97
- 'othername:" XmppAddr: :good.example.com\\u0000abc123"' :
97
+ 'othername:"XmppAddr:good.example.com\\u0000abc123"' :
98
98
'othername:<unsupported>' ,
99
99
// This is unsupported because the OID is not recognized.
100
100
'othername:<unsupported>' ,
101
- hasOpenSSL3 ? 'othername: SRVName: :abc123' : 'othername:<unsupported>' ,
101
+ hasOpenSSL3 ? 'othername:SRVName:abc123' : 'othername:<unsupported>' ,
102
102
// This is unsupported because it is an SRVName with a UTF8String value,
103
103
// which is not allowed for SRVName.
104
104
'othername:<unsupported>' ,
105
105
hasOpenSSL3 ?
106
- 'othername:" SRVName: :abc\\u0000def"' :
106
+ 'othername:"SRVName:abc\\u0000def"' :
107
107
'othername:<unsupported>' ,
108
108
] ;
109
109
@@ -173,14 +173,14 @@ const { hasOpenSSL3 } = common;
173
173
} ,
174
174
} ,
175
175
hasOpenSSL3 ? {
176
- text : 'OCSP - othername: XmppAddr: :good.example.com\n' +
176
+ text : 'OCSP - othername:XmppAddr:good.example.com\n' +
177
177
'OCSP - othername:<unsupported>\n' +
178
- 'OCSP - othername: SRVName: :abc123' ,
178
+ 'OCSP - othername:SRVName:abc123' ,
179
179
legacy : {
180
180
'OCSP - othername' : [
181
- ' XmppAddr: :good.example.com' ,
181
+ 'XmppAddr:good.example.com' ,
182
182
'<unsupported>' ,
183
- ' SRVName: :abc123' ,
183
+ 'SRVName:abc123' ,
184
184
] ,
185
185
} ,
186
186
} : {
@@ -196,10 +196,10 @@ const { hasOpenSSL3 } = common;
196
196
} ,
197
197
} ,
198
198
hasOpenSSL3 ? {
199
- text : 'OCSP - othername:" XmppAddr: :good.example.com\\u0000abc123"' ,
199
+ text : 'OCSP - othername:"XmppAddr:good.example.com\\u0000abc123"' ,
200
200
legacy : {
201
201
'OCSP - othername' : [
202
- ' XmppAddr: :good.example.com\0abc123' ,
202
+ 'XmppAddr:good.example.com\0abc123' ,
203
203
] ,
204
204
} ,
205
205
} : {
0 commit comments