Skip to content

Releases: PowerShell/LibreSSL

V3.3.3.0

07 May 15:05
Compare
Choose a tag to compare

Updated to LibreSSL 3.3.3

V3.0.2.0

13 Mar 23:29
Compare
Choose a tag to compare

Updated to LibreSSL 3.0.2
Removed the need for disabling optimization around BN_rshift() for ARM64.

V2.9.2.1

11 Oct 22:49
Compare
Choose a tag to compare
  1. Updated to LibreSSL V2.9.2 (https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.2-relnotes.txt)
  2. This release still has the private ARM64 fix to disable the Visual studio optimization around BN_rshift(). This will be removed in the next release when we update our docker image that is used to build the binaries.

V2.6.5.1

13 Aug 19:39
3b1be69
Compare
Choose a tag to compare
  1. Updated to LibreSSL V2.6.5 (https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.6.5-relnotes.txt)
  2. This release still has the private ARM64 fix to disable the Visual studio optimization around BN_rshift(). This logic is added in V2.6.4.1.

LibreSSL V2.6.4.1

27 Mar 19:28
Compare
Choose a tag to compare

LibreSSL V2.6.4.1 supports all the architectures.

This release contains a private code that removes the optimization around BN_rshift() to support ARM64 functionality. This is a workaround added due to a bug in VS 2017 linker that breaks ARM64 functionality.

Once VS 2017 fixes the bug, this workaround will be removed.