@@ -39,8 +39,8 @@ The libssh library provides:
3939
4040 - Client <b>and</b> server support
4141 - SSHv2 and SSHv1 protocol support
42- - Supports <a href="http ://test.libssh.org/" target="_blank">Linux, UNIX, BSD, Solaris, OS/2 and Windows</a>
43- - Automated test cases with nightly <a href="http ://test.libssh.org/" target="_blank">tests</a>
42+ - Supports <a href="https ://test.libssh.org/" target="_blank">Linux, UNIX, BSD, Solaris, OS/2 and Windows</a>
43+ - Automated test cases with nightly <a href="https ://test.libssh.org/" target="_blank">tests</a>
4444 - Event model based on poll(2), or a poll(2)-emulation.
4545
4646@section main-copyright Copyright Policy
@@ -111,7 +111,7 @@ By making a contribution to this project, I certify that:
111111 Free Software Foundation; either version 2.1 of
112112 the License, or (at the option of the project) any later version.
113113
114- http ://www.gnu.org/licenses/lgpl-2.1.html
114+ https ://www.gnu.org/licenses/lgpl-2.1.html
115115@endverbatim
116116
117117We will maintain a copy of that email as a record that you have the rights to
@@ -151,33 +151,34 @@ The libssh Team
151151
152152The following RFC documents described SSH-2 protcol as an Internet standard.
153153
154- - <a href="http ://tools.ietf.org/html/rfc4250" target="_blank">RFC 4250</a>,
154+ - <a href="https ://tools.ietf.org/html/rfc4250" target="_blank">RFC 4250</a>,
155155 The Secure Shell (SSH) Protocol Assigned Numbers
156- - <a href="http ://tools.ietf.org/html/rfc4251" target="_blank">RFC 4251</a>,
156+ - <a href="https ://tools.ietf.org/html/rfc4251" target="_blank">RFC 4251</a>,
157157 The Secure Shell (SSH) Protocol Architecture
158- - <a href="http ://tools.ietf.org/html/rfc4252" target="_blank">RFC 4252</a>,
158+ - <a href="https ://tools.ietf.org/html/rfc4252" target="_blank">RFC 4252</a>,
159159 The Secure Shell (SSH) Authentication Protocol
160- - <a href="http ://tools.ietf.org/html/rfc4253" target="_blank">RFC 4253</a>,
160+ - <a href="https ://tools.ietf.org/html/rfc4253" target="_blank">RFC 4253</a>,
161161 The Secure Shell (SSH) Transport Layer Protocol
162- - <a href="http ://tools.ietf.org/html/rfc4254" target="_blank">RFC 4254</a>,
162+ - <a href="https ://tools.ietf.org/html/rfc4254" target="_blank">RFC 4254</a>,
163163 The Secure Shell (SSH) Connection Protocol
164- - <a href="http ://tools.ietf.org/html/rfc4255" target="_blank">RFC 4255</a>,
164+ - <a href="https ://tools.ietf.org/html/rfc4255" target="_blank">RFC 4255</a>,
165165 Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
166- - <a href="http://tools.ietf.org/html/rfc4256" target="_blank">RFC 4256</a>,
166+ (not implemented in libssh)
167+ - <a href="https://tools.ietf.org/html/rfc4256" target="_blank">RFC 4256</a>,
167168 Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)
168- - <a href="http ://tools.ietf.org/html/rfc4335" target="_blank">RFC 4335</a>,
169+ - <a href="https ://tools.ietf.org/html/rfc4335" target="_blank">RFC 4335</a>,
169170 The Secure Shell (SSH) Session Channel Break Extension
170- - <a href="http ://tools.ietf.org/html/rfc4344" target="_blank">RFC 4344</a>,
171+ - <a href="https ://tools.ietf.org/html/rfc4344" target="_blank">RFC 4344</a>,
171172 The Secure Shell (SSH) Transport Layer Encryption Modes
172- - <a href="http ://tools.ietf.org/html/rfc4345" target="_blank">RFC 4345</a>,
173+ - <a href="https ://tools.ietf.org/html/rfc4345" target="_blank">RFC 4345</a>,
173174 Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol
174175
175176It was later modified and expanded by the following RFCs.
176177
177- - <a href="http ://tools.ietf.org/html/rfc4419" target="_blank">RFC 4419</a>,
178+ - <a href="https ://tools.ietf.org/html/rfc4419" target="_blank">RFC 4419</a>,
178179 Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer
179180 Protocol
180- - <a href="http ://tools.ietf.org/html/rfc4432" target="_blank">RFC 4432</a>,
181+ - <a href="https ://tools.ietf.org/html/rfc4432" target="_blank">RFC 4432</a>,
181182 RSA Key Exchange for the Secure Shell (SSH) Transport Layer Protocol
182183 (not implemented in libssh)
183184 - <a href="https://tools.ietf.org/html/rfc4462" target="_blank">RFC 4462</a>,
@@ -222,15 +223,15 @@ There are also drafts that are being currently developed and followed.
222223
223224Interesting cryptography documents:
224225
225- - <a href="http ://www.cryptsoft.com/pkcs11doc/" target="_blank">PKCS #11</a>, PKCS #11 reference documents, describing interface with smartcards.
226+ - <a href="https ://www.cryptsoft.com/pkcs11doc/" target="_blank">PKCS #11</a>, PKCS #11 reference documents, describing interface with smartcards.
226227
227228@subsection main-rfc-sftp Secure Shell File Transfer Protocol (SFTP)
228229
229230The protocol is not an Internet standard but it is still widely implemented.
230231OpenSSH and most other implementation implement Version 3 of the protocol. We
231232do the same in libssh.
232233
233- - <a href="http ://tools.ietf.org/html/draft-ietf-secsh-filexfer-02" target="_blank">
234+ - <a href="https ://tools.ietf.org/html/draft-ietf-secsh-filexfer-02" target="_blank">
234235 draft-ietf-secsh-filexfer-02.txt</a>,
235236 SSH File Transfer Protocol
236237
@@ -239,13 +240,13 @@ do the same in libssh.
239240The OpenSSH project has defined some extensions to the protocol. We support some of
240241them like the statvfs calls in SFTP or the ssh-agent.
241242
242- - <a href="http ://api.libssh.org/rfc/PROTOCOL" target="_blank">
243+ - <a href="https ://api.libssh.org/rfc/PROTOCOL" target="_blank">
243244 OpenSSH's deviations and extensions</a>
244- - <a href="http ://api.libssh.org/rfc/PROTOCOL.certkeys" target="_blank">
245+ - <a href="https ://api.libssh.org/rfc/PROTOCOL.certkeys" target="_blank">
245246 OpenSSH's pubkey certificate authentication</a>
246- - <a href="http ://api.libssh.org/rfc/PROTOCOL.chacha20poly1305" target="_blank">
247+ - <a href="https ://api.libssh.org/rfc/PROTOCOL.chacha20poly1305" target="_blank">
247248 chacha20-poly1305@openssh.com authenticated encryption mode</a>
248- - <a href="http ://api.libssh.org/rfc/PROTOCOL.key" target="_blank">
249+ - <a href="https ://api.libssh.org/rfc/PROTOCOL.key" target="_blank">
249250 OpenSSH private key format (openssh-key-v1)</a>
250251
251252*/
0 commit comments