Saved DER encoding of an ASN.1 value, used when re‐emitting the original bytes (for example so invalid encodings do not break signatures).

Synopsis

Declared in <openssl/asn1.h>

struct ASN1_ENCODING_st;

Data Members

Name

Description

enc

Saved DER encoding of an ASN.1 value (may be invalid).

len

Length in bytes of the buffer at enc.

modified

Non‐zero when enc is invalid and must not be reused for signatures.

Created with MrDocs