[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/openssl/functions/_openssl-pkey-get-details.xml?
From:       Mark_Jones <mjones () php ! net>
Date:       2017-11-03 21:02:16
Message-ID: svn-mjones-1509742936-343359-812140337 () svn ! php ! net
[Download RAW message or body]

mjones                                   Fri, 03 Nov 2017 21:02:16 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=343359

Log:
Fix bug #63232: openssl_pkey_get_details documentation

Bug: https://bugs.php.net/63232 (error getting bug information)
      
Changed paths:
    U   phpdoc/en/trunk/reference/openssl/functions/openssl-pkey-get-details.xml

Modified: phpdoc/en/trunk/reference/openssl/functions/openssl-pkey-get-details.xml
===================================================================
--- phpdoc/en/trunk/reference/openssl/functions/openssl-pkey-get-details.xml	2017-11-03 \
                20:22:11 UTC (rev 343358)
+++ phpdoc/en/trunk/reference/openssl/functions/openssl-pkey-get-details.xml	2017-11-03 \
21:02:16 UTC (rev 343359) @@ -66,35 +66,35 @@
        <tbody>
         <row>
          <entry><literal>"n"</literal></entry>
-         <entry></entry>
+         <entry>modulus</entry>
         </row>
         <row>
          <entry><literal>"e"</literal></entry>
-         <entry></entry>
+         <entry>public exponent</entry>
         </row>
         <row>
          <entry><literal>"d"</literal></entry>
-         <entry></entry>
+         <entry>private exponent</entry>
         </row>
         <row>
          <entry><literal>"p"</literal></entry>
-         <entry></entry>
+         <entry>prime 1</entry>
         </row>
         <row>
          <entry><literal>"q"</literal></entry>
-         <entry></entry>
+         <entry>prime 2</entry>
         </row>
         <row>
          <entry><literal>"dmp1"</literal></entry>
-         <entry></entry>
+         <entry>exponent1, d mod (p-1)</entry>
         </row>
         <row>
          <entry><literal>"dmq1"</literal></entry>
-         <entry></entry>
+         <entry>exponent2, d mod (q-1)</entry>
         </row>
         <row>
          <entry><literal>"iqmp"</literal></entry>
-         <entry></entry>
+         <entry>coefficient, (inverse of q) mod p</entry>
         </row>
        </tbody>
       </tgroup>
@@ -116,23 +116,23 @@
        <tbody>
         <row>
          <entry><literal>"p"</literal></entry>
-         <entry></entry>
+         <entry>prime number (public)</entry>
         </row>
         <row>
          <entry><literal>"q"</literal></entry>
-         <entry></entry>
+         <entry>160-bit subprime, q | p-1 (public)</entry>
         </row>
         <row>
          <entry><literal>"g"</literal></entry>
-         <entry></entry>
+         <entry>generator of subgroup (public)</entry>
         </row>
         <row>
          <entry><literal>"priv_key"</literal></entry>
-         <entry></entry>
+         <entry>private key x</entry>
         </row>
         <row>
          <entry><literal>"pub_key"</literal></entry>
-         <entry></entry>
+         <entry>public key y = g^x</entry>
         </row>
        </tbody>
       </tgroup>
@@ -154,19 +154,19 @@
        <tbody>
         <row>
          <entry><literal>"p"</literal></entry>
-         <entry></entry>
+         <entry>prime number (shared)</entry>
         </row>
         <row>
          <entry><literal>"g"</literal></entry>
-         <entry></entry>
+         <entry>generator of Z_p (shared)</entry>
         </row>
         <row>
          <entry><literal>"priv_key"</literal></entry>
-         <entry></entry>
+         <entry>private DH value x</entry>
         </row>
         <row>
          <entry><literal>"pub_key"</literal></entry>
-         <entry></entry>
+         <entry>public DH value g^x</entry>
         </row>
        </tbody>
       </tgroup>
@@ -192,19 +192,19 @@
         </row>
         <row>
          <entry><literal>"curve_oid"</literal></entry>
-         <entry></entry>
+         <entry>ASN1 Object identifier (OID) for EC curve.</entry>
         </row>
         <row>
          <entry><literal>"x"</literal></entry>
-         <entry></entry>
+         <entry>x coordinate (public)</entry>
         </row>
         <row>
          <entry><literal>"y"</literal></entry>
-         <entry></entry>
+         <entry>y coordinate (public)</entry>
         </row>
         <row>
          <entry><literal>"d"</literal></entry>
-         <entry></entry>
+         <entry>private key</entry>
         </row>
        </tbody>
       </tgroup>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic