openquantumsafe/curl-dev

By openquantumsafe

Updated 6 days ago

Development image for quantum-safe enabled curl

Image
Networking
Security
Languages & frameworks
0

2.5K

openquantumsafe/curl-dev repository overview

Development image for quantum safe curl / openssl

This repository is identical in all regards to the ':optimized' tagged variant of oqs-curl

The sole difference is that it is providing root access and all associated rights to install code.

Example usage

After starting docker run -it openquantumsafe/curl-dev, execute

apk add build-base linux-headers make wget pcre-dev zlib-dev
export NGINX_VERSION=1.16.1
wget nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && tar -zxvf nginx-${NGINX_VERSION}.tar.gz && cd nginx-${NGINX_VERSION}
ln -s  /opt/oqssa /opt/local
./configure --with-http_ssl_module && make && make install

to create a quantum-safe nginx image.

Tag summary

Content type

Image

Digest

sha256:9f1b92dd6

Size

18.5 MB

Last updated

6 days ago

docker pull openquantumsafe/curl-dev