Skip to content

Releases: nd1012/wan24-Crypto-BC

Version 3.12.0

09 Sep 03:08
Compare
Choose a tag to compare

Changes

  • Updated references

Full Changelog: v3.11.0...v3.12.0

Version 3.11.0

16 Aug 04:25
Compare
Choose a tag to compare

Changes

  • Updated references

Full Changelog: v3.10.1...v3.11.0

Version 3.10.1

13 Jul 11:19
Compare
Choose a tag to compare

Changes

  • Updated references

Full Changelog: v3.10.0...v3.10.1

Version 3.10.0

06 Jul 09:16
c51091d
Compare
Choose a tag to compare

Changes

  • Updated references

Full Changelog: v3.9.0...v3.10.0

Version 3.9.0

29 Jun 06:55
Compare
Choose a tag to compare

Changes

  • Added (Disposable)BouncyCastleEntropyMonitor
  • Added (Disposable)BouncyCastleBackupRng

Full Changelog: v3.8.0...v3.9.0

Version 3.8.0

22 Jun 06:44
Compare
Choose a tag to compare

Changes

  • Added AutoSeedRng

Full Changelog: v3.7.0...v3.8.0

Version 3.7.0

16 Jun 20:00
1f393fa
Compare
Choose a tag to compare

Changes

  • Updated references

Full Changelog: v3.6.0...v3.7.0

Version 3.6.0

26 May 09:40
Compare
Choose a tag to compare

Changes

  • Updated references

CAUTION: This release contains an updated reference to the Bouncy Castle library NuGet package. Older releases reference the previous NuGet package version, which has a security issue. If you want to use an older wan24-Crypto release with the current fixed Bouncy Castle library NuGet package, you can add a reference to the newer Bouncy Castle version into your project. The newer package should be downward compatible with the previous version, so that the older wan24-Crypto version will be able to consume it, even the older Bouncy castle library package is referenced.

Full Changelog: v3.5.1...v3.6.0

Version 3.5.1

13 Apr 12:41
Compare
Choose a tag to compare

Changes

  • Fixed method name BouncyCastle.RegisterNetalgrithms -> RegisterNetAlgorithms

Full Changelog: v3.5.0...v3.5.1

Version 3.5.0

13 Apr 12:28
Compare
Choose a tag to compare

Changes

  • Added BouncyCastle.RegisterNetAlgrithms
  • Added HashBcSha3_256.SHA3_256
  • Added HashBcSha3_384.SHA3_384
  • Added HashBcSha3_512.SHA3_512
  • Added MacBcHmacSha3_256.HMACSHA3_256
  • Added MacBcHmacSha3_384.HMACSHA3_384
  • Added MacBcHmacSha3_512.HMACSHA3_512
  • BouncyCastleHashAlgorithm is unsealed now
  • BouncyCastleHmacAlgorithm is unsealed now

Full Changelog: v3.4.0...v3.5.0