summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2019-07-13 17:26:38 +0000
committerschwarze <>2019-07-13 17:26:38 +0000
commit7e286c6ee458c5d54810f9952a2a61b1bc9538bc (patch)
treefce741fddf268e54772e525ad1fbbebe9883a4aa
parent1db1069d1b9ecde8b795c0cadab6f84368986bc7 (diff)
downloadopenbsd-7e286c6ee458c5d54810f9952a2a61b1bc9538bc.tar.gz
openbsd-7e286c6ee458c5d54810f9952a2a61b1bc9538bc.tar.bz2
openbsd-7e286c6ee458c5d54810f9952a2a61b1bc9538bc.zip
explain the acronym "CRT"; suggested by tb@
-rw-r--r--src/lib/libcrypto/man/RSA_get0_key.37
-rw-r--r--src/lib/libcrypto/man/RSA_meth_new.37
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 ,
164and 164and
165.Fa iqmp 165.Fa iqmp
166are the exponents and coefficient for CRT calculations. 166are the exponents and coefficient
167for Chinese Remainder Theorem (CRT) calculations.
167.Pp 168.Pp
168The 169The
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
480and 480and
481.Fn RSA_meth_set_mod_exp 481.Fn RSA_meth_set_mod_exp
482get and set the function used for CRT computations involving the 482get and set the function
483used 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 ,