CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 04:33:13
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace
lib/libcrypto/asn1: a_bitstr.c asn1.h
lib/libcrypto/hidden/openssl: asn1.h
Log message:
Remove more ASN1_BIT_STRING API
This removes ASN1_BIT_STRING_name_print(), ASN1_BIT_STRING_{num,set}_asc().
Before trust was properly handled using OIDs, there was a period where it
used bit strings. The actual interfaces used in openssl x509 were removed,
but the functions they wrapped remained unused for the next 24 years.
ok jsing