diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/BN_add.3 | 10 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 3 |
2 files changed, 5 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/BN_add.3 b/src/lib/libcrypto/man/BN_add.3 index a06b8af31c..7c37bef525 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.18 2023/01/31 05:16:52 jsing Exp $ | 1 | .\" $OpenBSD: BN_add.3,v 1.19 2023/04/27 09:45:56 tb Exp $ |
| 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
| @@ -66,7 +66,7 @@ | |||
| 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 68 | .\" | 68 | .\" |
| 69 | .Dd $Mdocdate: January 31 2023 $ | 69 | .Dd $Mdocdate: April 27 2023 $ |
| 70 | .Dt BN_ADD 3 | 70 | .Dt BN_ADD 3 |
| 71 | .Os | 71 | .Os |
| 72 | .Sh NAME | 72 | .Sh NAME |
| @@ -465,11 +465,9 @@ as | |||
| 465 | .Fa a | 465 | .Fa a |
| 466 | or | 466 | or |
| 467 | .Fa b . | 467 | .Fa b . |
| 468 | For more efficient algorithms for repeated computations using the same | 468 | For a more efficient algorithm for repeated computations using the same |
| 469 | modulus, see | 469 | modulus, see |
| 470 | .Xr BN_mod_mul_montgomery 3 | 470 | .Xr BN_mod_mul_montgomery 3 . |
| 471 | and | ||
| 472 | .Xr BN_mod_mul_reciprocal 3 . | ||
| 473 | .Pp | 471 | .Pp |
| 474 | .Fn BN_mod_sqr | 472 | .Fn BN_mod_sqr |
| 475 | takes the square of | 473 | takes the square of |
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 82a52fb655..e9228b1dec 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.25 2023/04/27 09:11:40 tb Exp $ | 1 | .\" $OpenBSD: BN_new.3,v 1.26 2023/04/27 09:45:56 tb 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 |
| @@ -146,7 +146,6 @@ and sets an error code that can be obtained by | |||
| 146 | .Xr BN_kronecker 3 , | 146 | .Xr BN_kronecker 3 , |
| 147 | .Xr BN_mod_inverse 3 , | 147 | .Xr BN_mod_inverse 3 , |
| 148 | .Xr BN_mod_mul_montgomery 3 , | 148 | .Xr BN_mod_mul_montgomery 3 , |
| 149 | .Xr BN_mod_mul_reciprocal 3 , | ||
| 150 | .Xr BN_mod_sqrt 3 , | 149 | .Xr BN_mod_sqrt 3 , |
| 151 | .Xr BN_nist_mod_521 3 , | 150 | .Xr BN_nist_mod_521 3 , |
| 152 | .Xr BN_num_bytes 3 , | 151 | .Xr BN_num_bytes 3 , |
