Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.16 KB

README-QUIC.md

File metadata and controls

34 lines (21 loc) · 1.16 KB

cURL with OQS-BoringSSL for QUIC

This Docker setup provides a curl instance configured to use OQS-BoringSSL, which supports QUIC with quantum-safe algorithms. For more information on the supported quantum-safe algorithms and how to enable additional algorithms, please refer to the following resources:

Setup Instructions

Step 1: Build the Docker Image

Build the Docker image using the provided Dockerfile:

docker build -t curl-quic -f Dockerfile-QUIC .

Step 2: Start the Docker Container

To start the container from the Docker image, use the following command:

docker run -it --name curl-quic-instance curl-quic

Step 3: Use cURL Inside the Container

Once inside the container, you can use the following command to make HTTP/3 requests:

curl --http3-only https://example.com -curves kex

In this command, kex represents the key exchange algorithm, such as mlkem768.