[Ttssh2-commit] [8317] OpenSSL 1.1.1に関するドキュメントを修正した。

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 10月 16日 (水) 22:25:03 JST


Revision: 8317
          https://osdn.net/projects/ttssh2/scm/svn/commits/8317
Author:   yutakapon
Date:     2019-10-16 22:25:03 +0900 (Wed, 16 Oct 2019)
Log Message:
-----------
OpenSSL 1.1.1に関するドキュメントを修正した。

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/reference/develop.txt
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/reference/develop.txt

Property Changed:
----------------
    trunk/

-------------- next part --------------
Index: trunk
===================================================================
--- trunk	2019-10-16 13:19:25 UTC (rev 8316)
+++ trunk	2019-10-16 13:25:03 UTC (rev 8317)

Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
## -1,7 +1,7 ##
 /branches/drag_and_drop:7130,7139,7141,7143-7147
 /branches/flowctrl_dsrdtr:7825-7827
 /branches/openssl_1_1_1_v2:7785-7786,7788-7808,7811-7812,7814-7815,7819-7822,7829,7832-7834,7838-7843,7846-7847,7855-7856,7858,7861-7863,7873-7877,7880-7881,7884-7888,7890-7892,7894-7895,7898,7900,7902-7903,7909,7924,7934,7954-7957,7959,7973,7975,7979-7980,8019,8208,8256
-/branches/openssl_1_1_1_v3:8258
+/branches/openssl_1_1_1_v3:8258,8264-8265
 /branches/portfwd_memleak:7732,7736-7737,7764
 /branches/serial_port_improved:8119,8140-8141,8144,8150,8158-8160,8163,8170-8172,8183,8185,8204,8209,8212-8215
 /branches/ssh_ed25519:5495-5544
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2019-10-16 13:19:25 UTC (rev 8316)
+++ trunk/doc/en/html/about/history.html	2019-10-16 13:25:03 UTC (rev 8317)
@@ -3236,6 +3236,12 @@
       <li>Fixed a port forwarding issue that closes the client connection before completing all data transmission.</li>
     </ul>
   </li>
+
+  <li>Misc
+    <ul>
+      <li>upgraded OpenSSL from 1.0.2s to 1.1.1d.</li>
+    </ul>
+  </li>
 </ul>
 
 <h3 id="ttssh_2.90">2019.08.31 (Ver 2.90)</h3>

Modified: trunk/doc/en/html/reference/develop.txt
===================================================================
--- trunk/doc/en/html/reference/develop.txt	2019-10-16 13:19:25 UTC (rev 8316)
+++ trunk/doc/en/html/reference/develop.txt	2019-10-16 13:25:03 UTC (rev 8317)
@@ -51,7 +51,7 @@
 
 * Libraries
 - Oniguruma 6.9.3 (https://github.com/kkos/oniguruma)
-- OpenSSL 1.0.2t (http://www.openssl.org/)
+- OpenSSL 1.1.1d (http://www.openssl.org/)
 - zlib 1.2.11 (http://www.zlib.net/)
 - PuTTY 0.70 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
 - SFMT 1.5.1 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html)
@@ -139,7 +139,7 @@
      (1) Extract openssl source into libs/openssl directory.
      (2) When the libs/openssl/Makefile.bak file exists on the OpenSSL 1.0.0e or later, delete the file only once
      (3) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
-     (4) Move 'libs' directory on the command prompt. And run buildopenssl.bat.
+     (4) Move 'libs' directory on the command prompt. And run buildopenssl11.bat.
 
   4. Zlib (used by TTSSH)
      (1) Extract zlib source into libs/zlib directory.

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2019-10-16 13:19:25 UTC (rev 8316)
+++ trunk/doc/ja/html/about/history.html	2019-10-16 13:25:03 UTC (rev 8317)
@@ -3242,6 +3242,12 @@
       <li>\x83|\x81[\x83g\x93]\x91\x97\x82ŁA\x83N\x83\x89\x83C\x83A\x83\x93\x83g\x82Ƀf\x81[\x83^\x82𑗂\xE8\x8FI\x82\xED\x82\xE9\x91O\x82ɐڑ\xB1\x82\xF0\x90ؒf\x82\xB7\x82\xE9\x8Fꍇ\x82\xAA\x82\xA0\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
     </ul>
   </li>
+
+  <li>\x82\xBB\x82̑\xBC
+    <ul>
+      <li>OpenSSL 1.0.2s\x82\xA9\x82\xE71.1.1d\x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li>
+    </ul>
+  </li>
 </ul>
 
 <h3 id="ttssh_2.90">2019.08.31 (Ver 2.90)</h3>

Modified: trunk/doc/ja/html/reference/develop.txt
===================================================================
--- trunk/doc/ja/html/reference/develop.txt	2019-10-16 13:19:25 UTC (rev 8316)
+++ trunk/doc/ja/html/reference/develop.txt	2019-10-16 13:25:03 UTC (rev 8317)
@@ -55,7 +55,7 @@
 
 \x81\xA1 \x83\x89\x83C\x83u\x83\x89\x83\x8A
 - Oniguruma 6.9.3 (https://github.com/kkos/oniguruma)
-- OpenSSL 1.0.2t (http://www.openssl.org/)
+- OpenSSL 1.1.1d (http://www.openssl.org/)
 - zlib 1.2.11 (http://www.zlib.net/)
 - PuTTY 0.70 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
 - SFMT 1.5.1 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html)
@@ -146,7 +146,7 @@
      (1) openssl \x82̃\\x81[\x83X\x82\xF0 libs/openssl \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
      (2) OpenSSL 1.0.0e \x88ȍ~\x82ŁAlibs/openssl/Makefile.bak \x82\xAA\x8Dŏ\x89\x82\xA9\x82瑶\x8D݂\xB7\x82\xE9\x8Fꍇ\x82́A\x88\xEA\x93x\x82\xBE\x82\xAF\x8E蓮\x82ō폜\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
      (3) \x83X\x83^\x81[\x83g\x83\x81\x83j\x83\x85\x81[\x82\xA9\x82\xE7\x81uVisual Studio 2005 \x83R\x83}\x83\x93\x83h \x83v\x83\x8D\x83\x93\x83v\x83g\x81v\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x81B
-     (4) \x83R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x8Fォ\x82\xE7 libs \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɉړ\xAE\x82\xB5\x81Abuildopenssl.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
+     (4) \x83R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x8Fォ\x82\xE7 libs \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɉړ\xAE\x82\xB5\x81Abuildopenssl11.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
 
   4. Zlib (used by TTSSH)
      (1) zlib \x82̃\\x81[\x83X\x82\xF0 libs/zlib \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B


Ttssh2-commit メーリングリストの案内
Back to archive index