-
Thu Feb 02 2023 Elena Zannoni <elena.zannoni@oracle.com> - 1.19.4-2.0.1
- Rebase to 1.19.4 openssl-fips
- Removed patches:
Patch215: go1.5-zoneinfo_testing_only.patch (upstream commit 946587811423)
Patch226: disable_static_external_tests.patch (included in new patches)
Patch51852: disable-crypto-x509-test.patch (no longer needed)
- Added patches:
Patch0001: disable_static_tests_part1.patch (part of old patch 226)
Patch0002: disable_static_tests_part2.patch (part of old patch 226)
Patch0003: fix-test-1024-leaf-certs.patch (fixes change in openssl-fips patches)
Patch0004: fix-memory-leak-evp-sign-verify.patch (fixes openssl-fips patches)
- Remove disabling of ED25519 test, it is done in the openssl-fips patches
- Remove use of extra source for binary file patching
- Remove AUTHORS and CONTRIBUTORS from doc section, they were removed upstream,
in golang issue 53961
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Tue Jan 03 2023 David Benoit <dbenoit@redhat.com> - 1.19.4-2
- Fix memory leaks in EVP_{sign,verify}_raw
- Resolves: rhbz#2132767
-
Wed Dec 21 2022 David Benoit <dbenoit@redhat.com> - 1.19.4-1
- Rebase to Go 1.19.4
- Fix ppc64le linker issue
- Remove defunct patches
- Remove downstream generated FIPS mode patches
- Add golang-fips/go as the source for FIPS mode patches
- Resolves: rhbz#2144542
-
Thu Nov 17 2022 Elena Zannoni <elena.zannoni@oracle.com> - 1.18.8-1.0.1
- Rebase to 1.18.8 by adding upstream patches to the 1.18.0 openssl-fips
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Mon Oct 17 2022 David Benoit <dbenoit@redhat.com> - 1.19.2-4
- Enable big endian support in FIPS mode
- Resolves: rhbz#1969844
-
Mon Oct 17 2022 David Benoit <dbenoit@redhat.com> - 1.19.2-3
- Restore old HashSign/HashVerify API
- Resolves: rhbz#2132730
-
Mon Oct 17 2022 David Benoit <dbenoit@redhat.com> - 1.19.2-2
- Add support for 4096 bit keys in x509
- Resolves: rhbz#2132694
-
Thu Oct 13 2022 David Benoit <dbenoit@redhat.com> - 1.19.2-1
- Rebase to Go 1.19.2
- Resolves: rhbz#2132730
-
Wed Sep 14 2022 David Benoit <dbenoit@redhat.com> - 1.19.1-2
- Rebase to Go 1.19.1
- Resolves: rhbz#2131026
-
Thu Jul 07 2022 Elena Zannoni <elena.zannoni@oracle.com> - 1.18.3-1.0.1
- Rebase to 1.18.3 by adding upstream patches to the 1.18.0 openssl-fips
- Modify Patch51852 to remove portions already upstream
- Use base_version to distinguish the version of the tarball from the
final version
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>