Table entry describing size limits and encoding masks for an ASN.1 string NID.
Synopsis
Declared in <openssl/asn1.h>
struct asn1_string_table_st;
Data Members
Name |
Description |
STABLE_FLAGS_* bits controlling how the table entry is applied. |
|
B_ASN1_* bitmask of permitted string types for this NID. |
|
Maximum allowed string size in characters for this NID (‐1 = unlimited). |
|
Minimum allowed string size in characters for this NID (‐1 = no minimum). |
|
Numeric identifier (NID_*) this table entry constrains. |
Created with MrDocs