This is related to bug 1428746. It suggest to enhance the crypto-policies package to perform the NSS checks, which are possible after bug 1428746 is done.
Created attachment 1464975 [details] patch v1 I suggest this patch on top of the current git snapshot used by rawhide. I'll attempt to submit a pull request for gitlab.
The .spec file needs to be extended with: BuildRequires: perl(File::Which) BuildRequires: nss-util
Comment on attachment 1464975 [details] patch v1 I wasn't able to clone from gitlab using ssh. This would probably be required to be able to submit a pull request?
To test this enhancement, you can use the rawhide packages that contain a backport of the nss-policy-check utility: https://koji.fedoraproject.org/koji/buildinfo?buildID=1129019 https://koji.fedoraproject.org/koji/buildinfo?buildID=1129065
(In reply to Kai Engert (:kaie) from comment #3) > Comment on attachment 1464975 [details] > patch v1 > > I wasn't able to clone from gitlab using ssh. This would probably be > required to be able to submit a pull request? Did you create an account and added your public ssh key to it?
yes, my account is kaie
To create the pull request you first fork the crypto-policies project to your account and then you work with your fork. When you commit what you want to merge, you create the pull request from your fork to the original repo.
Thanks for the reminder to fork. I've submitted the merge request.