summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-08-25 11:43:14 +0000
committertb <>2023-08-25 11:43:14 +0000
commitaa59b6eac96b952ac1bf51084a8611d7e7f6ff36 (patch)
treec7f9641a086efa62d642bdf4ae0f696de8b6376d /src
parent539008b353ee85311fe00819f67600c6746aeee8 (diff)
downloadopenbsd-aa59b6eac96b952ac1bf51084a8611d7e7f6ff36.tar.gz
openbsd-aa59b6eac96b952ac1bf51084a8611d7e7f6ff36.tar.bz2
openbsd-aa59b6eac96b952ac1bf51084a8611d7e7f6ff36.zip
Mention another bug for EVP_add_{cipher,digest}(3)
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_add_cipher.35
1 files changed, 4 insertions, 1 deletions
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 @@
1.\" $OpenBSD: EVP_add_cipher.3,v 1.3 2023/08/25 10:54:44 tb Exp $ 1.\" $OpenBSD: EVP_add_cipher.3,v 1.4 2023/08/25 11:43:14 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -175,3 +175,6 @@ first appeared in OpenSSL 0.9.4 and have been available since
175Key-value pairs already added before an error occurred 175Key-value pairs already added before an error occurred
176remain in the global associative array, 176remain in the global associative array,
177leaving it in an unknown state. 177leaving it in an unknown state.
178.Pp
179While aliases can be added and removed, there is no dedicated API
180to remove added ciphers or digests.