summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
diff options
context:
space:
mode:
authortb <>2023-07-21 05:02:53 +0000
committertb <>2023-07-21 05:02:53 +0000
commitec8c97dd8ab81c0eb4832547799104415b457d4d (patch)
treef4299676bafd4c94acbb1c4e7cc115c1a14edb85 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
parentc8e14d21085a5664fe144bcce79739faa47cd45b (diff)
downloadopenbsd-ec8c97dd8ab81c0eb4832547799104415b457d4d.tar.gz
openbsd-ec8c97dd8ab81c0eb4832547799104415b457d4d.tar.bz2
openbsd-ec8c97dd8ab81c0eb4832547799104415b457d4d.zip
Remove OBJ_add_sigid and OBJ_sigid_free documentation
These will be made internal and will likely go away. The OBJ_add_sigid.3 manual should probably be renamed; this can be done in a second step.
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, 4 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
index 908b344f8a..364a6c1067 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.11 2021/12/18 17:47:45 schwarze Exp $ 1.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.12 2023/07/21 05:02:53 tb 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 18 2021 $ 51.Dd $Mdocdate: July 21 2023 $
52.Dt OPENSSL_ADD_ALL_ALGORITHMS 3 52.Dt OPENSSL_ADD_ALL_ALGORITHMS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -100,12 +100,10 @@ only the first call has an effect.
100.Fn EVP_cleanup 100.Fn EVP_cleanup
101removes all ciphers and digests from the table and also calls 101removes all ciphers and digests from the table and also calls
102.Xr OBJ_NAME_cleanup 3 102.Xr OBJ_NAME_cleanup 3
103with an argument of \-1 and 103with an argument of \-1 ,
104.Xr OBJ_sigid_free 3 ,
105thus resetting the global associative array of names 104thus resetting the global associative array of names
106and all signature algorithm definitions to their default states, 105and all signature algorithm definitions to their default states,
107removing all application-defined types, key-value pairs, aliases, 106removing all application-defined types, key-value pairs, and aliases,
108and signature algorithm definitions,
109including any that are unrelated to the EVP library. 107including any that are unrelated to the EVP library.
110.Sh SEE ALSO 108.Sh SEE ALSO
111.Xr evp 3 , 109.Xr evp 3 ,
@@ -113,7 +111,6 @@ including any that are unrelated to the EVP library.
113.Xr EVP_EncryptInit 3 , 111.Xr EVP_EncryptInit 3 ,
114.Xr OBJ_cleanup 3 , 112.Xr OBJ_cleanup 3 ,
115.Xr OBJ_NAME_add 3 , 113.Xr OBJ_NAME_add 3 ,
116.Xr OBJ_sigid_free 3 ,
117.Xr OPENSSL_config 3 114.Xr OPENSSL_config 3
118.Sh HISTORY 115.Sh HISTORY
119.Fn EVP_cleanup 116.Fn EVP_cleanup