diff options
author | tb <> | 2023-08-25 11:43:14 +0000 |
---|---|---|
committer | tb <> | 2023-08-25 11:43:14 +0000 |
commit | e2a57b655c4b3eec8bbc5b212944e20daba3edd4 (patch) | |
tree | c7f9641a086efa62d642bdf4ae0f696de8b6376d /src/lib | |
parent | 16ba7aada65a53c0e44ca38eafecb306bc85c74c (diff) | |
download | openbsd-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.3 | 5 |
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 | |||
175 | Key-value pairs already added before an error occurred | 175 | Key-value pairs already added before an error occurred |
176 | remain in the global associative array, | 176 | remain in the global associative array, |
177 | leaving it in an unknown state. | 177 | leaving it in an unknown state. |
178 | .Pp | ||
179 | While aliases can be added and removed, there is no dedicated API | ||
180 | to remove added ciphers or digests. | ||