ssh 0.3 → 0.3.0.1
raw patch · 2 files changed
+13/−1 lines, 2 files
Files
CHANGES view
@@ -1,3 +1,15 @@+0.3.0.1 2015/4/21++* No functional changes, just retrospectively updating this changelog to+ reflect the changes in 0.3++0.3 2015/4/21++* SECURITY: actually verify signatures when using public key authentication (!)+* SECURITY: switch to using modular exponentiation from OpenSSL instead of+ a home-grown implementation that's vulnerable to timing attacks+* add a test suite+ 0.2.13.1 2014/10/8 * changelog fix
ssh.cabal view
@@ -1,5 +1,5 @@ name: ssh-version: 0.3+version: 0.3.0.1 synopsis: A pure-Haskell SSH server library. description: This a library for implementing your own servers that handle SSH