From bf1f93fbf489016a56536bda74c7bbbbea4d4c8a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 24 Aug 2024 07:48:37 +0000 Subject: Remove documentation of UI_UTIL_read_pw* According to some, a fail-open password verification function is par for the course for libcrypto. Unfortunately, we have been recommending its use over similarly named EVP functions after what amounted to a coin toss a few years back. Luckily enough, no one followed that advice and we can soon remove this API for good. --- src/lib/libcrypto/man/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index d4633edddf..4973ea744c 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.289 2024/08/17 09:16:37 tb Exp $ +# $OpenBSD: Makefile,v 1.290 2024/08/24 07:48:37 tb Exp $ .include @@ -300,7 +300,6 @@ MAN= \ SMIME_write_PKCS7.3 \ STACK_OF.3 \ TS_REQ_new.3 \ - UI_UTIL_read_pw.3 \ UI_create_method.3 \ UI_get_string_type.3 \ UI_new.3 \ -- cgit v1.2.3-55-g6feb