summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
diff options
context:
space:
mode:
authorschwarze <>2021-12-17 17:56:14 +0000
committerschwarze <>2021-12-17 17:56:14 +0000
commitc3654e40ac310e5d674cc397f3074ae252755a4d (patch)
treefa1870870dde65aca327ceeedec90557c03ee8b6 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
parent46aaaf46f8d64720d6a5143144b978caf6f8904c (diff)
downloadopenbsd-c3654e40ac310e5d674cc397f3074ae252755a4d.tar.gz
openbsd-c3654e40ac310e5d674cc397f3074ae252755a4d.tar.bz2
openbsd-c3654e40ac310e5d674cc397f3074ae252755a4d.zip
new manual page OBJ_NAME_add(3)
Diffstat (limited to 'src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3')
-rw-r--r--src/lib/libcrypto/man/OpenSSL_add_all_algorithms.311
1 files changed, 8 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
index e47948df4c..f95c0713ef 100644
--- a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
+++ b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.9 2021/12/16 16:36:16 schwarze Exp $ 1.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.10 2021/12/17 17:56:14 schwarze Exp $
2.\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 2.\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 16 2021 $ 51.Dd $Mdocdate: December 17 2021 $
52.Dt OPENSSL_ADD_ALL_ALGORITHMS 3 52.Dt OPENSSL_ADD_ALL_ALGORITHMS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -98,12 +98,17 @@ If any of the above functions is called more than once,
98only the first call has an effect. 98only the first call has an effect.
99.Pp 99.Pp
100.Fn EVP_cleanup 100.Fn EVP_cleanup
101removes all ciphers and digests from the table. 101removes all ciphers and digests from the table and also calls
102.Xr OBJ_NAME_cleanup 3
103with an argument of \-1, thus resetting the global associative array
104to its default state, removing all types, key-value pairs, and aliases
105from it, including any that are unrelated to the EVP library.
102.Sh SEE ALSO 106.Sh SEE ALSO
103.Xr evp 3 , 107.Xr evp 3 ,
104.Xr EVP_DigestInit 3 , 108.Xr EVP_DigestInit 3 ,
105.Xr EVP_EncryptInit 3 , 109.Xr EVP_EncryptInit 3 ,
106.Xr OBJ_cleanup 3 , 110.Xr OBJ_cleanup 3 ,
111.Xr OBJ_NAME_add 3 ,
107.Xr OPENSSL_config 3 112.Xr OPENSSL_config 3
108.Sh HISTORY 113.Sh HISTORY
109.Fn EVP_cleanup 114.Fn EVP_cleanup