View a markdown version of this page

Enable Post-Quantum Cryptography (PQC) on AL2023 - Amazon Linux 2023

Enable Post-Quantum Cryptography (PQC) on AL2023

The system-wide cryptographic policies on AL2023 now supports post-quantum cryptography (PQC) via a new PQ subpolicy. After applying the PQ subpolicy, hybrid post-quantum key exchange using the Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) and post-quantum digital signatures using the Module-Lattice-Based Digital Signature Standard (ML-DSA) will be enabled in the LEGACY, DEFAULT, FUTURE, or FIPS cryptographic policies.

For more information about Post-Quantum Cryptography on AWS, see:

Prerequisites
Enable the PQ subpolicy on AL2023
  1. Use the update-crypto-policies command to enable the PQ subpolicy:

    sudo update-crypto-policies --set DEFAULT:PQ
  2. It is also possible to apply the PQ subpolicy to other policies, such as the LEGACY or FIPS policies, for example:

    sudo update-crypto-policies --set FIPS:PQ
  3. To check that you are using the PQ subpolicy, run the following command:

    update-crypto-policies --show

    For example, if you are using the DEFAULT policy you should see the following output:

    DEFAULT:PQ