[ttssh2-commit] [9660] ドキュメントを LibreSSL に対応

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 1月 1日 (土) 17:56:30 JST


Revision: 9660
          https://osdn.net/projects/ttssh2/scm/svn/commits/9660
Author:   nmaya
Date:     2022-01-01 17:56:30 +0900 (Sat, 01 Jan 2022)
Log Message:
-----------
ドキュメントを LibreSSL に対応

- 使用しているライブラリを OpenSSL から LibreSSL に変更
- LibreSSL のライセンス表記
  「OpenSSL License(Apache License 1.0)」と「SSLeay License(四条項BSDライセンス)」と「ISC ライセンス」と「パブリックドメイン」
- ライセンスファイルを差し替え
- 変更履歴

Modified Paths:
--------------
    branches/libressl_3_4_2/doc/convtext.bat
    branches/libressl_3_4_2/doc/en/html/about/copyright.html
    branches/libressl_3_4_2/doc/en/html/about/history.html
    branches/libressl_3_4_2/doc/en/html/index.html
    branches/libressl_3_4_2/doc/en/html/reference/.gitignore
    branches/libressl_3_4_2/doc/en/html/reference/develop.txt
    branches/libressl_3_4_2/doc/en/html/reference/sourcecode.html
    branches/libressl_3_4_2/doc/en/teraterm.hhc
    branches/libressl_3_4_2/doc/en/teraterm.hhp
    branches/libressl_3_4_2/doc/ja/html/about/copyright.html
    branches/libressl_3_4_2/doc/ja/html/about/history.html
    branches/libressl_3_4_2/doc/ja/html/index.html
    branches/libressl_3_4_2/doc/ja/html/reference/.gitignore
    branches/libressl_3_4_2/doc/ja/html/reference/develop.txt
    branches/libressl_3_4_2/doc/ja/html/reference/sourcecode.html
    branches/libressl_3_4_2/doc/ja/teraterm.hhc
    branches/libressl_3_4_2/doc/ja/teraterm.hhp

-------------- next part --------------
Modified: branches/libressl_3_4_2/doc/convtext.bat
===================================================================
--- branches/libressl_3_4_2/doc/convtext.bat	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/convtext.bat	2022-01-01 08:56:30 UTC (rev 9660)
@@ -6,8 +6,8 @@
 %TOSJIS% -i ..\libs\oniguruma\COPYING   -o %REF_J%\Oniguruma-LICENSE.txt -l unix
 %TOSJIS% -i ..\libs\oniguruma\doc\RE    -o %REF_E%\RE.txt                -l unix
 %TOSJIS% -i ..\libs\oniguruma\doc\RE.ja -o %REF_J%\RE.txt      -c utf8   -l unix
-%TOSJIS% -i ..\libs\openssl\LICENSE     -o %REF_E%\OpenSSL-LICENSE.txt   -l unix
-%TOSJIS% -i ..\libs\openssl\LICENSE     -o %REF_J%\OpenSSL-LICENSE.txt   -l unix
+%TOSJIS% -i ..\libs\libressl\COPYING    -o %REF_E%\LibreSSL-LICENSE.txt  -l unix
+%TOSJIS% -i ..\libs\libressl\COPYING    -o %REF_J%\LibreSSL-LICENSE.txt  -l unix
 %TOSJIS% -i ..\libs\putty\LICENCE       -o %REF_E%\PuTTY-LICENSE.txt     -l crlf
 %TOSJIS% -i ..\libs\putty\LICENCE       -o %REF_J%\PuTTY-LICENSE.txt     -l crlf
 %TOSJIS% -i ..\libs\SFMT\LICENSE.txt    -o %REF_E%\SFMT-LICENSE.txt      -l unix

