diff options
author | schwarze <> | 2021-12-18 17:47:45 +0000 |
---|---|---|
committer | schwarze <> | 2021-12-18 17:47:45 +0000 |
commit | 41fcc6b5e0fadf216f047f3ac32e97de6603fd6b (patch) | |
tree | 910b00af2161542e9a62b69fd3d2435e011e0314 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |
parent | f7d305590a6bc15a77694a68f5c4e5913c8aadf5 (diff) | |
download | openbsd-41fcc6b5e0fadf216f047f3ac32e97de6603fd6b.tar.gz openbsd-41fcc6b5e0fadf216f047f3ac32e97de6603fd6b.tar.bz2 openbsd-41fcc6b5e0fadf216f047f3ac32e97de6603fd6b.zip |
new manual page OBJ_add_sigid(3)
Diffstat (limited to 'src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3')
-rw-r--r-- | src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 index f95c0713ef..908b344f8a 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.10 2021/12/17 17:56:14 schwarze Exp $ | 1 | .\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.11 2021/12/18 17:47:45 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 17 2021 $ | 51 | .Dd $Mdocdate: December 18 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 |
@@ -100,15 +100,20 @@ 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, thus resetting the global associative array | 103 | with an argument of \-1 and |
104 | to its default state, removing all types, key-value pairs, and aliases | 104 | .Xr OBJ_sigid_free 3 , |
105 | from it, including any that are unrelated to the EVP library. | 105 | thus resetting the global associative array of names |
106 | and all signature algorithm definitions to their default states, | ||
107 | removing all application-defined types, key-value pairs, aliases, | ||
108 | and signature algorithm definitions, | ||
109 | including any that are unrelated to the EVP library. | ||
106 | .Sh SEE ALSO | 110 | .Sh SEE ALSO |
107 | .Xr evp 3 , | 111 | .Xr evp 3 , |
108 | .Xr EVP_DigestInit 3 , | 112 | .Xr EVP_DigestInit 3 , |
109 | .Xr EVP_EncryptInit 3 , | 113 | .Xr EVP_EncryptInit 3 , |
110 | .Xr OBJ_cleanup 3 , | 114 | .Xr OBJ_cleanup 3 , |
111 | .Xr OBJ_NAME_add 3 , | 115 | .Xr OBJ_NAME_add 3 , |
116 | .Xr OBJ_sigid_free 3 , | ||
112 | .Xr OPENSSL_config 3 | 117 | .Xr OPENSSL_config 3 |
113 | .Sh HISTORY | 118 | .Sh HISTORY |
114 | .Fn EVP_cleanup | 119 | .Fn EVP_cleanup |