Nikos Mavrogiannopoulos <[email protected]> writes: > I'll check how easy it is to re-write the name functions without the > internal API.
I see you started removing stuff for a libtasn1 3.0... I removed some deprecated functions. We'd might take the opportunity to clean up other things as well. The API uses 'int' instead of 'size_t' for lengths, although making that change now will make it a bit painful to upgrade so I'm not sure it is worth it. I noticed some namespace issues (node_asn_struct, node_asn, static_struct_asn) that I'll fix. There is some 'unsigned char *' vs 'char *' issues as well. /Simon
