Move BIT_STRING_BITNAME tables to const
authortb <tb@openbsd.org>
Sat, 31 Aug 2024 10:23:13 +0000 (10:23 +0000)
committertb <tb@openbsd.org>
Sat, 31 Aug 2024 10:23:13 +0000 (10:23 +0000)
commitd4af8408844d972fc87c653e6d943f9ca46fdc27
treea2435faf9f891a050b6075833e86a0b4a5f1a9f7
parent787e4c656c7468291d1babf9893e708d30877714
Move BIT_STRING_BITNAME tables to const

Another bunch of const correctness fixes for global tables. These are
used to map ns cert types, key usage types and CRL reasons to strings
and vice versa. By the looks of it, nobody ever figured out how to use
this (need I mention that it's convoluted?).

ok beck jsing
lib/libcrypto/x509/x509_bitst.c
lib/libcrypto/x509/x509v3.h