diff options
author | 2018-03-22 16:06:33 +0000 | |
---|---|---|
committer | 2018-03-22 16:06:33 +0000 | |
commit | 958c08b585e91c997e87bb0eb222334df57315e8 (patch) | |
tree | 0a8065fe1278bfe8e17a2d3e19f84f9de08a1354 /lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |
parent | Call strlen() if name length provided is 0, like OpenSSL does. (diff) | |
download | wireguard-openbsd-958c08b585e91c997e87bb0eb222334df57315e8.tar.xz wireguard-openbsd-958c08b585e91c997e87bb0eb222334df57315e8.zip |
crypto HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/OpenSSL_add_all_algorithms.3')
-rw-r--r-- | lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 index 329fef81300..6cc4a2770ca 100644 --- a/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 +++ b/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.5 2018/03/21 22:08:04 schwarze Exp $ +.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.6 2018/03/22 16:06:33 schwarze Exp $ .\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt OPENSSL_ADD_ALL_ALGORITHMS 3 .Os .Sh NAME @@ -107,6 +107,13 @@ and .Fn SSLeay_add_all_digests appeared in SSLeay 0.8.1b or earlier and have been available since .Ox 2.4 . +.Pp +.Fn OpenSSL_add_all_algorithms , +.Fn OpenSSL_add_all_ciphers , +and +.Fn OpenSSL_add_all_digests +first appeared in OpenSSL 0.9.5 and have been available since +.Ox 2.7 . .Sh BUGS Although the functions do not return error codes, it is possible for them to fail. |