diff options
author | tb <> | 2023-07-21 05:02:53 +0000 |
---|---|---|
committer | tb <> | 2023-07-21 05:02:53 +0000 |
commit | ec8c97dd8ab81c0eb4832547799104415b457d4d (patch) | |
tree | f4299676bafd4c94acbb1c4e7cc115c1a14edb85 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |
parent | c8e14d21085a5664fe144bcce79739faa47cd45b (diff) | |
download | openbsd-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.3 | 11 |
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 |
101 | removes all ciphers and digests from the table and also calls | 101 | removes all ciphers and digests from the table and also calls |
102 | .Xr OBJ_NAME_cleanup 3 | 102 | .Xr OBJ_NAME_cleanup 3 |
103 | with an argument of \-1 and | 103 | with an argument of \-1 , |
104 | .Xr OBJ_sigid_free 3 , | ||
105 | thus resetting the global associative array of names | 104 | thus resetting the global associative array of names |
106 | and all signature algorithm definitions to their default states, | 105 | and all signature algorithm definitions to their default states, |
107 | removing all application-defined types, key-value pairs, aliases, | 106 | removing all application-defined types, key-value pairs, and aliases, |
108 | and signature algorithm definitions, | ||
109 | including any that are unrelated to the EVP library. | 107 | including 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 |