Update from upstream (TLS 1.3 Brainpool)
- openssl: add TLS 1.3 Brainpool identifiers Resolves: RHEL-69296 Resolves: RHEL-69445
This commit is contained in:
parent
498a7e7a54
commit
062becbace
@ -1,5 +1,5 @@
|
||||
%global git_date 20241126
|
||||
%global git_commit d63f008ff42b5e2a6c5d904bd1715250ff630c2c
|
||||
%global git_date 20241128
|
||||
%global git_commit 0dd441c83c4c341157aab87cc23c04d4eed2c251
|
||||
%{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})}
|
||||
|
||||
%global _python_bytecompile_extra 0
|
||||
@ -175,7 +175,7 @@ if [ $1 == 2 ]; then # upgrade
|
||||
fi
|
||||
fi
|
||||
# Drop removed javasystem backend; can be dropped in 11
|
||||
rm -f "%{_sysconfdir}/crypto-policies/back-ends/javasystem.config" || :
|
||||
rm -f "%{_sysconfdir}/crypto-policies/back-ends/javasystem.config" 2>/dev/null || :
|
||||
exit 0
|
||||
|
||||
%posttrans scripts
|
||||
@ -252,6 +252,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 28 2024 Alexander Sosedkin <asosedkin@redhat.com> - 20241128-1.git0dd441c
|
||||
- openssl: add TLS 1.3 Brainpool identifiers
|
||||
|
||||
* Tue Nov 26 2024 Alexander Sosedkin <asosedkin@redhat.com> - 20241126-1.gitd63f008
|
||||
- alg_lists: mark MLKEM768 kex experimental
|
||||
- openssh, libssh: refactor kx maps to use tuples
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (crypto-policies-gitd63f008.tar.gz) = cbf1aa3fe064c5b87da2f30f948fc89f4d2eecb3b1d258f3d03ccf83242f4a071ccb0dfe017bdcaec35e3b8df2190f6b098deeef32f61beb82932bd188705abf
|
||||
SHA512 (crypto-policies-git0dd441c.tar.gz) = 8ed47aae410bac0ef6a0cf68f90c1faeda324a448ecf51cc6477267a7db3b3388c0b2a30f43ea8f48987b40a42b2e6cc2158dc6dab91b5f3f4603fee1910962f
|
||||
|
Loading…
Reference in New Issue
Block a user