Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
Oracle Linux: How to Enable Post Quantum Cryptography (PQC) in Oracle Linux 10
in Linux
Applies To
Oracle Cloud Infrastructure
Oracle Linux 10
Linux x86_64
Question
How to enable Post Quantum Cryptography (PQC) feature, which is available in technology preview mode in Oracle Linux 10.
Solution
Follow the below steps to enable the PQC policy.
1. Install the required rpm package. This package is available in the ol10_appstream repository.
# dnf install crypto-policies-pq-preview
2. Run this command to enable the PQC crypto policy.
# update-crypto-policies --set DEFAULT:TEST-PQ
3. Reboot the server.
# reboot
4. The following file contains the list of supported algorithms.
# cat /usr/share/crypto-policies/policies/modules/TEST-PQ.pmod
Tagged:
0