diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-07-13 17:26:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-07-13 17:26:39 +0000 |
commit | 824a6e435460fa40b33b0c86636eab3dd8ec5148 (patch) | |
tree | f9cd3c82f18dd7c598e5e9d7c5c9003626507175 /lib | |
parent | ee56dfe84290c0d7a38e99deba807d872c1933e7 (diff) |
explain the acronym "CRT"; suggested by tb@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/RSA_get0_key.3 | 7 | ||||
-rw-r--r-- | lib/libcrypto/man/RSA_meth_new.3 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lib/libcrypto/man/RSA_get0_key.3 b/lib/libcrypto/man/RSA_get0_key.3 index 1873dcf5f5a..9b58fad899e 100644 --- a/lib/libcrypto/man/RSA_get0_key.3 +++ b/lib/libcrypto/man/RSA_get0_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_get0_key.3,v 1.5 2019/06/08 09:51:40 schwarze Exp $ +.\" $OpenBSD: RSA_get0_key.3,v 1.6 2019/07/13 17:26:38 schwarze Exp $ .\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2019 $ +.Dd $Mdocdate: July 13 2019 $ .Dt RSA_GET0_KEY 3 .Os .Sh NAME @@ -163,7 +163,8 @@ are the first and second factor of .Fa dmq1 , and .Fa iqmp -are the exponents and coefficient for CRT calculations. +are the exponents and coefficient +for Chinese Remainder Theorem (CRT) calculations. .Pp The .Fa n , diff --git a/lib/libcrypto/man/RSA_meth_new.3 b/lib/libcrypto/man/RSA_meth_new.3 index 8faab9490d0..f42feb3f34b 100644 --- a/lib/libcrypto/man/RSA_meth_new.3 +++ b/lib/libcrypto/man/RSA_meth_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_meth_new.3,v 1.4 2019/06/08 09:53:15 schwarze Exp $ +.\" $OpenBSD: RSA_meth_new.3,v 1.5 2019/07/13 17:26:38 schwarze Exp $ .\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 .\" selective merge up to: OpenSSL 24907560 Sep 17 07:47:42 2018 +1000 .\" @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2019 $ +.Dd $Mdocdate: July 13 2019 $ .Dt RSA_METH_NEW 3 .Os .Sh NAME @@ -479,7 +479,8 @@ will be used instead. .Fn RSA_meth_get_mod_exp and .Fn RSA_meth_set_mod_exp -get and set the function used for CRT computations involving the +get and set the function +used for Chinese Remainder Theorem (CRT) computations involving the .Fa p , .Fa q , .Fa dmp1 , |