CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/04 02:36:34
Modified files:
regress/lib/libcrypto/asn1: asn1basic.c
Log message:
asn1basic: add example showing current bogus encoding
There is a bug in i2c_ASN1_BIT_STRING() resulting in nonsense encoding of
some BIT STRINGs with trailing zeroes if ASN1_STRING_FLAG_BITS_LEFT is not
set (a rare corner case). This test currently passes when it shouldn't.
