diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_mod_inverse.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_inverse.3 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_mod_inverse.3 b/src/lib/libcrypto/man/BN_mod_inverse.3 index ed6b6def4e..aa509b1ab6 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.9 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: BN_mod_inverse.3,v 1.10 2018/04/29 15:58:21 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 27 2018 $ | 51 | .Dd $Mdocdate: April 29 2018 $ |
52 | .Dt BN_MOD_INVERSE 3 | 52 | .Dt BN_MOD_INVERSE 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -80,6 +80,14 @@ a new | |||
80 | .Vt BIGNUM | 80 | .Vt BIGNUM |
81 | is created. | 81 | is created. |
82 | .Pp | 82 | .Pp |
83 | If the flag | ||
84 | .Dv BN_FLG_CONSTTIME | ||
85 | is set on | ||
86 | .Fa a | ||
87 | or | ||
88 | .Fa n , | ||
89 | it operates in constant time. | ||
90 | .Pp | ||
83 | .Fa ctx | 91 | .Fa ctx |
84 | is a previously allocated | 92 | is a previously allocated |
85 | .Vt BN_CTX | 93 | .Vt BN_CTX |