diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/RSA_get0_key.3 | 7 | ||||
-rw-r--r-- | src/lib/libcrypto/man/RSA_meth_new.3 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/RSA_get0_key.3 b/src/lib/libcrypto/man/RSA_get0_key.3 index 1873dcf5f5..9b58fad899 100644 --- a/src/lib/libcrypto/man/RSA_get0_key.3 +++ b/src/lib/libcrypto/man/RSA_get0_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RSA_get0_key.3,v 1.5 2019/06/08 09:51:40 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_get0_key.3,v 1.6 2019/07/13 17:26:38 schwarze Exp $ |
2 | .\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800 | 2 | .\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: June 8 2019 $ | 68 | .Dd $Mdocdate: July 13 2019 $ |
69 | .Dt RSA_GET0_KEY 3 | 69 | .Dt RSA_GET0_KEY 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -163,7 +163,8 @@ are the first and second factor of | |||
163 | .Fa dmq1 , | 163 | .Fa dmq1 , |
164 | and | 164 | and |
165 | .Fa iqmp | 165 | .Fa iqmp |
166 | are the exponents and coefficient for CRT calculations. | 166 | are the exponents and coefficient |
167 | for Chinese Remainder Theorem (CRT) calculations. | ||
167 | .Pp | 168 | .Pp |
168 | The | 169 | The |
169 | .Fa n , | 170 | .Fa n , |
diff --git a/src/lib/libcrypto/man/RSA_meth_new.3 b/src/lib/libcrypto/man/RSA_meth_new.3 index 8faab9490d..f42feb3f34 100644 --- a/src/lib/libcrypto/man/RSA_meth_new.3 +++ b/src/lib/libcrypto/man/RSA_meth_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RSA_meth_new.3,v 1.4 2019/06/08 09:53:15 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_meth_new.3,v 1.5 2019/07/13 17:26:38 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 | 2 | .\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 |
3 | .\" selective merge up to: OpenSSL 24907560 Sep 17 07:47:42 2018 +1000 | 3 | .\" selective merge up to: OpenSSL 24907560 Sep 17 07:47:42 2018 +1000 |
4 | .\" | 4 | .\" |
@@ -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: June 8 2019 $ | 69 | .Dd $Mdocdate: July 13 2019 $ |
70 | .Dt RSA_METH_NEW 3 | 70 | .Dt RSA_METH_NEW 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -479,7 +479,8 @@ will be used instead. | |||
479 | .Fn RSA_meth_get_mod_exp | 479 | .Fn RSA_meth_get_mod_exp |
480 | and | 480 | and |
481 | .Fn RSA_meth_set_mod_exp | 481 | .Fn RSA_meth_set_mod_exp |
482 | get and set the function used for CRT computations involving the | 482 | get and set the function |
483 | used for Chinese Remainder Theorem (CRT) computations involving the | ||
483 | .Fa p , | 484 | .Fa p , |
484 | .Fa q , | 485 | .Fa q , |
485 | .Fa dmp1 , | 486 | .Fa dmp1 , |