[#ASN1_ENCODING_st] = ASN1_ENCODING_st :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ASN1_ENCODING_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:ASN1_ENCODING_st/enc.adoc[`enc`] | Saved DER encoding of an ASN.1 value (may be invalid). | xref:ASN1_ENCODING_st/len.adoc[`len`] | Length in bytes of the buffer at `enc.` | xref:ASN1_ENCODING_st/modified.adoc[`modified`] | Non‐zero when `enc` is invalid and must not be reused for signatures. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#