summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-22 16:06:33 +0000
committerschwarze <>2018-03-22 16:06:33 +0000
commit84c3174286898ff13a0365705279864b06320097 (patch)
treed3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
parent62540710d193a8120bb7efa8d79a080971b587d3 (diff)
downloadopenbsd-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.311
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
108appeared in SSLeay 0.8.1b or earlier and have been available since 108appeared 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 ,
113and
114.Fn OpenSSL_add_all_digests
115first appeared in OpenSSL 0.9.5 and have been available since
116.Ox 2.7 .
110.Sh BUGS 117.Sh BUGS
111Although the functions do not return error codes, it is possible for them 118Although the functions do not return error codes, it is possible for them
112to fail. 119to fail.