Skip to content

Releases: sshnet/Cryptography

1.3.0

22 Oct 18:52
Compare
Choose a tag to compare

Changes

  • Added support for .NET Standard 2.0.

Fixes

  • .NET Framework 4.5 assembly is built against .NET Framework 4.6.

1.2.0

14 Jul 18:53
Compare
Choose a tag to compare

Changes

The following methods on HashAlgorithm are now public:

  • int TransformBlock(byte[], int, int, byte[], int)
  • byte[] TransformFinalBlock(byte[], int, int)

The following properties on HashAlgorithm are now public:

  • byte[] Hash

This affects the following target frameworks:

  • netstandard1.0
  • portable-net45+win8+wpa81

In the uap10.0 version, our hash algorithms now derive from System.Security.Cryptographic.HashAlgorithm
through a dependency on the System.Security.Cryptographic.Primitives package.

1.1.0

09 Jul 09:29
Compare
Choose a tag to compare

Added support for .NET Core 1.0 (.NETStandard 1.0 and 1.3).

1.1.0-beta1

04 Jun 12:16
Compare
Choose a tag to compare
1.1.0-beta1 Pre-release
Pre-release

Added support for .NET Core 1.0 RC2 (.NETStandard 1.0 and 1.3).

1.0.0

04 Jun 12:02
Compare
Choose a tag to compare

Initial release.