|
|
fe7e35 |
%global git_date 20221215
|
|
|
fe7e35 |
%global git_commit ece0092078a87593c01b127cdb2368877ce11d01
|
|
|
5aebef |
%{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})}
|
|
|
5c55f4 |
|
|
|
5c55f4 |
%global _python_bytecompile_extra 0
|
|
|
3ca9bd |
|
|
|
3ca9bd |
Name: crypto-policies
|
|
|
3ca9bd |
Version: %{git_date}
|
|
|
5aebef |
Release: 1.git%{git_commit_hash}%{?dist}
|
|
|
5c55f4 |
Summary: System-wide crypto policies
|
|
|
3ca9bd |
|
|
|
3ca9bd |
License: LGPLv2+
|
|
|
3ca9bd |
URL: https://gitlab.com/redhat-crypto/fedora-crypto-policies
|
|
|
e13b7c |
# For RHEL-8 we use the upstream branch rhel8
|
|
|
5aebef |
Source0: https://gitlab.com/redhat-crypto/fedora-crypto-policies/-/archive/%{git_commit_hash}/%{name}-git%{git_commit_hash}.tar.gz
|
|
|
3ca9bd |
|
|
|
3ca9bd |
BuildArch: noarch
|
|
|
3ca9bd |
BuildRequires: asciidoc
|
|
|
3ca9bd |
BuildRequires: libxslt
|
|
|
3ca9bd |
BuildRequires: openssl
|
|
|
3ca9bd |
BuildRequires: gnutls-utils >= 3.6.0
|
|
|
3ca9bd |
BuildRequires: java-1.8.0-openjdk-devel
|
|
|
3ca9bd |
BuildRequires: bind
|
|
|
3ca9bd |
BuildRequires: perl-interpreter
|
|
|
3ca9bd |
BuildRequires: perl-generators
|
|
|
3ca9bd |
BuildRequires: perl(File::pushd), perl(File::Temp), perl(File::Copy)
|
|
|
3ca9bd |
BuildRequires: perl(File::Which)
|
|
|
3ca9bd |
BuildRequires: python3-devel
|
|
|
e13b7c |
BuildRequires: python3-pytest
|
|
|
e13b7c |
BuildRequires: python3-coverage
|
|
|
3ca9bd |
|
|
|
5c55f4 |
Conflicts: nss < 3.44.0
|
|
|
3ca9bd |
Conflicts: libreswan < 3.28
|
|
|
e13b7c |
Conflicts: openssl < 1.1.1k
|
|
|
5aebef |
Conflicts: openssh < 8.0p1-5
|
|
|
290601 |
Conflicts: gnutls < 3.6.12
|
|
|
3cc1aa |
Conflicts: libssh < 0.9.4
|
|
|
5aebef |
# Most users want this, the split is mostly for minimal images
|
|
|
5aebef |
Recommends: crypto-policies-scripts
|
|
|
5aebef |
|
|
|
e13b7c |
# Self-obsolete to install both subpackages after split
|
|
|
5aebef |
Obsoletes: %{name} < 20200527-1.git0a29b28
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%description
|
|
|
5aebef |
This package provides pre-built configuration files with
|
|
|
5aebef |
cryptographic policies for various cryptographic back-ends,
|
|
|
5aebef |
such as SSL/TLS libraries.
|
|
|
5aebef |
|
|
|
5aebef |
%package scripts
|
|
|
5aebef |
Summary: Tool to switch between crypto policies
|
|
|
5aebef |
Requires: %{name} = %{version}-%{release}
|
|
|
5aebef |
Recommends: grubby
|
|
|
5aebef |
|
|
|
5aebef |
%description scripts
|
|
|
5aebef |
This package provides a tool update-crypto-policies, which applies
|
|
|
5aebef |
the policies provided by the crypto-policies package. These can be
|
|
|
5aebef |
either the pre-built policies from the base package or custom policies
|
|
|
5aebef |
defined in simple policy definition files.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
The package also provides a tool fips-mode-setup, which can be used
|
|
|
3ca9bd |
to enable or disable the system FIPS mode.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%prep
|
|
|
5aebef |
%setup -q -n fedora-crypto-policies-%{git_commit_hash}-%{git_commit}
|
|
|
e13b7c |
%autopatch -p1
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%build
|
|
|
5c55f4 |
%make_build
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%install
|
|
|
3ca9bd |
mkdir -p -m 755 %{buildroot}%{_datarootdir}/crypto-policies/
|
|
|
5c55f4 |
mkdir -p -m 755 %{buildroot}%{_datarootdir}/crypto-policies/back-ends/
|
|
|
3ca9bd |
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/crypto-policies/back-ends/
|
|
|
5c55f4 |
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/crypto-policies/state/
|
|
|
3ca9bd |
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/crypto-policies/local.d/
|
|
|
5c55f4 |
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/crypto-policies/policies/
|
|
|
5c55f4 |
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/crypto-policies/policies/modules/
|
|
|
3ca9bd |
mkdir -p -m 755 %{buildroot}%{_bindir}
|
|
|
3ca9bd |
|
|
|
3ca9bd |
make DESTDIR=%{buildroot} DIR=%{_datarootdir}/crypto-policies MANDIR=%{_mandir} %{?_smp_mflags} install
|
|
|
3ca9bd |
install -p -m 644 default-config %{buildroot}%{_sysconfdir}/crypto-policies/config
|
|
|
5aebef |
touch %{buildroot}%{_sysconfdir}/crypto-policies/state/current
|
|
|
5aebef |
touch %{buildroot}%{_sysconfdir}/crypto-policies/state/CURRENT.pol
|
|
|
3ca9bd |
|
|
|
5c55f4 |
# Create back-end configs for mounting with read-only /etc/
|
|
|
5c55f4 |
for d in LEGACY DEFAULT FUTURE FIPS ; do
|
|
|
5c55f4 |
mkdir -p -m 755 %{buildroot}%{_datarootdir}/crypto-policies/back-ends/$d
|
|
|
5c55f4 |
for f in %{buildroot}%{_datarootdir}/crypto-policies/$d/* ; do
|
|
|
5c55f4 |
ln $f %{buildroot}%{_datarootdir}/crypto-policies/back-ends/$d/$(basename $f .txt).config
|
|
|
5c55f4 |
done
|
|
|
5c55f4 |
done
|
|
|
5c55f4 |
|
|
|
5aebef |
for f in %{buildroot}%{_datarootdir}/crypto-policies/DEFAULT/* ; do
|
|
|
5aebef |
ln -sf %{_datarootdir}/crypto-policies/DEFAULT/$(basename $f) %{buildroot}%{_sysconfdir}/crypto-policies/back-ends/$(basename $f .txt).config
|
|
|
5aebef |
done
|
|
|
5aebef |
|
|
|
5c55f4 |
%py_byte_compile %{__python3} %{buildroot}%{_datadir}/crypto-policies/python
|
|
|
5c55f4 |
|
|
|
3ca9bd |
%check
|
|
|
e13b7c |
make ON_RHEL8=1 test
|
|
|
3ca9bd |
|
|
|
5aebef |
%post -p <lua>
|
|
|
5aebef |
if not posix.access("%{_sysconfdir}/crypto-policies/config") then
|
|
|
5aebef |
local policy = "DEFAULT"
|
|
|
5aebef |
local cf = io.open("/proc/sys/crypto/fips_enabled", "r")
|
|
|
5aebef |
if cf then
|
|
|
5aebef |
if cf:read() == "1" then
|
|
|
5aebef |
policy = "FIPS"
|
|
|
5aebef |
end
|
|
|
5aebef |
cf:close()
|
|
|
5aebef |
end
|
|
|
5aebef |
cf = io.open("%{_sysconfdir}/crypto-policies/config", "w")
|
|
|
5aebef |
if cf then
|
|
|
5aebef |
cf:write(policy.."\n")
|
|
|
5aebef |
cf:close()
|
|
|
5aebef |
end
|
|
|
5aebef |
cf = io.open("%{_sysconfdir}/crypto-policies/state/current", "w")
|
|
|
5aebef |
if cf then
|
|
|
5aebef |
cf:write(policy.."\n")
|
|
|
5aebef |
cf:close()
|
|
|
5aebef |
end
|
|
|
5aebef |
local policypath = "%{_datarootdir}/crypto-policies/"..policy
|
|
|
5aebef |
for fn in posix.files(policypath) do
|
|
|
fe7e35 |
if fn ~= "." and fn ~= ".." then
|
|
|
fe7e35 |
local backend = fn:gsub(".*/", ""):gsub("%%..*", "")
|
|
|
fe7e35 |
local cfgfn = "%{_sysconfdir}/crypto-policies/back-ends/"..backend..".config"
|
|
|
fe7e35 |
posix.unlink(cfgfn)
|
|
|
fe7e35 |
posix.symlink(policypath.."/"..fn, cfgfn)
|
|
|
fe7e35 |
end
|
|
|
5aebef |
end
|
|
|
5aebef |
end
|
|
|
5aebef |
|
|
|
5aebef |
%posttrans scripts
|
|
|
5c55f4 |
%{_bindir}/update-crypto-policies --no-check >/dev/null 2>/dev/null || :
|
|
|
3ca9bd |
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%files
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%dir %{_sysconfdir}/crypto-policies/
|
|
|
3ca9bd |
%dir %{_sysconfdir}/crypto-policies/back-ends/
|
|
|
5c55f4 |
%dir %{_sysconfdir}/crypto-policies/state/
|
|
|
3ca9bd |
%dir %{_sysconfdir}/crypto-policies/local.d/
|
|
|
5c55f4 |
%dir %{_sysconfdir}/crypto-policies/policies/
|
|
|
5c55f4 |
%dir %{_sysconfdir}/crypto-policies/policies/modules/
|
|
|
3ca9bd |
%dir %{_datarootdir}/crypto-policies/
|
|
|
3ca9bd |
|
|
|
5aebef |
%ghost %config(missingok,noreplace) %{_sysconfdir}/crypto-policies/config
|
|
|
5aebef |
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/gnutls.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/openssl.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/opensslcnf.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/openssh.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/opensshserver.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/nss.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/bind.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/java.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/krb5.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/libreswan.config
|
|
|
e13b7c |
%ghost %config(missingok,noreplace) %verify(not mode) %{_sysconfdir}/crypto-policies/back-ends/libssh.config
|
|
|
e13b7c |
# %verify(not mode) comes from the fact
|
|
|
e13b7c |
# these turn into symlinks and back to regular files at will, see bz1898986
|
|
|
5aebef |
|
|
|
5aebef |
%ghost %{_sysconfdir}/crypto-policies/state/current
|
|
|
5aebef |
%ghost %{_sysconfdir}/crypto-policies/state/CURRENT.pol
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%{_mandir}/man7/crypto-policies.7*
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/LEGACY
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/DEFAULT
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/FUTURE
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/FIPS
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/EMPTY
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/back-ends
|
|
|
3ca9bd |
%{_datarootdir}/crypto-policies/default-config
|
|
|
3ca9bd |
%{_datarootdir}/crypto-policies/reload-cmds.sh
|
|
|
5c55f4 |
%{_datarootdir}/crypto-policies/policies
|
|
|
3ca9bd |
|
|
|
3ca9bd |
%{!?_licensedir:%global license %%doc}
|
|
|
3ca9bd |
%license COPYING.LESSER
|
|
|
3ca9bd |
|
|
|
5aebef |
%files scripts
|
|
|
5aebef |
%{_bindir}/update-crypto-policies
|
|
|
5aebef |
%{_mandir}/man8/update-crypto-policies.8*
|
|
|
5aebef |
%{_datarootdir}/crypto-policies/python
|
|
|
5aebef |
|
|
|
5aebef |
%{_bindir}/fips-mode-setup
|
|
|
5aebef |
%{_bindir}/fips-finish-install
|
|
|
5aebef |
%{_mandir}/man8/fips-mode-setup.8*
|
|
|
5aebef |
%{_mandir}/man8/fips-finish-install.8*
|
|
|
5aebef |
|
|
|
3ca9bd |
%changelog
|
|
|
fe7e35 |
* Thu Dec 15 2022 Alexander Sosedkin <asosedkin@redhat.com> - 20221215-1.gitece0092
|
|
|
fe7e35 |
- bind: expand the list of disableable algorithms
|
|
|
fe7e35 |
- tests/java: fix java.security.disableSystemPropertiesFile=true
|
|
|
fe7e35 |
- stop accidentally creating /etc/crypto-policies/back-ends/.config symlink
|
|
|
fe7e35 |
|
|
|
3cc1aa |
* Tue Nov 16 2021 Alexander Sosedkin <asosedkin@redhat.com> - 20211116-1.gitae470d6
|
|
|
3cc1aa |
- OSPP: relax -ECDSA-SHA2-512, -FFDHE-*
|
|
|
3cc1aa |
- fips-mode-setup, fips-finish-install: call zipl more often (s390x-specific)
|
|
|
3cc1aa |
- libssh: enable diffie-hellman-group14-sha256 support
|
|
|
3cc1aa |
- openssl: fix disabling ChaCha20
|
|
|
3cc1aa |
|
|
|
e13b7c |
* Thu Jun 17 2021 Alexander Sosedkin <asosedkin@redhat.com> - 20210617-1.gitc776d3e
|
|
|
e13b7c |
- implement scoped policies, e.g., cipher@SSH = ... (#1960266)
|
|
|
e13b7c |
- implement algorithm globbing, e.g., cipher@SSH = -*-CBC
|
|
|
e13b7c |
- deprecate derived properties:
|
|
|
e13b7c |
tls_cipher, ssh_cipher, ssh_group, ike_protocol
|
|
|
e13b7c |
- deprecate sha1_in_dnssec property
|
|
|
e13b7c |
- deprecate unscoped form of protocol property
|
|
|
e13b7c |
- update documentation
|
|
|
e13b7c |
- expand upstream test coverage
|
|
|
e13b7c |
- openssl: set MinProtocol / MaxProtocol separately for TLS and DTLS (#1946522)
|
|
|
e13b7c |
- support AES-192 ciphers in custom policies for non-TLS scenarios (#1876846)
|
|
|
e13b7c |
- stop claiming Camellia is disabled (#1925104)
|
|
|
e13b7c |
- disable CBC ciphers in FUTURE for everything but Kerberos (#1933016)
|
|
|
e13b7c |
- drop SHA224 from signature algorithms in FIPS:OSPP (#1934755)
|
|
|
e13b7c |
- condition ecdh-sha2-nistp384 on SECP384R1
|
|
|
e13b7c |
|
|
|
e13b7c |
* Tue Feb 09 2021 Alexander Sosedkin <asosedkin@redhat.com> - 20210209-1.gitbfb6bed
|
|
|
e13b7c |
- OSPP subpolicy: tweak for RHEL-8.3+
|
|
|
e13b7c |
- libssh: respect ssh_certs
|
|
|
e13b7c |
|
|
|
290601 |
* Mon Jul 13 2020 Tomáš Mráz <tmraz@redhat.com> - 20200713-1.git51d1222
|
|
|
290601 |
- OSPP subpolicy: remove AES-CCM
|
|
|
290601 |
- openssl: handle the AES-CCM removal properly
|
|
|
290601 |
|
|
|
290601 |
* Wed Jul 1 2020 Tomáš Mráz <tmraz@redhat.com> - 20200629-1.git806b5d3
|
|
|
290601 |
- disallow X448/ED448 in FIPS policy with gnutls >= 3.6.12
|
|
|
290601 |
- add AD-SUPPORT policy module
|
|
|
290601 |
|
|
|
5aebef |
* Wed Jun 10 2020 Tomáš Mráz <tmraz@redhat.com> - 20200610-1.git0ac8b1f
|
|
|
5aebef |
- fallback to FIPS policy instead of the default-config in FIPS mode
|
|
|
5aebef |
- java: Document properly how to override the crypto policy
|
|
|
5aebef |
- krb5: No support for 3des anymore
|
|
|
5aebef |
- reorder the signature algorithms to follow the order in default openssl list
|
|
|
5aebef |
|
|
|
5aebef |
* Tue Jun 9 2020 Tomáš Mráz <tmraz@redhat.com> - 20200527-5.gitb234a47
|
|
|
5aebef |
- make the post script work in environments where /proc/sys is not available
|
|
|
5aebef |
|
|
|
5aebef |
* Fri May 29 2020 Tomáš Mráz <tmraz@redhat.com> - 20200527-4.gitb234a47
|
|
|
5aebef |
- automatically set up FIPS policy in FIPS mode on first install
|
|
|
5aebef |
|
|
|
5aebef |
* Thu May 28 2020 Tomáš Mráz <tmraz@redhat.com> - 20200527-2.git63fc906
|
|
|
5aebef |
- explicitly enable DHE-DSS in gnutls config if enabled in policy
|
|
|
5aebef |
- use grubby with --update-kernel=ALL to avoid breaking kernelopts
|
|
|
5aebef |
- OSPP subpolicy: Allow GCM for SSH protocol
|
|
|
5aebef |
- openssh: Support newly standardized ECDHE-GSS and DHE-GSS key exchanges
|
|
|
5aebef |
- if the policy in FIPS mode is not a FIPS policy print a message
|
|
|
5aebef |
- openssl: Add SignatureAlgorithms support
|
|
|
5aebef |
- custom crypto policies: enable completely overriding contents of the list
|
|
|
5aebef |
value
|
|
|
5aebef |
- added ECDHE-ONLY.pmod policy module example
|
|
|
5aebef |
- openssh: make LEGACY policy to prefer strong public key algorithms
|
|
|
5aebef |
- various python code cleanups
|
|
|
5aebef |
- update-crypto-policies: dump the current policy to
|
|
|
5aebef |
/etc/crypto-policies/state/CURRENT.pol
|
|
|
5aebef |
- split scripts into their own subpackage
|
|
|
5aebef |
|
|
|
5c55f4 |
* Mon Dec 16 2019 Tomáš Mráz <tmraz@redhat.com> - 20191128-2.git23e1bf1
|
|
|
5c55f4 |
- move the pre-built .config files to /usr/share/crypto-policies/back-ends
|
|
|
5c55f4 |
|
|
|
5c55f4 |
* Fri Nov 29 2019 Tomáš Mráz <tmraz@redhat.com> - 20191128-1.git23e1bf1
|
|
|
5c55f4 |
- fips-mode-setup: compatibility with RHCOS
|
|
|
5c55f4 |
|
|
|
5c55f4 |
* Thu Nov 28 2019 Tomáš Mráz <tmraz@redhat.com> - 20191127-1.git1179826
|
|
|
5c55f4 |
- add FIPS subpolicy for OSPP
|
|
|
5c55f4 |
|
|
|
5c55f4 |
* Tue Oct 29 2019 Tomáš Mráz <tmraz@redhat.com> - 20191022-1.gite17cc3a
|
|
|
5c55f4 |
- custom crypto policies support
|
|
|
5c55f4 |
- update-crypto-policies: fix handling of list operations in policy modules
|
|
|
5c55f4 |
- update-crypto-policies: fix updating of the current policy marker
|
|
|
5c55f4 |
- fips-mode-setup: fixes related to containers and non-root execution
|
|
|
5c55f4 |
- make it possible to use fips-mode-setup --check without dracut
|
|
|
5c55f4 |
- add .config symlinks so a crypto policy can be set with read-only
|
|
|
5c55f4 |
/etc by bind-mounting /usr/share/crypto-policies/<policy> to
|
|
|
5c55f4 |
/etc/crypto-policies/back-ends
|
|
|
5c55f4 |
- run the update-crypto-policies in posttrans
|
|
|
5c55f4 |
|
|
|
5c55f4 |
* Wed Aug 7 2019 Tomáš Mráz <tmraz@redhat.com> - 20190807-1.git9b1477b
|
|
|
5c55f4 |
- gnutls: enable TLS-1.3 in the FIPS policy
|
|
|
5c55f4 |
|
|
|
5c55f4 |
* Mon Aug 5 2019 Tomáš Mráz <tmraz@redhat.com> - 20190613-2.git21ffdc8
|
|
|
5c55f4 |
- fix ownership of policy directories
|
|
|
5c55f4 |
- nss: enable X25519 in appropriate policies and conflict with old nss
|
|
|
5c55f4 |
- openssh: conflict with old incompatible openssh version
|
|
|
5c55f4 |
|
|
|
3ca9bd |
* Thu Jun 13 2019 Tomáš Mráz <tmraz@redhat.com> - 20190613-1.git21ffdc8
|
|
|
3ca9bd |
- openssh: add missing curve25519-sha256 to the key exchange list
|
|
|
3ca9bd |
- openssh: fix RSA certificate support
|
|
|
3ca9bd |
- fips-mode-setup: drop the kernel boot option if there is no separate
|
|
|
3ca9bd |
/boot drive
|
|
|
3ca9bd |
- fips-finish-install: regenerate all initramdisks
|
|
|
3ca9bd |
- add libssh configuration backend
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Feb 18 2019 Tomáš Mráz <tmraz@redhat.com> - 20181217-6.git9a35207
|
|
|
3ca9bd |
- libreswan: Allow coalescing the IKE/IPSEC proposals
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Feb 8 2019 Tomáš Mráz <tmraz@redhat.com> - 20181217-5.git9a35207
|
|
|
3ca9bd |
- cleanups of the crypto-policies.7 manual page
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Feb 1 2019 Tomáš Mráz <tmraz@redhat.com> - 20181217-4.git9a35207
|
|
|
3ca9bd |
- Java: Fix FIPS and FUTURE policy to allow RSA certificates in TLS
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Jan 22 2019 Tomáš Mráz <tmraz@redhat.com> - 20181217-3.git9a35207
|
|
|
3ca9bd |
- cleanup duplicate and incorrect information from update-crypto-policies.8
|
|
|
3ca9bd |
manual page
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Jan 21 2019 Tomáš Mráz <tmraz@redhat.com> - 20181217-2.git9a35207
|
|
|
3ca9bd |
- add crypto-policies.7 manual page
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Dec 17 2018 Tomáš Mráz <tmraz@redhat.com> - 20181217-1.git9a35207
|
|
|
3ca9bd |
- update-crypto-policies: Fix endless loop
|
|
|
3ca9bd |
- update-crypto-policies: Add warning about the need of system restart
|
|
|
3ca9bd |
- fips-mode-setup: Use grub2-editenv to modify the kernelopts for BLS
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Nov 22 2018 Tomáš Mráz <tmraz@redhat.com> - 20181122-1.git70769d9
|
|
|
3ca9bd |
- update-crypto-policies: fix error on multiple matches in local.d
|
|
|
3ca9bd |
- Print warning when update-crypto-policies --set is used in the FIPS mode
|
|
|
3ca9bd |
- Java: Add 3DES and RC4 to legacy algorithms in LEGACY policy
|
|
|
3ca9bd |
- OpenSSL: Properly disable non AEAD and AES128 ciphersuites in FUTURE
|
|
|
3ca9bd |
- libreswan: Add chacha20_poly1305 to all policies and drop ikev1 from LEGACY
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Oct 26 2018 Tomáš Mráz <tmraz@redhat.com> - 20181026-1.gitcc78cb7
|
|
|
3ca9bd |
- Fix regression in discovery of additional configuration
|
|
|
3ca9bd |
- NSS: add DSA keyword to LEGACY policy
|
|
|
3ca9bd |
- GnuTLS: Add 3DES and RC4 to LEGACY policy
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Sep 25 2018 Tomáš Mráz <tmraz@redhat.com> - 20180925-2.git3ce363a
|
|
|
3ca9bd |
- Improve the package description
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Sep 25 2018 Tomáš Mráz <tmraz@redhat.com> - 20180925-1.git3ce363a
|
|
|
3ca9bd |
- Use Recommends instead of Requires for grubby
|
|
|
3ca9bd |
- Revert setting of HostKeyAlgorithms for ssh client for now
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Sep 21 2018 Tomáš Mráz <tmraz@redhat.com> - 20180921-1.git62bafde
|
|
|
3ca9bd |
- OpenSSH: Generate policy for sign algorithms
|
|
|
3ca9bd |
- Enable >= 255 bits EC curves in FUTURE policy
|
|
|
3ca9bd |
- OpenSSH: Add group1 key exchanges in LEGACY policy
|
|
|
3ca9bd |
- NSS: Add SHA224 to hash lists
|
|
|
3ca9bd |
- Print warning when update-crypto-policies --set FIPS is used
|
|
|
3ca9bd |
- fips-mode-setup: Kernel boot options are now modified with grubby
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Aug 13 2018 Tomáš Mráz <tmraz@redhat.com> - 20180801-2.git2b95ede
|
|
|
3ca9bd |
- Fix build to use the system python
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Aug 1 2018 Tomáš Mráz <tmraz@redhat.com> - 20180801-1.git2b95ede
|
|
|
3ca9bd |
- Add OpenSSL configuration file include support
|
|
|
3ca9bd |
- Disable TLS-1.0, 1.1 and DH with less than 2048 bits in DEFAULT policy
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Jul 24 2018 Tomáš Mráz <tmraz@redhat.com> - 20180723-1.gitdb825c0
|
|
|
3ca9bd |
- Initial FIPS mode setup support
|
|
|
3ca9bd |
- NSS: Add tests for the generated policy
|
|
|
3ca9bd |
- Enable TLS-1.3 if available in the respective TLS library
|
|
|
3ca9bd |
- Enable SHA1 in certificates in LEGACY policy
|
|
|
3ca9bd |
- Disable CAMELLIA
|
|
|
3ca9bd |
- libreswan: Multiple bug fixes in policies
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Apr 25 2018 Tomáš Mráz <tmraz@redhat.com> - 20180425-1.git6ad4018
|
|
|
3ca9bd |
- Restart/reload only enabled services
|
|
|
3ca9bd |
- Do not enable PSK ciphersuites by default in gnutls and openssl
|
|
|
3ca9bd |
- krb5: fix when more than 2048 bits keys are required
|
|
|
3ca9bd |
- Fix discovery of additional configurations #1564595
|
|
|
3ca9bd |
- Fix incorrect ciphersuite setup for libreswan
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Mar 6 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20180306-1.gitaea6928
|
|
|
3ca9bd |
- Updated policy to reduce DH parameter size on DEFAULT level, taking into
|
|
|
3ca9bd |
account feedback in #1549242,1#534532.
|
|
|
3ca9bd |
- Renamed openssh-server.config to opensshserver.config to reduce conflicts
|
|
|
3ca9bd |
when local.d/ appending is used.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Feb 27 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20180227-1.git0ce1729
|
|
|
3ca9bd |
- Updated to include policies for libreswan
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Feb 12 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20180112-1.git386e3fe
|
|
|
3ca9bd |
- Updated to apply the settings as in StrongCryptoSettings project. The restriction
|
|
|
3ca9bd |
to TLS1.2, is not yet applied as we have no method to impose that in openssl.
|
|
|
3ca9bd |
https://fedoraproject.org/wiki/Changes/StrongCryptoSettings
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 20171115-3.git921600e
|
|
|
3ca9bd |
- Escape macros in %%changelog
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171115-2.git921600e
|
|
|
3ca9bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Nov 15 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20171115-1.git921600e
|
|
|
3ca9bd |
- Updated openssh policies for new openssh without rc4
|
|
|
3ca9bd |
- Removed policies for compat-gnutls28
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Aug 23 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20170823-1.git8d18c27
|
|
|
3ca9bd |
- Updated gnutls policies for 3.6.0
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Aug 16 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20170816-1.git2618a6c
|
|
|
3ca9bd |
- Updated to latest upstream
|
|
|
3ca9bd |
- Restarts openssh server on policy update
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Aug 2 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20170802-1.git9300620
|
|
|
3ca9bd |
- Updated to latest upstream
|
|
|
3ca9bd |
- Reloads openssh server on policy update
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170606-4.git7c32281
|
|
|
3ca9bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Jul 25 2017 Igor Gnatenko <ignatenko@redhat.com> - 20170606-3.git7c32281
|
|
|
3ca9bd |
- Restore Requires(post)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Jul 24 2017 Troy Dawson <tdawson@redhat.com> 20170606-2.git7c32281
|
|
|
3ca9bd |
- perl dependency renamed to perl-interpreter <ppisar@redhat.com>
|
|
|
3ca9bd |
- remove useless Requires(post) <ignatenko@redhat.com>
|
|
|
3ca9bd |
- Fix path of libdir in generate-policies.pl (#1474442) <tdawson@redhat.com>
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Jun 6 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20170606-1.git7c32281
|
|
|
3ca9bd |
- Updated to latest upstream
|
|
|
3ca9bd |
- Allows gnutls applications in LEGACY mode, to use certificates of 768-bits
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed May 31 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20170531-1.gitce0df7b
|
|
|
3ca9bd |
- Updated to latest upstream
|
|
|
3ca9bd |
- Added new kerberos key types
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Sat Apr 01 2017 Björn Esser <besser82@fedoraproject.org> - 20170330-3.git55b66da
|
|
|
3ca9bd |
- Add Requires for update-crypto-policies in %%post
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Mar 31 2017 Petr Å abata <contyk@redhat.com> - 20170330-2.git55b66da
|
|
|
3ca9bd |
- update-crypto-policies uses gred and sed, require them
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Mar 30 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20170330-1-git55b66da
|
|
|
3ca9bd |
- GnuTLS policies include RC4 in legacy mode (#1437213)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Feb 17 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160214-2-gitf3018dd
|
|
|
3ca9bd |
- Added openssh file
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Feb 14 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160214-1-gitf3018dd
|
|
|
3ca9bd |
- Updated policies for BIND to address #1421875
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161111-2.gita2363ce
|
|
|
3ca9bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Nov 11 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20161111-1-gita2363ce
|
|
|
3ca9bd |
- Include OpenJDK documentation.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Sep 27 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160926-2-git08b5501
|
|
|
3ca9bd |
- Improved messages on error.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Sep 26 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160926-1-git08b5501
|
|
|
3ca9bd |
- Added support for openssh client policy
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Sep 21 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160921-1-git75b9b04
|
|
|
3ca9bd |
- Updated with latest upstream.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Jul 21 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160718-2-gitdb5ca59
|
|
|
3ca9bd |
- Added support for administrator overrides in generated policies in local.d
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Jul 21 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160718-1-git340cb69
|
|
|
3ca9bd |
- Fixed NSS policy generation to include allowed hash algorithms
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Jul 20 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160718-1-gitcaa4a8d
|
|
|
3ca9bd |
- Updated to new version with auto-generated policies
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon May 16 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20160516-1-git8f69c35
|
|
|
3ca9bd |
- Generate policies for NSS
|
|
|
3ca9bd |
- OpenJDK policies were updated for opendjk 8
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20151104-2.gitf1cba5f
|
|
|
3ca9bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Nov 4 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20151104-1-gitcf1cba5f
|
|
|
3ca9bd |
- Generate policies for compat-gnutls28 (#1277790)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Oct 23 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20151005-2-gitc8452f8
|
|
|
3ca9bd |
- Generated files are put in a %%ghost directive
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Oct 5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20151005-1-gitc8452f8
|
|
|
3ca9bd |
- Updated policies from upstream
|
|
|
3ca9bd |
- Added support for the generation of libkrb5 policy
|
|
|
3ca9bd |
- Added support for the generation of openjdk policy
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150518-2.gitffe885e
|
|
|
3ca9bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon May 18 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20150518-1-gitffe885e
|
|
|
3ca9bd |
- Updated policies to remove SSL 3.0 and RC4 (#1220679)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Mar 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20150305-3-git2eeb03b
|
|
|
3ca9bd |
- Added make check
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Mar 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20150305-2-git44afaa1
|
|
|
3ca9bd |
- Removed support for SECLEVEL (#1199274)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Mar 5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20150305-1-git098a8a6
|
|
|
3ca9bd |
- Include AEAD ciphersuites in gnutls (#1198979)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Sun Jan 25 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150115-3-git9ef7493
|
|
|
3ca9bd |
- Bump release so lastest git snapshot is newer NVR
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Jan 15 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20150115-2-git9ef7493
|
|
|
3ca9bd |
- Updated to newest upstream version.
|
|
|
3ca9bd |
- Includes bind policies (#1179925)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Dec 16 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20141124-2-gitd4aa178
|
|
|
3ca9bd |
- Corrected typo in gnutls' future policy (#1173886)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon Nov 24 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20141124-1-gitd4aa178
|
|
|
3ca9bd |
- re-enable SSL 3.0 (until its removal is coordinated with a Fedora change request)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Nov 20 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20141120-1-git9a26a5b
|
|
|
3ca9bd |
- disable SSL 3.0 (doesn't work in openssl)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Sep 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140905-1-git4649b7d
|
|
|
3ca9bd |
- enforce the acceptable TLS versions in openssl
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed Aug 27 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140827-1-git4e06f1d
|
|
|
3ca9bd |
- fix issue with RC4 being disabled in DEFAULT settings for openssl
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Aug 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140814-1-git80e1e98
|
|
|
3ca9bd |
- fix issue in post script run on upgrade (#1130074)
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Aug 12 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140812-1-gitb914bfd
|
|
|
3ca9bd |
- updated crypto-policies from repository
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 20140708-2-git3a7ae3f
|
|
|
3ca9bd |
- fix license handling
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue Jul 08 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140708-1-git3a7ae3f
|
|
|
3ca9bd |
- updated crypto-policies from repository
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Fri Jun 20 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140620-1-gitdac1524
|
|
|
3ca9bd |
- updated crypto-policies from repository
|
|
|
3ca9bd |
- changed versioning
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu Jun 12 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-7-20140612gita2fa0c6
|
|
|
3ca9bd |
- updated crypto-policies from repository
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-7.20140522gita50bad2
|
|
|
3ca9bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu May 29 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-6-20140522gita50bad2
|
|
|
3ca9bd |
- Require(post) coreutils (#1100335).
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue May 27 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-5-20140522gita50bad2
|
|
|
3ca9bd |
- Require coreutils.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Thu May 22 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-4-20140522gita50bad2
|
|
|
3ca9bd |
- Install the default configuration file.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Wed May 21 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-3-20140520git81364e4
|
|
|
3ca9bd |
- Run update-crypto-policies after installation.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Tue May 20 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-2-20140520git81364e4
|
|
|
3ca9bd |
- Updated spec based on comments by Petr Lautrbach.
|
|
|
3ca9bd |
|
|
|
3ca9bd |
* Mon May 19 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9-1-20140519gitf15621a
|
|
|
3ca9bd |
- Initial package build
|
|
|
3ca9bd |
|