diff options
author | schwarze <> | 2018-03-22 16:06:33 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 16:06:33 +0000 |
commit | 84c3174286898ff13a0365705279864b06320097 (patch) | |
tree | d3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |
parent | 62540710d193a8120bb7efa8d79a080971b587d3 (diff) | |
download | openbsd-84c3174286898ff13a0365705279864b06320097.tar.gz openbsd-84c3174286898ff13a0365705279864b06320097.tar.bz2 openbsd-84c3174286898ff13a0365705279864b06320097.zip |
crypto HISTORY up to 0.9.5; researched from OpenSSL git
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, 9 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 index 329fef8130..6cc4a2770c 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.5 2018/03/21 22:08:04 schwarze Exp $ | 1 | .\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.6 2018/03/22 16:06:33 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: March 21 2018 $ | 51 | .Dd $Mdocdate: March 22 2018 $ |
52 | .Dt OPENSSL_ADD_ALL_ALGORITHMS 3 | 52 | .Dt OPENSSL_ADD_ALL_ALGORITHMS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -107,6 +107,13 @@ and | |||
107 | .Fn SSLeay_add_all_digests | 107 | .Fn SSLeay_add_all_digests |
108 | appeared in SSLeay 0.8.1b or earlier and have been available since | 108 | appeared in SSLeay 0.8.1b or earlier and have been available since |
109 | .Ox 2.4 . | 109 | .Ox 2.4 . |
110 | .Pp | ||
111 | .Fn OpenSSL_add_all_algorithms , | ||
112 | .Fn OpenSSL_add_all_ciphers , | ||
113 | and | ||
114 | .Fn OpenSSL_add_all_digests | ||
115 | first appeared in OpenSSL 0.9.5 and have been available since | ||
116 | .Ox 2.7 . | ||
110 | .Sh BUGS | 117 | .Sh BUGS |
111 | Although the functions do not return error codes, it is possible for them | 118 | Although the functions do not return error codes, it is possible for them |
112 | to fail. | 119 | to fail. |