Dr. Stephen Henson de17bd5d7f New ASN.1 embed macro.
New ASN.1 macro ASN1_EMBED. This is the same as ASN1_SIMPLE except the
structure is not allocated: it is part of the parent. That is instead of

FOO *x;

it must be:

FOO x;

This reduces memory fragmentation and make it impossible to accidentally
set a mandatory field to NULL.

This currently only works for SEQUENCE and since it is equivalent to
ASN1_SIMPLE it cannot be tagged, OPTIONAL, SET OF or SEQUENCE OF.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-16 22:17:39 +01:00
..
2015-09-16 22:17:39 +01:00
2015-09-03 16:26:34 -04:00
2015-09-03 16:26:34 -04:00
2015-09-11 23:10:29 +01:00
2015-09-03 16:26:34 -04:00
2015-09-03 16:26:34 -04:00
2015-09-02 22:05:37 -04:00
2015-09-12 01:53:52 +01:00
2015-09-16 12:40:55 +01:00
2015-09-16 12:40:55 +01:00
2015-09-03 16:26:34 -04:00
2015-09-03 16:26:34 -04:00
2015-07-14 01:10:01 +02:00
2015-09-03 16:26:34 -04:00
2015-09-02 22:05:37 -04:00
2015-09-08 23:14:36 -04:00
2015-09-03 16:26:34 -04:00
2015-09-11 18:16:23 +01:00
2015-09-04 11:45:44 -04:00
2015-09-02 22:05:37 -04:00
2015-09-03 16:26:34 -04:00
2015-07-14 01:10:01 +02:00
2015-04-20 15:06:22 +02:00
2015-07-20 01:16:28 -04:00
2015-07-16 01:06:48 -04:00
2015-07-20 01:16:28 -04:00
2015-06-23 17:09:35 -04:00
2015-09-02 22:05:37 -04:00
2015-09-02 23:03:43 -04:00
2015-09-08 23:14:36 -04:00
2015-08-05 22:06:01 -04:00
2014-06-04 08:34:18 +02:00
2015-07-14 01:10:01 +02:00
2015-01-22 09:20:09 +00:00