CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/31 06:48:01
Modified files:
lib/libcrypto/asn1: asn1.h
lib/libcrypto/man: ASN1_STRING_TABLE_get.3
Log message:
Remove STABLE_FLAGS_MALLOC
Formerly used by ASN1_STRING_TABLE_{add,cleanup}() which were removed two
years ago. Annotate why STABLE_NO_MASK stays: as usual, security/xca ends
up being the sole consumer of some nonsense. Apparently it needs its own
reimplementation of ASN1_STRING_set_by_NID(), another removable public API
that should never have been exposed.
ok kenjiro