summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-08-25 11:43:14 +0000
committertb <>2023-08-25 11:43:14 +0000
commite2a57b655c4b3eec8bbc5b212944e20daba3edd4 (patch)
treec7f9641a086efa62d642bdf4ae0f696de8b6376d /src/lib
parent16ba7aada65a53c0e44ca38eafecb306bc85c74c (diff)
downloadopenbsd-e2a57b655c4b3eec8bbc5b212944e20daba3edd4.tar.gz
openbsd-e2a57b655c4b3eec8bbc5b212944e20daba3edd4.tar.bz2
openbsd-e2a57b655c4b3eec8bbc5b212944e20daba3edd4.zip
Mention another bug for EVP_add_{cipher,digest}(3)
Diffstat (limited to 'src/lib')
-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.