diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2012-09-05 17:03:26 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-09-05 17:03:26 +0200 |
commit | a3f83e72740bfc0062ab8232e5a0325354ecc1a8 (patch) | |
tree | e5cc2af39896f5b08204856d49bc5333f913a6a3 | |
parent | e689375e452fc6b3e1fd31b0e9819d1600bd7704 (diff) | |
download | libssh-a3f83e72740bfc0062ab8232e5a0325354ecc1a8.tar.gz libssh-a3f83e72740bfc0062ab8232e5a0325354ecc1a8.tar.xz libssh-a3f83e72740bfc0062ab8232e5a0325354ecc1a8.zip |
changelog: Update features.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ ChangeLog ========== +version 0.5.x (released 2012-xx-xx) + * Added new PKI infrastructure. + * Added simplified user auth functions. + * Added ECDSA pubkey support. + * Added ECDSA hostkey support. + * Added diffie-hellman-group14-sha1 support. + * Fixed a ton of bugs. + version 0.5.0 (released 2011-06-01) * Added ssh_ prefix to all functions. * Added complete Windows support. |