CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/23 12:56:54
Modified files:
lib/libcrypto/asn1: a_bitstr.c
Log message:
Rewrite c2i_ASN1_BIT_STRING() using CBS.
Also switch to freeing and allocating, rather than attempting to recycle.
While here, factor out the flags ASN1_STRING_FLAG_BITS_LEFT bit bashing
and use the name "unused bits" rather than "bits left", to be more inline
with X.690 wording.
ok inoguchi@ tb@
