Skip to content

v0.1.68

Compare
Choose a tag to compare
@mwiede mwiede released this 04 Oct 20:54
· 874 commits to master since this release
  • Added support for the rijndael-cbc@lysator.liu.se algorithm
  • Added support for the hmac-ripemd160, hmac-ripemd160@openssh.com and hmac-ripemd160-etm@openssh.com algorithms using Bouncy Castle
  • Added support for various algorithms from RFC 4253 and RFC 4344 using Bouncy Castle
    • cast128-cbc
    • cast128-ctr
    • twofish-cbc
    • twofish128-cbc
    • twofish128-ctr
    • twofish192-cbc
    • twofish192-ctr
    • twofish256-cbc
    • twofish256-ctr
  • Added support for the seed-cbc@ssh.com algorithm using Bouncy Castle