GustavoBodi / OQS-SSC

A simple program that creates a post-quantum self-signed certificate using OQS-Provider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self Signed Certificate with Post-quantum cryptography

Description

This program creates, signs and verifies a self signed certificate. It uses the OQS-provider for interacting with openssl and give support to Post-quantum cryptograhy. For building it uses CMake and the docker file in the repository installs (by compiling) all the dependencies.

How to use

Using it is quite simple, clone the repository and run the docker file:

git clone https://github.com/GustavoBodi/OQS-SSC/
cd OQS-SSC
docker build -t oqs .

Cleaning

For cleaning after running the program, delete the repository and the docker image

rm -rf OQS-SSC
docker image rm oqs

About

A simple program that creates a post-quantum self-signed certificate using OQS-Provider.


Languages

Language:C++ 54.3%Language:Dockerfile 28.5%Language:CMake 13.6%Language:Makefile 3.5%