Modified: branches/libressl_3_4_2/doc/en/html/about/copyright.html
===================================================================
--- branches/libressl_3_4_2/doc/en/html/about/copyright.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/html/about/copyright.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -29,7 +29,7 @@
   <li><a href="https://github.com/kkos/oniguruma">Oniguruma</a> ... <a href="../reference/Oniguruma-LICENSE.txt">2-clause BSD license</a></li>
   <li><a href="http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/index.html">SFMT</a> ... <a href="../reference/SFMT-LICENSE.txt">3-clause BSD license</a></li>
   <li><a href="https://www.openssh.com">OpenSSH</a> ... <a href="../reference/OpenSSH-LICENSE.txt">BSD style license</a></li>
-  <li><a href="https://www.openssl.org">OpenSSL</a> ... <a href="../reference/OpenSSL-LICENSE.txt">Dual(both) license, OpenSSL License(Apache License 1.0) and SSLeay License(4-clause BSD license)</a></li>
+  <li><a href="https://www.libressl.org">LibreSSL</a> ... <a href="../reference/LibreSSL-LICENSE.txt">OpenSSL License(Apache License 1.0)" and "SSLeay License(4-clause BSD license)" and "ISC license" and "public domain"</a></li>
   <li><a href="https://zlib.net">zlib</a> ... <a href="../reference/zlib-LICENSE.txt">zlib License</a></li>
   <li><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> ... <a href="../reference/PuTTY-LICENSE.txt">MIT License</a></li>
   <li><a href="https://github.com/P-H-C/phc-winner-argon2">The reference C implementation of Argon2</a> ... <a href="../reference/argon2-LICENSE.txt">Creative Commons CC0 1.0 License/Waiver or the Apache License 2.0</a></li>
@@ -153,8 +153,8 @@
 
   Copyright of original TTSSH belongs to Robert O'Callahan.
   Copyright of TTSSH supporting SSH2 belongs to Yutaka Hirata.
-  Copyright of OpenSSL belongs to OpenSSL project. Please see <a href="../reference/OpenSSL-LICENSE.txt">OpenSSL-LICENSE.txt</a> for more information about license.
-    OpenSSL is linked to this program statically.
+  Copyright of LibreSSL belongs to OpenBSD project. Please see <a href="../reference/LibreSSL-LICENSE.txt">LibreSSL-LICENSE.txt</a> for more information about license.
+    LibreSSL is linked to this program statically.
   Copyright of zlib belongs to Greg Roelofs and Jean-loup Gaill. Please see <a href="../reference/zlib-LICENSE.txt">OpenSSL-LICENSE.txt</a> for more information about license.
     zlib is linked to this program statically.
   Copyright of OpenSSH belongs to each developers. Please see <a href="../reference/OpenSSH-LICENSE.txt">OpenSSH-LICENSE.txt</a> for more information.

Modified: branches/libressl_3_4_2/doc/en/html/about/history.html
===================================================================
--- branches/libressl_3_4_2/doc/en/html/about/history.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/html/about/history.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -47,6 +47,7 @@
 
   <li>Misc
     <ul>
+      <li>Upgraded TTSSH to <a href="#ttssh_2.93">2.93</a>.</li>
       <li>Added about EAR(Export Administration Regulations) to Frequently asked questions.</li>
     </ul>
   </li>
@@ -3298,6 +3299,25 @@
 
 <h2 id="ttssh">TTSSH</h2>
 
+<h3 id="ttssh_2.93">2022.xx.xx (Ver 2.93 not released)</h3>
+<ul class="history">
+  <!--li>Changes
+    <ul>
+    </ul>
+  </li-->
+
+  <!--li>Bug fixes
+    <ul>
+    </ul>
+  </li-->
+
+  <li>Misc
+    <ul>
+      <li>Changed cryptography library from OpenSSL to LibreSSL 3.4.2.</li>
+    </ul>
+  </li>
+</ul>
+
 <h3 id="ttssh_2.92">2021.6.5 (Ver 2.92)</h3>
 <ul class="history">
   <li>Changes

Modified: branches/libressl_3_4_2/doc/en/html/index.html
===================================================================
--- branches/libressl_3_4_2/doc/en/html/index.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/html/index.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -142,7 +142,7 @@
  <LI><A HREF="reference/Oniguruma-LICENSE.txt">License of Oniguruma</A></LI>
  <LI><A HREF="reference/SFMT-LICENSE.txt">License of SFMT</A></LI>
  <LI><A HREF="reference/OpenSSH-LICENSE.txt">License of OpenSSH</A></LI>
