ASN1_ENCODING_st

ASN1_ENCODING structure: this is used to save the received encoding of an ASN1 type. This is useful to get round problems with invalid encodings which can break signatures.

extern (C) nothrow @nogc
struct ASN1_ENCODING_st {}

Members

Variables

enc
ubyte* enc;

DER encoding

len
core.stdc.config.c_long len;

Length of encoding

modified
int modified;

set to 1 if 'enc' is invalid

Meta