From 6f2ee5a9a79b7b50dcd481715ff4209cfb40223c Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 31 Dec 2025 13:48:01 +0000 Subject: 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 --- src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man') diff --git a/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 b/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 index 4149b73d34..f9e69a89e5 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.5 2025/06/08 22:37:23 schwarze Exp $ +.\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.6 2025/12/31 13:48:01 tb Exp $ .\" checked up to: .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 .\" @@ -16,11 +16,10 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: December 31 2025 $ .Dt ASN1_STRING_TABLE_GET 3 .Os .Sh NAME -.\" .Dv STABLE_FLAGS_MALLOC is intentionally undocumented because it is unused .Nm ASN1_STRING_TABLE_get .Nd retrieve an entry from the global ASN.1 string table .Sh SYNOPSIS -- cgit v1.2.3-55-g6feb