BIT_STRING_BITNAME_st

Mapping of a named bit in an ASN.1 BIT STRING to its bit number.

Synopsis

Declared in <openssl/asn1.h>

struct BIT_STRING_BITNAME_st;

Description

Tables of these entries are used when printing or looking up bits by long or short name (for example key-usage bits).

Data Members

NameDescription
bitnum Zero-based bit number within the BIT STRING.
lname Long human-readable name for the bit (may be NULL).
sname Short name or abbreviation for the bit (may be NULL).