@@ -88,22 +88,22 @@ const { hasOpenSSL3 } = common;
8888 // OpenSSL should not know it.
8989 'Registered ID:1.3.9999.12.34' ,
9090 hasOpenSSL3 ?
91- 'othername: XmppAddr: :abc123' :
91+ 'othername:XmppAddr:abc123' :
9292 'othername:<unsupported>' ,
9393 hasOpenSSL3 ?
94- 'othername:" XmppAddr: :abc123\\u002c DNS:good.example.com"' :
94+ 'othername:"XmppAddr:abc123\\u002c DNS:good.example.com"' :
9595 'othername:<unsupported>' ,
9696 hasOpenSSL3 ?
97- 'othername:" XmppAddr: :good.example.com\\u0000abc123"' :
97+ 'othername:"XmppAddr:good.example.com\\u0000abc123"' :
9898 'othername:<unsupported>' ,
9999 // This is unsupported because the OID is not recognized.
100100 'othername:<unsupported>' ,
101- hasOpenSSL3 ? 'othername: SRVName: :abc123' : 'othername:<unsupported>' ,
101+ hasOpenSSL3 ? 'othername:SRVName:abc123' : 'othername:<unsupported>' ,
102102 // This is unsupported because it is an SRVName with a UTF8String value,
103103 // which is not allowed for SRVName.
104104 'othername:<unsupported>' ,
105105 hasOpenSSL3 ?
106- 'othername:" SRVName: :abc\\u0000def"' :
106+ 'othername:"SRVName:abc\\u0000def"' :
107107 'othername:<unsupported>' ,
108108 ] ;
109109
@@ -173,14 +173,14 @@ const { hasOpenSSL3 } = common;
173173 } ,
174174 } ,
175175 hasOpenSSL3 ? {
176- text : 'OCSP - othername: XmppAddr: :good.example.com\n' +
176+ text : 'OCSP - othername:XmppAddr:good.example.com\n' +
177177 'OCSP - othername:<unsupported>\n' +
178- 'OCSP - othername: SRVName: :abc123' ,
178+ 'OCSP - othername:SRVName:abc123' ,
179179 legacy : {
180180 'OCSP - othername' : [
181- ' XmppAddr: :good.example.com' ,
181+ 'XmppAddr:good.example.com' ,
182182 '<unsupported>' ,
183- ' SRVName: :abc123' ,
183+ 'SRVName:abc123' ,
184184 ] ,
185185 } ,
186186 } : {
@@ -196,10 +196,10 @@ const { hasOpenSSL3 } = common;
196196 } ,
197197 } ,
198198 hasOpenSSL3 ? {
199- text : 'OCSP - othername:" XmppAddr: :good.example.com\\u0000abc123"' ,
199+ text : 'OCSP - othername:"XmppAddr:good.example.com\\u0000abc123"' ,
200200 legacy : {
201201 'OCSP - othername' : [
202- ' XmppAddr: :good.example.com\0abc123' ,
202+ 'XmppAddr:good.example.com\0abc123' ,
203203 ] ,
204204 } ,
205205 } : {
0 commit comments