Skip to main content

MAX_ASN1_DEPTH

Constant MAX_ASN1_DEPTH 

Source
pub const MAX_ASN1_DEPTH: usize = 1024;
Expand description

Maximum constructed-type (SEQUENCE / SET) nesting depth the recursive DER validator descends before reporting a depth-bound violation. Guards the native call stack against pathologically-nested input; it is not a ceiling on value size or element count.