- <LI><A HREF="reference/OpenSSL-LICENSE.txt">License of OpenSSL</A></LI>
+ <LI><A HREF="reference/LibreSSL-LICENSE.txt">License of LibreSSL</A></LI>
  <LI><A HREF="reference/zlib-LICENSE.txt">License of zlib</A></LI>
  <LI><A HREF="reference/PuTTY-LICENSE.txt">License of PuTTY</A></LI>
  <LI><A HREF="reference/argon2-LICENSE.txt">License of The reference C implementation of Argon2</A></LI>

Modified: branches/libressl_3_4_2/doc/en/html/reference/.gitignore
===================================================================
--- branches/libressl_3_4_2/doc/en/html/reference/.gitignore	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/html/reference/.gitignore	2022-01-01 08:56:30 UTC (rev 9660)
@@ -1,6 +1,7 @@
 CygTerm+-LICENSE.txt
 Oniguruma-LICENSE.txt
 OpenSSL-LICENSE.txt
+LibreSSL-LICENSE.txt
 PuTTY-LICENSE.txt
 RE.txt
 SFMT-LICENSE.txt

Modified: branches/libressl_3_4_2/doc/en/html/reference/develop.txt
===================================================================
--- branches/libressl_3_4_2/doc/en/html/reference/develop.txt	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/html/reference/develop.txt	2022-01-01 08:56:30 UTC (rev 9660)
@@ -77,7 +77,7 @@
 
 * Libraries
 - Oniguruma 6.9.7.1 (https://github.com/kkos/oniguruma)
-- OpenSSL 1.1.1k (http://www.openssl.org/)
+- LibreSSL 3.4.2 (https://www.libressl.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)
@@ -163,11 +163,10 @@
      (2) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
      (3) Move 'libs' directory on the command prompt. And run buildoniguruma6.bat.
 
-  3. OpenSSL (used by TTSSH)
-     (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 buildopenssl11.bat.
+  3. LibreSSL (used by TTSSH)
+     (1) Extract LibreSSL source into libs/libressl directory.
+     (2) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
+     (3) Move 'libs' directory on the command prompt. And run buildlibressl.bat.
 
   4. Zlib (used by TTSSH)
      (1) Extract zlib source into libs/zlib directory.
@@ -317,8 +316,8 @@
        http://www.jrsoftware.org/isdl.php
      Oniguruma
        https://github.com/kkos/oniguruma
-     OpenSSL
-       http://www.openssl.org/
+     LibreSSL
+       https://www.libressl.org/
      zlib
        http://www.zlib.net/
      PuTTY

Modified: branches/libressl_3_4_2/doc/en/html/reference/sourcecode.html
===================================================================
--- branches/libressl_3_4_2/doc/en/html/reference/sourcecode.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/html/reference/sourcecode.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -99,7 +99,7 @@
   The macro program is linked to pseudorandom number generator "SFMT", which allows to generate random number in "random" macro command.
 </p>
 <p>
-  "TTSSH" module is linkd to "OpenSSL" library to perform cryptography related operations. One may think that OpenSSL library contains only Secure Socket Layer (SSL) protocol related functions used for secure web access, however that is wrong assumption. OpenSSL library also supports basic cipher algorithms, which are utilized by "TTSSH" module. Since Secure Layer related functions of the library are not used, it is very unlikely that "TTSSH" module will be compromised if a SSL related security hole is found in OpenSSL library.
+  "TTSSH" module is linkd to "LibreSSL" library to perform cryptography related operations. One may think that LibreSSL library contains only Secure Socket Layer (SSL) protocol related functions used for secure web access, however that is wrong assumption. LibreSSL library also supports basic cipher algorithms, which are utilized by "TTSSH" module. Since Secure Layer related functions of the library are not used, it is very unlikely that "TTSSH" module will be compromised if a SSL related security hole is found in LibreSSL library.
 </p>
 <p>
   "TTSSH" module is linkd to compression Library "zlib" to compress SSH packets. Packet compression is effective on low speed networks like for example with dial-up connections, however in high speed networks it may slow down communication. That's why packet compression function is disabled by default. <br>

Modified: branches/libressl_3_4_2/doc/en/teraterm.hhc
===================================================================
--- branches/libressl_3_4_2/doc/en/teraterm.hhc	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/teraterm.hhc	2022-01-01 08:56:30 UTC (rev 9660)
@@ -578,8 +578,8 @@
 			<param name="ImageNumber" value="11">
 			</OBJECT>
 		<LI> <OBJECT type="text/sitemap">
-			<param name="Name" value="License of OpenSSL">
-			<param name="Local" value="html\reference\OpenSSL-LICENSE.txt">
+			<param name="Name" value="License of LibreSSL">
+			<param name="Local" value="html\reference\LibreSSL-LICENSE.txt">
 			<param name="ImageNumber" value="11">
 			</OBJECT>
 		<LI> <OBJECT type="text/sitemap">

Modified: branches/libressl_3_4_2/doc/en/teraterm.hhp
===================================================================
--- branches/libressl_3_4_2/doc/en/teraterm.hhp	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/en/teraterm.hhp	2022-01-01 08:56:30 UTC (rev 9660)
@@ -170,7 +170,7 @@
 HlpSetupLang=html\setup\lng.html
 HlpRefKeycode=html\reference\keycode.txt
 HlpRefRe=html\reference\RE.txt
-HlpRefOpenssl=html\reference\OpenSSL-LICENSE.txt
+HlpRefOpenssl=html\reference\LibreSSL-LICENSE.txt
 HlpRefOpenssh=html\reference\OpenSSH-LICENSE.txt
 HlpRefDev=html\reference\develop.txt
 HlpRefPutty=html\reference\PuTTY-LICENSE.txt

Modified: branches/libressl_3_4_2/doc/ja/html/about/copyright.html
===================================================================
--- branches/libressl_3_4_2/doc/ja/html/about/copyright.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/html/about/copyright.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -29,7 +29,7 @@
   <li><a href="https://github.com/kkos/oniguruma">Oniguruma</a> ... <a href="../reference/Oniguruma-LICENSE.txt">\x93\xF1\x8F\xF0\x8D\x80BSD\x83\x89\x83C\x83Z\x83\x93\x83X</a></li>
   <li><a href="http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/index-jp.html">SFMT</a> ... <a href="../reference/SFMT-LICENSE.txt">\x8EO\x8F\xF0\x8D\x80BSD\x83\x89\x83C\x83Z\x83\x93\x83X</a></li>
   <li><a href="https://www.openssh.com">OpenSSH</a> ... <a href="../reference/OpenSSH-LICENSE.txt">BSD\x83X\x83^\x83C\x83\x8B\x83\x89\x83C\x83Z\x83\x93\x83X</a></li>
-  <li><a href="https://www.openssl.org">OpenSSL</a> ... <a href="../reference/OpenSSL-LICENSE.txt">OpenSSL License(Apache License 1.0) \x82\xC6 SSLeay License(\x8El\x8F\xF0\x8D\x80BSD\x83\x89\x83C\x83Z\x83\x93\x83X) \x82̃f\x83\x85\x83A\x83\x8B\x83\x89\x83C\x83Z\x83\x93\x83X(\x97\xBC\x95\xFB\x82\xAA\x93K\x97p\x82\xB3\x82\xEA\x82\xE9)</a></li>
+  <li><a href="https://www.libressl.org">LibreSSL</a> ... <a href="../reference/LibreSSL-LICENSE.txt">\x81uOpenSSL License(Apache License 1.0)\x81v\x82ƁuSSLeay License(\x8El\x8F\xF0\x8D\x80BSD\x83\x89\x83C\x83Z\x83\x93\x83X)\x81v\x82ƁuISC \x83\x89\x83C\x83Z\x83\x93\x83X\x81v\x82Ɓu\x83p\x83u\x83\x8A\x83b\x83N\x83h\x83\x81\x83C\x83\x93\x81v</a></li>
   <li><a href="https://zlib.net">zlib</a> ... <a href="../reference/zlib-LICENSE.txt">zlib\x83\x89\x83C\x83Z\x83\x93\x83X</a></li>
   <li><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> ... <a href="../reference/PuTTY-LICENSE.txt">MIT\x83\x89\x83C\x83Z\x83\x93\x83X</a></li>
   <li><a href="https://github.com/P-H-C/phc-winner-argon2">The reference C implementation of Argon2</a> ... <a href="../reference/argon2-LICENSE.txt">Creative Commons CC0 1.0 License/Waiver \x82܂\xBD\x82\xCD Apache License 2.0</a></li>
@@ -146,8 +146,8 @@
 
   TTSSH\x82\xCDRobert O'Callahan\x8E\x81\x82̒\x98\x8D앨\x82ł\xB7\x81B
   TTSSH\x82\xCCSSH2\x89\xBB\x82̃R\x81[\x83h\x82ɂ‚\xA2\x82ẮA\x92\x98\x8D쌠\x82͕\xBD\x93c\x96L\x82ɂ\xA0\x82\xE8\x82܂\xB7\x81B
-  OpenSSL\x82\xCDOpenSSL Project\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ‚\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/OpenSSL-LICENSE.txt">OpenSSL-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B
-    \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́AOpenSSL\x82ƐÓI\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B
+  LibreSSL\x82\xCDOpenBSD Project\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ‚\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/LibreSSL-LICENSE.txt">LibreSSL-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B
+    \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́ALibreSSL\x82ƐÓI\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B
   zlib\x82\xCDGreg Roelofs\x82\xC6Jean-loup Gailly\x8E\x81\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ‚\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/zlib-LICENSE.txt">zlib-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B
     \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́Azlib\x82ƐÓI\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B
   OpenSSH\x82̒\x98\x8D쌠\x82́A\x8Ae\x8AJ\x94\xAD\x8E҂ɂ\xA0\x82\xE8\x82܂\xB7\x81B\x8Fڂ\xB5\x82\xAD\x82͓\xAF\x8D\xAB\x82\xCC<a href="../reference/OpenSSH-LICENSE.txt">OpenSSH-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x82\xAD\x82\xBE\x82\xB3\x82\xA2\x81B

Modified: branches/libressl_3_4_2/doc/ja/html/about/history.html
===================================================================
--- branches/libressl_3_4_2/doc/ja/html/about/history.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/html/about/history.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -47,6 +47,7 @@
 
   <li>\x82\xBB\x82̑\xBC
     <ul>
+      <li><a href="#ttssh_2.93">TTSSH(2.93)</a>\x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li>
       <li>Q & A\x8FW\x82ɗA\x8Fo\x8BK\x90\xA7(EAR)\x82ɂ‚\xA2\x82ĒNjL\x82\xB5\x82\xBD\x81B</li>
     </ul>
   </li>
@@ -3304,6 +3305,25 @@
 
 <h2 id="ttssh">TTSSH</h2>
 
+<h3 id="ttssh_2.93">2022.xx.xx (Ver 2.93 not released)</h3>
+<ul class="history">
+  <!--li>\x95ύX
+    <ul>
+    </ul>
+  </li-->
+
+  <!--li>\x83o\x83O\x8FC\x90\xB3
+    <ul>
+    </ul>
+  </li-->
+
+  <li>\x82\xBB\x82̑\xBC
+    <ul>
+      <li>\x88Í\x86\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xF0 OpenSSL \x82\xA9\x82\xE7 LibreSSL 3.4.2 \x82֕ύX\x82\xB5\x82\xBD\x81B</li>
+    </ul>
+  </li>
+</ul>
+
 <h3 id="ttssh_2.92">2021.6.5 (Ver 2.92)</h3>
 <ul class="history">
   <li>\x95ύX

Modified: branches/libressl_3_4_2/doc/ja/html/index.html
===================================================================
--- branches/libressl_3_4_2/doc/ja/html/index.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/html/index.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -144,7 +144,7 @@
  <LI><A HREF="reference/Oniguruma-LICENSE.txt">\x8BS\x8E\xD4 \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
  <LI><A HREF="reference/SFMT-LICENSE.txt">SFMT \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
  <LI><A HREF="reference/OpenSSH-LICENSE.txt">OpenSSH \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
- <LI><A HREF="reference/OpenSSL-LICENSE.txt">OpenSSL \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
+ <LI><A HREF="reference/LibreSSL-LICENSE.txt">LibreSSL \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
  <LI><A HREF="reference/zlib-LICENSE.txt">zlib \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
  <LI><A HREF="reference/PuTTY-LICENSE.txt">PuTTY \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>
  <LI><A HREF="reference/argon2-LICENSE.txt">The reference C implementation of Argon2 \x83\x89\x83C\x83Z\x83\x93\x83X</A></LI>

Modified: branches/libressl_3_4_2/doc/ja/html/reference/.gitignore
===================================================================
--- branches/libressl_3_4_2/doc/ja/html/reference/.gitignore	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/html/reference/.gitignore	2022-01-01 08:56:30 UTC (rev 9660)
@@ -1,6 +1,7 @@
 CygTerm+-LICENSE.txt
 Oniguruma-LICENSE.txt
 OpenSSL-LICENSE.txt
+LibreSSL-LICENSE.txt
 PuTTY-LICENSE.txt
 RE.txt
 SFMT-LICENSE.txt

Modified: branches/libressl_3_4_2/doc/ja/html/reference/develop.txt
===================================================================
--- branches/libressl_3_4_2/doc/ja/html/reference/develop.txt	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/html/reference/develop.txt	2022-01-01 08:56:30 UTC (rev 9660)
@@ -70,7 +70,7 @@
 
 \x81\xA1 \x83\x89\x83C\x83u\x83\x89\x83\x8A
 - Oniguruma 6.9.7.1 (https://github.com/kkos/oniguruma)
-- OpenSSL 1.1.1k (http://www.openssl.org/)
+- LibreSSL 3.4.2 (https://www.libressl.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)
@@ -159,11 +159,10 @@
      (2) \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
      (3) \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\x81Abuildoniguruma6.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
 
-  3. OpenSSL (used by TTSSH)
-     (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\x81Abuildopenssl11.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
+  3. LibreSSL (used by TTSSH)
+     (1) LibreSSL \x82̃\\x81[\x83X\x82\xF0 libs/libressl \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
+     (2) \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
+     (3) \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\x81Abuildlibressl.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
@@ -316,8 +315,8 @@
        http://www.jrsoftware.org/isdl.php
      Oniguruma
        https://github.com/kkos/oniguruma
-     OpenSSL
-       http://www.openssl.org/
+     LibreSSL
+       https://www.libressl.org/
      zlib
        http://www.zlib.net/
      PuTTY

Modified: branches/libressl_3_4_2/doc/ja/html/reference/sourcecode.html
===================================================================
--- branches/libressl_3_4_2/doc/ja/html/reference/sourcecode.html	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/html/reference/sourcecode.html	2022-01-01 08:56:30 UTC (rev 9660)
@@ -95,7 +95,7 @@
   Tera Term\x83}\x83N\x83\x8D\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́A\x8B^\x8E\x97\x97\x90\x90\x94\x90\xB6\x90\xAC\x8A\xED"SFMT"\x82\xF0\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B"random"\x83R\x83}\x83\x93\x83h\x82ɂ\xA8\x82\xA2\x82ė\x90\x90\x94\x82̐\xB6\x90\xAC\x82ɗ\x98\x97p\x82\xB3\x82\xEA\x82Ă\xA2\x82܂\xB7\x81B
 </p>
 <p>
-  SSH\x83\x82\x83W\x83\x85\x81[\x83\x8B\x82ł\xA0\x82\xE9TTSSH\x82́A\x88Í\x86\x8F\x88\x97\x9D\x82\xF0\x8Ds\x82\xA4\x82\xBD\x82߂\xC9"OpenSSL"\x82\xF0\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81BOpenSSL\x82Ƃ\xA2\x82\xA4\x83l\x81[\x83~\x83\x93\x83O\x82\xA9\x82\xE7Web\x83A\x83N\x83Z\x83X\x82Ɏg\x82\xED\x82\xEA\x82\xE9SSL(Secure Socket Layer)\x83v\x83\x8D\x83g\x83R\x83\x8B\x90\xEA\x97p\x82̃\x89\x83C\x83u\x83\x89\x83\x8A\x82\xA9\x82Ǝv\x82\xED\x82ꂪ\x82\xBF\x82ł\xB7\x82\xAA\x81A\x82\xBB\x82\xA4\x82ł͂\xA0\x82\xE8\x82܂\xB9\x82\xF1\x81BOpenSSL\x82͊\xEE\x96{\x93I\x82ȈÍ\x86\x83A\x83\x8B\x83S\x83\x8A\x83Y\x83\x80\x82\xF0\x83T\x83|\x81[\x83g\x82\xB5\x82Ă\xA8\x82\xE8\x81ATTSSH\x82ł\xCDOpenSSL\x82Ɋ܂܂\xEA\x82\xE9\x88Í\x86\x89\xBB/\x95\x9C\x8D\x86\x83\x8B\x81[\x83`\x83\x93\x82݂̂𗘗p\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B\x82\xB1\x82̂\xB1\x82Ƃ́A\x82\xB7\x82Ȃ킿OpenSSL\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xC9SSL\x8A֘A\x82̃Z\x83L\x83\x85\x83\x8A\x83e\x83B\x83z\x81[\x83\x
 8B\x82\xAA\x94\xAD\x8C\xA9\x82\xB3\x82ꂽ\x82Ƃ\xB5\x82Ă\xE0\x81ATTSSH\x82ւ̉e\x8B\xBF\x82͋ɂ߂ĒႢ\x82Ƃ\xA2\x82\xA4\x82\xB1\x82Ƃł\xB7\x81B
+  SSH\x83\x82\x83W\x83\x85\x81[\x83\x8B\x82ł\xA0\x82\xE9TTSSH\x82́A\x88Í\x86\x8F\x88\x97\x9D\x82\xF0\x8Ds\x82\xA4\x82\xBD\x82߂\xC9"LibreSSL"\x82\xF0\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81BLibreSSL\x82Ƃ\xA2\x82\xA4\x83l\x81[\x83~\x83\x93\x83O\x82\xA9\x82\xE7Web\x83A\x83N\x83Z\x83X\x82Ɏg\x82\xED\x82\xEA\x82\xE9SSL(Secure Socket Layer)\x83v\x83\x8D\x83g\x83R\x83\x8B\x90\xEA\x97p\x82̃\x89\x83C\x83u\x83\x89\x83\x8A\x82\xA9\x82Ǝv\x82\xED\x82ꂪ\x82\xBF\x82ł\xB7\x82\xAA\x81A\x82\xBB\x82\xA4\x82ł͂\xA0\x82\xE8\x82܂\xB9\x82\xF1\x81BLibreSSL\x82͊\xEE\x96{\x93I\x82ȈÍ\x86\x83A\x83\x8B\x83S\x83\x8A\x83Y\x83\x80\x82\xF0\x83T\x83|\x81[\x83g\x82\xB5\x82Ă\xA8\x82\xE8\x81ATTSSH\x82ł\xCDLibreSSL\x82Ɋ܂܂\xEA\x82\xE9\x88Í\x86\x89\xBB/\x95\x9C\x8D\x86\x83\x8B\x81[\x83`\x83\x93\x82݂̂𗘗p\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B\x82\xB1\x82̂\xB1\x82Ƃ́A\x82\xB7\x82Ȃ킿LibreSSL\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xC9SSL\x8A֘A\x82̃Z\x83L\x83\x85\x83\x8A\x83e\x83B\x83z\x81[\
 x83\x8B\x82\xAA\x94\xAD\x8C\xA9\x82\xB3\x82ꂽ\x82Ƃ\xB5\x82Ă\xE0\x81ATTSSH\x82ւ̉e\x8B\xBF\x82͋ɂ߂ĒႢ\x82Ƃ\xA2\x82\xA4\x82\xB1\x82Ƃł\xB7\x81B
 </p>
 <p>
   SSH\x83\x82\x83W\x83\x85\x81[\x83\x8B\x82ł\xA0\x82\xE9TTSSH\x82́ASSH\x83p\x83P\x83b\x83g\x82̈\xB3\x8Fk\x82\xF0\x8Ds\x82\xA4\x82\xBD\x82߂Ɉ\xB3\x8Fk\x83\x89\x83C\x83u\x83\x89\x83\x8A"zlib"\x82\xF0\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B\x82\xBD\x82\xBE\x82\xB5\x81A\x83_\x83C\x83\x84\x83\x8B\x83A\x83b\x83v\x89\xF1\x90\xFC\x82Ȃǂ̒ᑬ\x93x\x82ȃl\x83b\x83g\x83\x8F\x81[\x83N\x82ɂ\xA8\x82\xA2\x82ẮA\x83p\x83P\x83b\x83g\x88\xB3\x8Fk\x82͗L\x8C\xF8\x82ł\xB7\x82\xAA\x81A\x8D\xF0\x8D\xA1\x82̍\x82\x91\xAC\x89\xF1\x90\xFC\x82ł͂ނ\xB5\x82둬\x93x\x92ቺ\x82\xF0\x8F\xB5\x82\xAD\x91\xAB\x82\xA9\x82\xB9\x82ƂȂ\xE8\x82܂\xB7\x81B\x82䂦\x82ɁA\x83f\x83t\x83H\x83\x8B\x83g\x82ł̓p\x83P\x83b\x83g\x88\xB3\x8Fk\x8B@\x94\\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82Ă\xA2\x82܂\xB7\x81B

Modified: branches/libressl_3_4_2/doc/ja/teraterm.hhc
===================================================================
--- branches/libressl_3_4_2/doc/ja/teraterm.hhc	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/teraterm.hhc	2022-01-01 08:56:30 UTC (rev 9660)
@@ -616,8 +616,8 @@
 			<param name="ImageNumber" value="11">
 			</OBJECT>
 		<LI> <OBJECT type="text/sitemap">
-			<param name="Name" value="OpenSSL \x83\x89\x83C\x83Z\x83\x93\x83X">
-			<param name="Local" value="html\reference\OpenSSL-LICENSE.txt">
+			<param name="Name" value="LibreSSL \x83\x89\x83C\x83Z\x83\x93\x83X">
+			<param name="Local" value="html\reference\LibreSSL-LICENSE.txt">
 			<param name="ImageNumber" value="11">
 			</OBJECT>
 		<LI> <OBJECT type="text/sitemap">

Modified: branches/libressl_3_4_2/doc/ja/teraterm.hhp
===================================================================
--- branches/libressl_3_4_2/doc/ja/teraterm.hhp	2021-12-31 14:43:31 UTC (rev 9659)
+++ branches/libressl_3_4_2/doc/ja/teraterm.hhp	2022-01-01 08:56:30 UTC (rev 9660)
@@ -178,7 +178,7 @@
 HlpSetupLang=html\setup\lng.html
 HlpRefKeycode=html\reference\keycode.txt
 HlpRefRe=html\reference\RE.txt
-HlpRefOpenssl=html\reference\OpenSSL-LICENSE.txt
+HlpRefOpenssl=html\reference\LibreSSL-LICENSE.txt
 HlpRefOpenssh=html\reference\OpenSSH-LICENSE.txt
 HlpRefDev=html\reference\develop.txt
 HlpRefPutty=html\reference\PuTTY-LICENSE.txt


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