From e2a57b655c4b3eec8bbc5b212944e20daba3edd4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 25 Aug 2023 11:43:14 +0000 Subject: Mention another bug for EVP_add_{cipher,digest}(3) --- src/lib/libcrypto/man/EVP_add_cipher.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EVP_add_cipher.3 b/src/lib/libcrypto/man/EVP_add_cipher.3 index 57e4f839c2..6fa809db6d 100644 --- a/src/lib/libcrypto/man/EVP_add_cipher.3 +++ b/src/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. -- cgit v1.2.3-55-g6feb