Mapping of a named bit in an ASN.1 BIT STRING to its bit number.
Declared in <openssl/asn1.h>
struct BIT_STRING_BITNAME_st;
Tables of these entries are used when printing or looking up bits by long or short name (for example key-usage bits).
| 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). |