Lines Matching refs:structure
13 1. The code is difficult to read and write. For every single ASN1 structure
25 structure from memory. This is fine for small structures but if you have a
26 (say) 1Gb PKCS#7 signedData structure it isn't such a good idea...
48 passed structure contains a NULL in a mandatory field it will not be encoded,
49 resulting in an invalid structure.
65 It describes in a machine readable way exactly how the ASN1 structure should
109 SEQUENCE OF or SET OF. These are both implemented as a STACK structure. The
110 old code would omit the structure if the STACK was NULL (which is fine) or if
123 The X509_ATTRIBUTE structure used to have an element called 'set' which took
127 been deleted to deliberately break source compatibility. Since this structure
130 The X509_REQ_INFO certificate request info structure no longer has a field
136 The top level 'detached' field in the PKCS7 structure is no longer set when
137 a PKCS#7 structure is read in. PKCS7_is_detached() should be called instead.
140 The values of 'type' in the GENERAL_NAME structure have changed. This is
144 The DIST_POINT_NAME structure has changed to be a true CHOICE type.