From 7e286c6ee458c5d54810f9952a2a61b1bc9538bc Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 13 Jul 2019 17:26:38 +0000 Subject: explain the acronym "CRT"; suggested by tb@ --- src/lib/libcrypto/man/RSA_get0_key.3 | 7 ++++--- 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 @@ -.\" $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/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 @@ -.\" $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 , -- cgit v1.2.3-55-g6feb