# Enable Post-Quantum Cryptography  Support (Early Access)

## Post-Quantum Cryptography (PQC) Support

**Status:** **Early Availability (EA)**

CloudGuard WAF now introduces support for Post-Quantum Cryptography (PQC) to protect your web traffic against future quantum decryption threats. We currently support hybrid quantum-safe key exchange methods (e.g., X25519MLKEM768) over TLS 1.3.

#### Getting Access

To participate in the EA program and obtain a PQC-supported WAF version, please **contact your Check Point representative**.

#### Validation

To verify that PQC is correctly configured, use `openssl` to force a connection using the specific PQC group.

Run the following command (replace `<WAF_IP>` with your instance IP):

```bash
openssl s_client -groups X25519MLKEM768 -connect <WAF_IP>:443 < /dev/null 2>&1 | grep "TLS1.3 group"
```

**Expected Output:**

```
Negotiated TLS1.3 group: X25519MLKEM768
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://waf-doc.inext.checkpoint.com/how-to/enable-post-quantum-cryptography-support-early-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
