summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/BIO_ctrl.38
-rw-r--r--src/lib/libcrypto/man/BIO_f_cipher.38
-rw-r--r--src/lib/libcrypto/man/BIO_s_accept.38
-rw-r--r--src/lib/libcrypto/man/BIO_s_file.38
-rw-r--r--src/lib/libcrypto/man/BIO_s_mem.310
-rw-r--r--src/lib/libcrypto/man/BN_CTX_new.37
-rw-r--r--src/lib/libcrypto/man/BN_add.36
-rw-r--r--src/lib/libcrypto/man/BN_generate_prime.35
-rw-r--r--src/lib/libcrypto/man/BN_mod_inverse.39
-rw-r--r--src/lib/libcrypto/man/BN_mod_mul_montgomery.37
-rw-r--r--src/lib/libcrypto/man/BN_mod_mul_reciprocal.313
-rw-r--r--src/lib/libcrypto/man/BN_new.37
-rw-r--r--src/lib/libcrypto/man/BN_set_flags.310
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.36
-rw-r--r--src/lib/libcrypto/man/RAND_set_rand_method.37
-rw-r--r--src/lib/libcrypto/man/X509_ALGOR_dup.36
-rw-r--r--src/lib/libcrypto/man/d2i_ASN1_OCTET_STRING.310
17 files changed, 101 insertions, 34 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3
index 2955a0ae63..375f330045 100644
--- a/src/lib/libcrypto/man/BIO_ctrl.3
+++ b/src/lib/libcrypto/man/BIO_ctrl.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_ctrl.3,v 1.10 2018/03/21 06:09:37 schwarze Exp $ 1.\" $OpenBSD: BIO_ctrl.3,v 1.11 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 2.\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100
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>.
@@ -329,6 +329,12 @@ and
329first appeared in SSLeay 0.9.0. 329first appeared in SSLeay 0.9.0.
330All these functions have been available since 330All these functions have been available since
331.Ox 2.4 . 331.Ox 2.4 .
332.Pp
333.Fn BIO_seek
334and
335.Fn BIO_tell
336first appeared in SSLeay 0.9.1 and have been available since
337.Ox 2.6 .
332.Sh BUGS 338.Sh BUGS
333Some of the return values are ambiguous and care should be taken. 339Some of the return values are ambiguous and care should be taken.
334In particular a return value of 0 can be returned if an operation 340In particular a return value of 0 can be returned if an operation
diff --git a/src/lib/libcrypto/man/BIO_f_cipher.3 b/src/lib/libcrypto/man/BIO_f_cipher.3
index 6d710a25f0..5e1ad82122 100644
--- a/src/lib/libcrypto/man/BIO_f_cipher.3
+++ b/src/lib/libcrypto/man/BIO_f_cipher.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_f_cipher.3,v 1.7 2018/03/20 23:56:07 schwarze Exp $ 1.\" $OpenBSD: BIO_f_cipher.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 2.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700
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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 20 2018 $ 52.Dd $Mdocdate: March 21 2018 $
53.Dt BIO_F_CIPHER 3 53.Dt BIO_F_CIPHER 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -169,3 +169,7 @@ and
169.Fn BIO_get_cipher_status 169.Fn BIO_get_cipher_status
170appeared in SSLeay 0.8.1b or earlier and have been available since 170appeared in SSLeay 0.8.1b or earlier and have been available since
171.Ox 2.4 . 171.Ox 2.4 .
172.Pp
173.Fn BIO_get_cipher_ctx
174first appeared in SSLeay 0.9.1 and has been available since
175.Ox 2.6 .
diff --git a/src/lib/libcrypto/man/BIO_s_accept.3 b/src/lib/libcrypto/man/BIO_s_accept.3
index 02b3c67e6e..a37db94564 100644
--- a/src/lib/libcrypto/man/BIO_s_accept.3
+++ b/src/lib/libcrypto/man/BIO_s_accept.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_accept.3,v 1.7 2018/03/21 06:09:37 schwarze Exp $ 1.\" $OpenBSD: BIO_s_accept.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 2.\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -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>.
@@ -367,3 +367,9 @@ appeared in SSLeay 0.8.1b or earlier.
367first appeared in SSLeay 0.9.0. 367first appeared in SSLeay 0.9.0.
368All these functions have been available since 368All these functions have been available since
369.Ox 2.4 . 369.Ox 2.4 .
370.Pp
371.Fn BIO_set_bind_mode
372and
373.Fn BIO_get_bind_mode
374first appeared in SSLeay 0.9.1 and have been available since
375.Ox 2.6 .
diff --git a/src/lib/libcrypto/man/BIO_s_file.3 b/src/lib/libcrypto/man/BIO_s_file.3
index 5cde0308d1..ba4b714e9e 100644
--- a/src/lib/libcrypto/man/BIO_s_file.3
+++ b/src/lib/libcrypto/man/BIO_s_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_file.3,v 1.7 2018/03/20 19:33:16 schwarze Exp $ 1.\" $OpenBSD: BIO_s_file.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -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 20 2018 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt BIO_S_FILE 3 52.Dt BIO_S_FILE 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -300,6 +300,10 @@ and
300appeared in SSLeay 0.8.1b or earlier. 300appeared in SSLeay 0.8.1b or earlier.
301All these functions have been available since 301All these functions have been available since
302.Ox 2.4 . 302.Ox 2.4 .
303.Pp
304.Fn BIO_rw_filename
305first appeared in SSLeay 0.9.1 and has been available since
306.Ox 2.6 .
303.Sh BUGS 307.Sh BUGS
304.Xr BIO_reset 3 308.Xr BIO_reset 3
305and 309and
diff --git a/src/lib/libcrypto/man/BIO_s_mem.3 b/src/lib/libcrypto/man/BIO_s_mem.3
index d41e483c28..f4abfc9348 100644
--- a/src/lib/libcrypto/man/BIO_s_mem.3
+++ b/src/lib/libcrypto/man/BIO_s_mem.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_mem.3,v 1.7 2018/03/20 19:33:16 schwarze Exp $ 1.\" $OpenBSD: BIO_s_mem.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $
2.\" full merge up to: OpenSSL 8711efb4 Mon Apr 20 11:33:12 2009 +0000 2.\" full merge up to: OpenSSL 8711efb4 Mon Apr 20 11:33:12 2009 +0000
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 20 2018 $ 52.Dd $Mdocdate: March 21 2018 $
53.Dt BIO_S_MEM 3 53.Dt BIO_S_MEM 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -257,6 +257,12 @@ and
257.Fn BIO_get_mem_ptr 257.Fn BIO_get_mem_ptr
258appeared in SSLeay 0.8.1b or earlier and have been available since 258appeared in SSLeay 0.8.1b or earlier and have been available since
259.Ox 2.4 . 259.Ox 2.4 .
260.Pp
261.Fn BIO_set_mem_eof_return
262and
263.Fn BIO_get_mem_data
264first appeared in SSLeay 0.9.1 and have been available since
265.Ox 2.6 .
260.Sh BUGS 266.Sh BUGS
261There should be an option to set the maximum size of a memory BIO. 267There should be an option to set the maximum size of a memory BIO.
262.Pp 268.Pp
diff --git a/src/lib/libcrypto/man/BN_CTX_new.3 b/src/lib/libcrypto/man/BN_CTX_new.3
index 61a56019bf..2d721329a2 100644
--- a/src/lib/libcrypto/man/BN_CTX_new.3
+++ b/src/lib/libcrypto/man/BN_CTX_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_CTX_new.3,v 1.6 2018/03/20 20:26:23 schwarze Exp $ 1.\" $OpenBSD: BN_CTX_new.3,v 1.7 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL aafbe1cc Jun 12 23:42:08 2013 +0100 2.\" OpenSSL aafbe1cc Jun 12 23:42:08 2013 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@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 20 2018 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt BN_CTX_NEW 3 52.Dt BN_CTX_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -140,4 +140,5 @@ appeared before SSLeay 0.8 and have been available since
140.Ox 2.4 . 140.Ox 2.4 .
141.Pp 141.Pp
142.Fn BN_CTX_init 142.Fn BN_CTX_init
143first appeared in SSLeay 0.9.1b. 143first appeared in SSLeay 0.9.1 and has been available since
144.Ox 2.6 .
diff --git a/src/lib/libcrypto/man/BN_add.3 b/src/lib/libcrypto/man/BN_add.3
index cfa875ba35..daf4cfc8ec 100644
--- a/src/lib/libcrypto/man/BN_add.3
+++ b/src/lib/libcrypto/man/BN_add.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_add.3,v 1.9 2018/03/21 06:26:31 schwarze Exp $ 1.\" $OpenBSD: BN_add.3,v 1.10 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> 4.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -407,7 +407,9 @@ The
407.Fa ctx 407.Fa ctx
408argument to 408argument to
409.Fn BN_mul 409.Fn BN_mul
410was added in SSLeay 0.9.1b. 410was added in SSLeay 0.9.1 and
411.Ox 2.6 .
412.Pp
411.Fn BN_nnmod , 413.Fn BN_nnmod ,
412.Fn BN_mod_add , 414.Fn BN_mod_add ,
413.Fn BN_mod_sub , 415.Fn BN_mod_sub ,
diff --git a/src/lib/libcrypto/man/BN_generate_prime.3 b/src/lib/libcrypto/man/BN_generate_prime.3
index 59f6174d27..8ff144e421 100644
--- a/src/lib/libcrypto/man/BN_generate_prime.3
+++ b/src/lib/libcrypto/man/BN_generate_prime.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_generate_prime.3,v 1.9 2018/03/21 06:26:31 schwarze Exp $ 1.\" $OpenBSD: BN_generate_prime.3,v 1.10 2018/03/21 09:03:49 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 Ulf Moeller <ulf@openssl.org> 4.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -389,7 +389,8 @@ The
389.Fa ret 389.Fa ret
390argument to 390argument to
391.Fn BN_generate_prime 391.Fn BN_generate_prime
392was added in SSLeay 0.9.1. 392was added in SSLeay 0.9.1 and
393.Ox 2.6 .
393.Pp 394.Pp
394.Fn BN_is_prime_fasttest 395.Fn BN_is_prime_fasttest
395was added in OpenSSL 0.9.5. 396was added in OpenSSL 0.9.5.
diff --git a/src/lib/libcrypto/man/BN_mod_inverse.3 b/src/lib/libcrypto/man/BN_mod_inverse.3
index a3a05c86d2..6fb371cf24 100644
--- a/src/lib/libcrypto/man/BN_mod_inverse.3
+++ b/src/lib/libcrypto/man/BN_mod_inverse.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_mod_inverse.3,v 1.7 2018/03/20 20:26:23 schwarze Exp $ 1.\" $OpenBSD: BN_mod_inverse.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@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 20 2018 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt BN_MOD_INVERSE 3 52.Dt BN_MOD_INVERSE 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -108,3 +108,8 @@ The error codes can be obtained by
108.Fn BN_mod_inverse 108.Fn BN_mod_inverse
109appeared before SSLeay 0.8 and has been available since 109appeared before SSLeay 0.8 and has been available since
110.Ox 2.4 . 110.Ox 2.4 .
111.Pp
112The
113.Fa r
114argument was added in SSLeay 0.9.1 and
115.Ox 2.6 .
diff --git a/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 b/src/lib/libcrypto/man/BN_mod_mul_montgomery.3
index 16a90cb097..9f33fe0fda 100644
--- a/src/lib/libcrypto/man/BN_mod_mul_montgomery.3
+++ b/src/lib/libcrypto/man/BN_mod_mul_montgomery.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_mod_mul_montgomery.3,v 1.8 2018/03/20 20:26:23 schwarze Exp $ 1.\" $OpenBSD: BN_mod_mul_montgomery.3,v 1.9 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@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 20 2018 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt BN_MOD_MUL_MONTGOMERY 3 52.Dt BN_MOD_MUL_MONTGOMERY 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -231,7 +231,8 @@ appeared before SSLeay 0.8 and have been available since
231.Fn BN_MONT_CTX_init 231.Fn BN_MONT_CTX_init
232and 232and
233.Fn BN_MONT_CTX_copy 233.Fn BN_MONT_CTX_copy
234first appeared in SSLeay 0.9.1b. 234first appeared in SSLeay 0.9.1 and
235.Ox 2.6 .
235.Sh CAVEATS 236.Sh CAVEATS
236.Fn BN_MONT_CTX_init 237.Fn BN_MONT_CTX_init
237must not be called on a context that was used previously, or 238must not be called on a context that was used previously, or
diff --git a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3
index d484bd188a..ef030e4c6f 100644
--- a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3
+++ b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.8 2018/03/20 20:26:23 schwarze Exp $ 1.\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.9 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@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 20 2018 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt BN_MOD_MUL_RECIPROCAL 3 52.Dt BN_MOD_MUL_RECIPROCAL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -201,6 +201,15 @@ Before that, a function
201was used instead, and the 201was used instead, and the
202.Fn BN_mod_mul_reciprocal 202.Fn BN_mod_mul_reciprocal
203arguments were different. 203arguments were different.
204.Pp
205.Fn BN_RECP_CTX_new ,
206.Fn BN_RECP_CTX_init ,
207.Fn BN_RECP_CTX_free ,
208.Fn BN_RECP_CTX_set ,
209and
210.Fn BN_div_recp
211first appeared in SSLeay 0.9.1 and have been available since
212.Ox 2.6 .
204.Sh CAVEATS 213.Sh CAVEATS
205.Fn BN_RECP_CTX_init 214.Fn BN_RECP_CTX_init
206must not be called on a context that was used previously, or 215must not be called on a context that was used previously, or
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3
index 84e6a79e03..4dd131a573 100644
--- a/src/lib/libcrypto/man/BN_new.3
+++ b/src/lib/libcrypto/man/BN_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_new.3,v 1.11 2018/03/20 20:26:23 schwarze Exp $ 1.\" $OpenBSD: BN_new.3,v 1.12 2018/03/21 09:03:49 schwarze Exp $
2.\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 2.\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000
3.\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 3.\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200
4.\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 4.\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: March 20 2018 $ 53.Dd $Mdocdate: March 21 2018 $
54.Dt BN_NEW 3 54.Dt BN_NEW 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -170,7 +170,8 @@ appeared before SSLeay 0.8 and have been available since
170.Ox 2.4 . 170.Ox 2.4 .
171.Pp 171.Pp
172.Fn BN_init 172.Fn BN_init
173first appeared in SSLeay 0.9.1b. 173first appeared in SSLeay 0.9.1 and has been available since
174.Ox 2.6 .
174.Sh CAVEATS 175.Sh CAVEATS
175.Fn BN_init 176.Fn BN_init
176must not be called on a 177must not be called on a
diff --git a/src/lib/libcrypto/man/BN_set_flags.3 b/src/lib/libcrypto/man/BN_set_flags.3
index 27649fd074..a998037534 100644
--- a/src/lib/libcrypto/man/BN_set_flags.3
+++ b/src/lib/libcrypto/man/BN_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_set_flags.3,v 1.1 2017/01/30 01:29:31 schwarze Exp $ 1.\" $OpenBSD: BN_set_flags.3,v 1.2 2018/03/21 09:03:49 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: January 30 2017 $ 17.Dd $Mdocdate: March 21 2018 $
18.Dt BN_SET_FLAGS 3 18.Dt BN_SET_FLAGS 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -138,6 +138,12 @@ returns zero or more of the above constants, OR'ed together.
138.Xr BN_mod_inverse 3 , 138.Xr BN_mod_inverse 3 ,
139.Xr BN_new 3 , 139.Xr BN_new 3 ,
140.Xr BN_with_flags 3 140.Xr BN_with_flags 3
141.Sh HISTORY
142.Fn BN_set_flags
143and
144.Fn BN_get_flags
145first appeared in SSLeay 0.9.1 and have been available since
146.Ox 2.6 .
141.Sh CAVEATS 147.Sh CAVEATS
142No public interface exists to clear a flag once it is set. 148No public interface exists to clear a flag once it is set.
143So think twice before using 149So think twice before using
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index fd17f3f7f9..1b2d3811bf 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.11 2018/03/21 07:00:52 schwarze Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.12 2018/03/21 09:03:49 schwarze Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100 3.\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100
4.\" 4.\"
@@ -1265,6 +1265,10 @@ first appeared in SSLeay 0.9.0.
1265All these functions have been available since 1265All these functions have been available since
1266.Ox 2.4 . 1266.Ox 2.4 .
1267.Pp 1267.Pp
1268.Fn EVP_rc2_64_cbc
1269first appeared in SSL_eay 0.9.1 and has been available since
1270.Ox 2.6 .
1271.Pp
1268.Fn EVP_EncryptInit_ex , 1272.Fn EVP_EncryptInit_ex ,
1269.Fn EVP_EncryptFinal_ex , 1273.Fn EVP_EncryptFinal_ex ,
1270.Fn EVP_DecryptInit_ex , 1274.Fn EVP_DecryptInit_ex ,
diff --git a/src/lib/libcrypto/man/RAND_set_rand_method.3 b/src/lib/libcrypto/man/RAND_set_rand_method.3
index 6f99335166..d94d794daf 100644
--- a/src/lib/libcrypto/man/RAND_set_rand_method.3
+++ b/src/lib/libcrypto/man/RAND_set_rand_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RAND_set_rand_method.3,v 1.3 2016/11/29 00:07:45 schwarze Exp $ 1.\" $OpenBSD: RAND_set_rand_method.3,v 1.4 2018/03/21 09:03:49 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Miod Vallat <miod@openbsd.org> 3.\" Copyright (c) 2014 Miod Vallat <miod@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 29 2016 $ 17.Dd $Mdocdate: March 21 2018 $
18.Dt RAND_SET_RAND_METHOD 3 18.Dt RAND_SET_RAND_METHOD 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -51,4 +51,5 @@ always return
51.Fn RAND_get_rand_method , 51.Fn RAND_get_rand_method ,
52and 52and
53.Fn RAND_SSLeay 53.Fn RAND_SSLeay
54are available in all versions of OpenSSL. 54first appeared in SSLeay 0.9.1 and have been available since
55.Ox 2.6 .
diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3
index e2f33f00df..e9d57c037f 100644
--- a/src/lib/libcrypto/man/X509_ALGOR_dup.3
+++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.7 2018/03/21 03:16:08 schwarze Exp $ 1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $
2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -218,3 +218,7 @@ and
218.Fn X509_ALGOR_free 218.Fn X509_ALGOR_free
219appeared before SSLeay 0.8 and have been available since 219appeared before SSLeay 0.8 and have been available since
220.Ox 2.4 . 220.Ox 2.4 .
221.Pp
222.Fn X509_ALGOR_dup
223first appeared in SSLeay 0.9.1 and has been avialable since
224.Ox 2.6 .
diff --git a/src/lib/libcrypto/man/d2i_ASN1_OCTET_STRING.3 b/src/lib/libcrypto/man/d2i_ASN1_OCTET_STRING.3
index 193494520a..3f6efae1c8 100644
--- a/src/lib/libcrypto/man/d2i_ASN1_OCTET_STRING.3
+++ b/src/lib/libcrypto/man/d2i_ASN1_OCTET_STRING.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_ASN1_OCTET_STRING.3,v 1.6 2018/03/20 18:35:13 schwarze Exp $ 1.\" $OpenBSD: d2i_ASN1_OCTET_STRING.3,v 1.7 2018/03/21 09:03:49 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: March 20 2018 $ 17.Dd $Mdocdate: March 21 2018 $
18.Dt D2I_ASN1_OCTET_STRING 3 18.Dt D2I_ASN1_OCTET_STRING 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -402,3 +402,9 @@ and
402.Fn i2d_ASN1_UTCTIME 402.Fn i2d_ASN1_UTCTIME
403appeared in SSLeay 0.8.1b or earlier and have been available since 403appeared in SSLeay 0.8.1b or earlier and have been available since
404.Ox 2.4 . 404.Ox 2.4 .
405.Pp
406.Fn d2i_ASN1_BMPSTRING
407and
408.Fn i2d_ASN1_BMPSTRING
409first appeared in SSLeay 0.9.1 and have been available since
410.Ox 2.6 .