diff --git a/backport-params-provide-a-faster-TRIE-based-param-lookup.patch b/backport-params-provide-a-faster-TRIE-based-param-lookup.patch index 4940c36ed59bb319c4ad5d2b7ecf2e44ec2e8b4e..9bf62fae4a79e10aa83bf381d8497619c49608d6 100644 --- a/backport-params-provide-a-faster-TRIE-based-param-lookup.patch +++ b/backport-params-provide-a-faster-TRIE-based-param-lookup.patch @@ -1007,7 +1007,7 @@ new file mode 100644 index 0000000..66c6fdd --- /dev/null +++ b/util/perl/OpenSSL/paramnames.pm -@@ -0,0 +1,673 @@ +@@ -0,0 +1,669 @@ +#! /usr/bin/env perl +# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. +# @@ -1197,10 +1197,6 @@ index 0000000..66c6fdd + 'KDF_PARAM_HMACDRBG_NONCE' => "nonce", + 'KDF_PARAM_THREADS' => "threads", # uint32_t + 'KDF_PARAM_EARLY_CLEAN' => "early_clean", # uint32_t -+ 'KDF_PARAM_ARGON2_AD' => "ad", # octet string -+ 'KDF_PARAM_ARGON2_LANES' => "lanes", # uint32_t -+ 'KDF_PARAM_ARGON2_MEMCOST' => "memcost", # uint32_t -+ 'KDF_PARAM_ARGON2_VERSION' => "version", # uint32_t + +# Known RAND names + 'RAND_PARAM_STATE' => "state", diff --git a/openssl.spec b/openssl.spec index c894007f2f0093c283a522e315399e1eb960e8b1..9339fed6f844420f41b7aabc8c444cc6a9af36a8 100755 --- a/openssl.spec +++ b/openssl.spec @@ -2,7 +2,7 @@ Name: openssl Epoch: 1 Version: 3.0.12 -Release: 19 +Release: 20 Summary: Cryptography and SSL/TLS Toolkit License: OpenSSL and SSLeay URL: https://www.openssl.org/ @@ -286,6 +286,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Mon Sep 01 2025 Funda Wang - 1:3.0.12-20 +- drop argon related modification, as openssl 3.0 does not support it + * Mon Aug 25 2025 swcompiler - 1:3.0.12-19 - fix sw_64 _libdir