Files
heimdal/lib
Nicolas Williams df3e08485b asn1: Add support for decoration w/ external types
This adds support for asn1_compile --decorate=... variation that causes
decoration of an ASN.1 SET/SEQUENCE type with a field of a non-ASN.1
type.

This means we can now have an ASN.1 type to represent a request that can
then have a "hidden" field -- hidden in that it is neither encoded nor
decoded.  This field will be copied and freed when the decoration is of
an ASN.1 type or of a external, C type that comes with copy constructor
and destructor functions.  Decoration with a `void *` field which is
neither copied nor freed is also supported.

We may end up using this to, for example, replace the `hdb_entry_ex`
type by decorating `HDB_entry` with a C type that points to the `HDB` in
which the entry was found or to which it should be written.
2022-01-11 09:57:11 -06:00
..
2021-09-10 09:11:23 +10:00
2022-01-02 20:58:39 -06:00
2022-01-08 08:49:45 +11:00
2021-11-29 12:50:26 +11:00
2017-03-10 15:47:43 -05:00
2016-11-08 15:48:40 -05:00
2016-12-15 12:15:56 -06:00