[ttssh2-commit] [10874] 準拠している RFC について追記・修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 8月 25日 (金) 23:22:15 JST


Revision: 10874
          https://osdn.net/projects/ttssh2/scm/svn/commits/10874
Author:   nmaya
Date:     2023-08-25 23:22:15 +0900 (Fri, 25 Aug 2023)
Log Message:
-----------
準拠している RFC について追記・修正

Modified Paths:
--------------
    branches/4-stable/doc/en/html/menu/setup-ssh.html
    branches/4-stable/doc/en/html/reference/sourcecode.html
    branches/4-stable/doc/ja/html/menu/setup-ssh.html
    branches/4-stable/doc/ja/html/reference/sourcecode.html

-------------- next part --------------
Modified: branches/4-stable/doc/en/html/menu/setup-ssh.html
===================================================================
--- branches/4-stable/doc/en/html/menu/setup-ssh.html	2023-08-25 14:22:05 UTC (rev 10873)
+++ branches/4-stable/doc/en/html/menu/setup-ssh.html	2023-08-25 14:22:15 UTC (rev 10874)
@@ -314,7 +314,7 @@
 	  </tr>
 	  <tr>
 	    <td>ssh-ed25519</td>
-	    <td>draft-ietf-curdle-ssh-ed25519-02</td>
+	    <td>RFC8709</td>
 	  </tr>
 	  <tr>
 	    <td>rsa-sha2-512</td>
@@ -342,14 +342,17 @@
 	<table border="1">
 	  <tr>
 	    <td>zlib****@opens*****</td>
-	    <td>Delayed compression(Starts compressing after authentication)</td>
+	    <td>PROTOCOL of OpenSSH</td>
+	    <td>Delayed compression (Starts compressing after authentication)</td>
 	  </tr>
 	  <tr>
 	    <td>zlib</td>
+	    <td>RFC4253</td>
 	    <td></td>
 	  </tr>
 	  <tr>
 	    <td>none</td>
+	    <td>RFC4253</td>
 	    <td>No compression</td>
 	  </tr>
 	</table>

Modified: branches/4-stable/doc/en/html/reference/sourcecode.html
===================================================================
--- branches/4-stable/doc/en/html/reference/sourcecode.html	2023-08-25 14:22:05 UTC (rev 10873)
+++ branches/4-stable/doc/en/html/reference/sourcecode.html	2023-08-25 14:22:15 UTC (rev 10874)
@@ -804,7 +804,13 @@
   <li><a href="http://www.ietf.org/rfc/rfc4255.txt" target="_blank">RFC4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints</a></li>
   <li><a href="http://www.ietf.org/rfc/rfc4256.txt" target="_blank">RFC4256: Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)</a></li>
   <li><a href="http://www.ietf.org/rfc/rfc4344.txt" target="_blank">RFC4344: The Secure Shell (SSH) Transport Layer Encryption Modes</a></li>
-
+  <li><a href="http://www.ietf.org/rfc/rfc4419.txt" target="_blank">RFC4419: Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol</a></li>
+  <!--li><a href="http://www.ietf.org/rfc/rfc5647.txt" target="_blank">RFC5647: AES Galois Counter Mode for the Secure Shell Transport Layer Protocol</a></li-->
+  <li><a href="http://www.ietf.org/rfc/rfc5656.txt" target="_blank">RFC5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc6668.txt" target="_blank">RFC6668: SHA-2 Data Integrity Verification for the Secure Shell (SSH) Transport Layer Protocol</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc8268.txt" target="_blank">RFC8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc8332.txt" target="_blank">RFC8332: Use of RSA Keys with SHA-256 and SHA-512 in the Secure Shell (SSH) Protocol</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc8709.txt" target="_blank">RFC8709: Ed25519 and Ed448 Public Key Algorithms for the Secure Shell (SSH) Protocol</a></li>
 </ul>
 </p>
 

Modified: branches/4-stable/doc/ja/html/menu/setup-ssh.html
===================================================================
--- branches/4-stable/doc/ja/html/menu/setup-ssh.html	2023-08-25 14:22:05 UTC (rev 10873)
+++ branches/4-stable/doc/ja/html/menu/setup-ssh.html	2023-08-25 14:22:15 UTC (rev 10874)
@@ -312,7 +312,7 @@
 	  </tr>
 	  <tr>
 	    <td>ssh-ed25519</td>
-	    <td>draft-ietf-curdle-ssh-ed25519-02</td>
+	    <td>RFC8709</td>
 	  </tr>
 	  <tr>
 	    <td>rsa-sha2-512</td>
@@ -340,14 +340,17 @@
 	<table border="1">
 	  <tr>
 	    <td>zlib****@opens*****</td>
+	    <td>PROTOCOL of OpenSSH</td>
 	    <td>\x92x\x89\x84\x88\xB3\x8Fk(\x94F\x8Fؐ\xAC\x8C\xF7\x8C\xE3\x82Ɉ\xB3\x8Fk\x82\xF0\x8AJ\x8En\x82\xB7\x82\xE9)</td>
 	  </tr>
 	  <tr>
 	    <td>zlib</td>
+	    <td>RFC4253</td>
 	    <td></td>
 	  </tr>
 	  <tr>
 	    <td>none</td>
+	    <td>RFC4253</td>
 	    <td>\x88\xB3\x8Fk\x82Ȃ\xB5</td>
 	  </tr>
 	</table>

Modified: branches/4-stable/doc/ja/html/reference/sourcecode.html
===================================================================
--- branches/4-stable/doc/ja/html/reference/sourcecode.html	2023-08-25 14:22:05 UTC (rev 10873)
+++ branches/4-stable/doc/ja/html/reference/sourcecode.html	2023-08-25 14:22:15 UTC (rev 10874)
@@ -788,7 +788,13 @@
   <li><a href="http://www.ietf.org/rfc/rfc4255.txt" target="_blank">RFC4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints</a></li>
   <li><a href="http://www.ietf.org/rfc/rfc4256.txt" target="_blank">RFC4256: Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)</a></li>
   <li><a href="http://www.ietf.org/rfc/rfc4344.txt" target="_blank">RFC4344: The Secure Shell (SSH) Transport Layer Encryption Modes</a></li>
-
+  <li><a href="http://www.ietf.org/rfc/rfc4419.txt" target="_blank">RFC4419: Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol</a></li>
+  <!--li><a href="http://www.ietf.org/rfc/rfc5647.txt" target="_blank">RFC5647: AES Galois Counter Mode for the Secure Shell Transport Layer Protocol</a></li-->
+  <li><a href="http://www.ietf.org/rfc/rfc5656.txt" target="_blank">RFC5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc6668.txt" target="_blank">RFC6668: SHA-2 Data Integrity Verification for the Secure Shell (SSH) Transport Layer Protocol</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc8268.txt" target="_blank">RFC8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc8332.txt" target="_blank">RFC8332: Use of RSA Keys with SHA-256 and SHA-512 in the Secure Shell (SSH) Protocol</a></li>
+  <li><a href="http://www.ietf.org/rfc/rfc8709.txt" target="_blank">RFC8709: Ed25519 and Ed448 Public Key Algorithms for the Secure Shell (SSH) Protocol</a></li>
 </ul>
 </p>
 


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