74 if (new_status_info == NULL)
127 if (new_policy == NULL)
149 if (new_msg_imprint == NULL)
171 if (new_serial == NULL)
176 ASN1_INTEGER_free(a->
serial);
190 if (a->
time == gtime)
193 if (new_time == NULL)
198 ASN1_GENERALIZEDTIME_free(a->
time);
215 if (new_accuracy == NULL)
237 if (new_seconds == NULL)
261 if (new_millis == NULL)
268 ASN1_INTEGER_free(a->
millis);
287 if (new_micros == NULL)
294 ASN1_INTEGER_free(a->
micros);
306 a->
ordering = ordering ? 0xFF : 0x00;
319 if (a->
nonce == nonce)
322 if (new_nonce == NULL)
327 ASN1_INTEGER_free(a->
nonce);
328 a->
nonce = new_nonce;
349 GENERAL_NAME_free(a->
tsa);
361 return a->extensions;
368 a->extensions = NULL;
403 return X509v3_add_ext(&a->extensions,ex,loc) != NULL;