Rebex ZIP for .NET R6.3

Released: Mar 28, 2022

Aggiornamenti in R6.3

Funzionalità

  • Cryptography: Improved Poly1305 internals.
  • Cryptography: Slightly optimized encrypt/decrypt operations in symmetric branch of the CNG/BCrypt interop layer.
  • Cryptography: Small optimization in ARM (Advanced NEON SIMD) implementation of ChaCha20.
  • Common: Improved internal asynchronous infrastructure.

Correzioni

  • Common: Fixed rare premature finalization of a buffer in SSPI interop that might lead to an AccessViolationException.
  • ZIP: Fixed exception handling of ZipReader.ReadNext() and ZipReader.Extract() methods.
  • ZIP: Fixed reading of incomplete ExtraField structure.