Bug 2225222

Summary: Ordering matters for permitted_enctypes
Product: Red Hat Enterprise Linux 9 Reporter: Alexander Sosedkin <asosedki>
Component: crypto-policiesAssignee: Alexander Sosedkin <asosedki>
Status: VERIFIED --- QA Contact: Ondrej Moriš <omoris>
Severity: medium Docs Contact: Jan Fiala <jafiala>
Priority: medium    
Version: 9.3CC: jrische
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: crypto-policies-20230731-1.git94f0e2c.el9 Doc Type: Enhancement
Doc Text:
When generating `permitted_enctypes` `krb5` configuration option, the order of the values now depend on `mac` crypto-policies values order first, `cipher` values order second, instead of the other way around. This has been done to prioritize the more interoperable encryption types by default. If you're using `krb5`, please verify the order of `permitted_enctypes` values in `/etc/crypto-policies/back-ends/krb5.config` and apply a custom subpolicy if needed.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 2 Alexander Sosedkin 2023-07-24 17:18:40 UTC
Julien or somebody else from the Kerberos side, could you please review the attached pull-request and doc text?