File go1.18-openssl.changes of Package go1.18-openssl.26204
-------------------------------------------------------------------
Wed Sep 28 01:38:34 UTC 2022 - jkowalczyk@suse.com
- Update to version 1.18.6.1 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.6-1-openssl-fips.
-------------------------------------------------------------------
Wed Sep 28 01:01:19 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.18.5.1 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.5-1-openssl-fips.
-------------------------------------------------------------------
Wed Jul 20 18:43:55 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.18.4.1 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.4-1-openssl-fips.
-------------------------------------------------------------------
Wed Jul 6 13:45:11 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.18.2.2 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.2-2-openssl-fips.
-------------------------------------------------------------------
Fri May 13 13:33:37 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.18.2.1 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.2-1-openssl-fips.
-------------------------------------------------------------------
Thu Apr 28 22:27:43 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.18.1.1 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.1-1-openssl-fips.
-------------------------------------------------------------------
Wed Apr 13 19:37:11 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Initial package go1.18-openssl version 1.18.0.1 cut from the
go1.18-openssl-fips branch at the revision tagged
go1.18.0-1-openssl-fips.
Refs jsc#SLE-18320
* Contains a fork of the Go toolchain dev.boringcrypto branch and
necessary modifications from the golang-fips/go GitHub project
for the Go crypto library to use an external cryptographic
library in a FIPS compliant way.
* Modifies the crypto/* packages to use OpenSSL for cryptographic
operations.
* Uses dlopen() to call into OpenSSL.
* FIPS mode (or boring mode as the package is named) is enabled
either via an environment variable GOLANG_FIPS=1 or by virtue
of the host being in FIPS mode.
* When the operating system is operating in FIPS mode, Go
applications which import crypto/tls/fipsonly limit operations
to the FIPS ciphersuite.
* SUSE RPM packaging introduces a fourth version digit go1.x.y.z
corresponding to the golang-fips/go patchset tagged revision
which can be updated independently of upstream Go maintenance
releases.