File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 269269 <Field name =" x509NamePtr" />
270270 <Bug pattern =" IS2_INCONSISTENT_SYNC" />
271271 </Match >
272+ <Match >
273+ <Class name =" com.wolfssl.WolfSSLX509Name" />
274+ <Field name =" active" />
275+ <Bug pattern =" IS2_INCONSISTENT_SYNC" />
276+ </Match >
277+ <!--
278+ IS2_INCONSISTENT_SYNC: WolfSSLX509Name cached mirror fields.
279+ Written by updateMirrorField() during DN-based construction
280+ (before the object is published) and from synchronized
281+ setXxx() methods after construction. Reads via synchronized
282+ getXxx() methods. Safe under JMM publication semantics.
283+ -->
284+ <Match >
285+ <Class name =" com.wolfssl.WolfSSLX509Name" />
286+ <Or >
287+ <Field name =" countryName" />
288+ <Field name =" stateOrProvinceName" />
289+ <Field name =" streetAddress" />
290+ <Field name =" localityName" />
291+ <Field name =" surname" />
292+ <Field name =" commonName" />
293+ <Field name =" emailAddress" />
294+ <Field name =" organizationName" />
295+ <Field name =" organizationalUnitName" />
296+ <Field name =" postalCode" />
297+ <Field name =" userId" />
298+ <Field name =" title" />
299+ <Field name =" domainComponent" />
300+ <Field name =" serialNumber" />
301+ </Or >
302+ <Bug pattern =" IS2_INCONSISTENT_SYNC" />
303+ </Match >
272304
273305 <!--
274306 IS2_INCONSISTENT_SYNC: WolfSSLSession callback context
You can’t perform that action at this time.
0 commit comments