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

Name

Description

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).

Created with MrDocs