summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2019-07-13 17:26:38 +0000
committerschwarze <>2019-07-13 17:26:38 +0000
commite9ef26d0b799866960d5d8ea8c87d53cea6b50ff (patch)
treefce741fddf268e54772e525ad1fbbebe9883a4aa /src
parent5143a1e9eb88791e9caa3b0a9678c726b4bbbde0 (diff)
downloadopenbsd-e9ef26d0b799866960d5d8ea8c87d53cea6b50ff.tar.gz
openbsd-e9ef26d0b799866960d5d8ea8c87d53cea6b50ff.tar.bz2
openbsd-e9ef26d0b799866960d5d8ea8c87d53cea6b50ff.zip
explain the acronym "CRT"; suggested by tb@
Diffstat (limited to 'src')
-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 ,