From: tb Date: Fri, 25 Aug 2023 11:43:14 +0000 (+0000) Subject: Mention another bug for EVP_add_{cipher,digest}(3) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fa8582a1e405c27b09169eda98568e0f57489c63;p=openbsd Mention another bug for EVP_add_{cipher,digest}(3) --- diff --git a/lib/libcrypto/man/EVP_add_cipher.3 b/lib/libcrypto/man/EVP_add_cipher.3 index 57e4f839c26..6fa809db6d5 100644 --- a/lib/libcrypto/man/EVP_add_cipher.3 +++ b/lib/libcrypto/man/EVP_add_cipher.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_add_cipher.3,v 1.3 2023/08/25 10:54:44 tb Exp $ +.\" $OpenBSD: EVP_add_cipher.3,v 1.4 2023/08/25 11:43:14 tb Exp $ .\" .\" Copyright (c) 2023 Theo Buehler .\" @@ -175,3 +175,6 @@ first appeared in OpenSSL 0.9.4 and have been available since Key-value pairs already added before an error occurred remain in the global associative array, leaving it in an unknown state. +.Pp +While aliases can be added and removed, there is no dedicated API +to remove added ciphers or digests.