Skip to content

Update libssh2-vs-libssh.t page to libssh 0.7.0 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion libssh2-vs-libssh.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SUBTITLE(libssh2 1.5.x)
<li> supports Windows native, OpenSSL or gcrypt as backends
</ul>

SUBTITLE(<a href="http://www.libssh.org/">libssh</a> 0.6.x)
SUBTITLE(<a href="http://www.libssh.org/">libssh</a> 0.7.x)
<p>
<ul>
<li> LGPL licensed
Expand All @@ -48,6 +48,8 @@ SUBTITLE(<a href="http://www.libssh.org/">libssh</a> 0.6.x)
<li> Support for GSSAPI (Keberos authentication)
<li> Support for <a href="https://www.libssh.org/2013/11/03/openssh-introduces-curve25519-sha256libssh-org-key-exchange/">[email protected]</a>
<li> supports OpenSSL or gcrypt as backends
<li> Supports more seucre MACs (hmac-sha2-256, hmac-sha2-512)
<li> Support for <a href="http://ed25519.cr.yp.to/">Ed25519 public keys</a>
</ul>

SUBTITLE(Feature by feature)
Expand Down Expand Up @@ -87,6 +89,18 @@ SUBTITLE(Feature by feature)
<td>yes</td>
</tr>

<tr>
<td>Support for Ed25519 public keys</td>
<td>no</td>
<td>yes</td>
</tr>

<tr>
<td>More secure Message Authentication Codes (MACs)</td>
<td>yes</td>
<td>yes</td>
</tr>

<tr>
<td>Automated test cases with nightly tests</td>
<td>no</td>
Expand Down