summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_get0_key.3
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/lib/libcrypto/man/RSA_get0_key.3
parent5143a1e9eb88791e9caa3b0a9678c726b4bbbde0 (diff)
downloadopenbsd-e9ef26d0b799866960d5d8ea8c87d53cea6b50ff.tar.gz
openbsd-e9ef26d0b799866960d5d8ea8c87d53cea6b50ff.tar.bz2
openbsd-e9ef26d0b799866960d5d8ea8c87d53cea6b50ff.zip
explain the acronym "CRT"; suggested by tb@
Diffstat (limited to 'src/lib/libcrypto/man/RSA_get0_key.3')
-rw-r--r--src/lib/libcrypto/man/RSA_get0_key.37
1 files changed, 4 insertions, 3 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 ,