Sign inSign up

openquantumsafe/curl-quic

By openquantumsafe

Updated about 1 month ago

Image
0

2.5K

openquantumsafe/curl-quic repository overview

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.

Tag summary

Content type

Image

Digest

sha256:a14dc5976

Size

80.7 MB

Last updated

about 1 month ago

docker pull openquantumsafe/curl-quic