Skip to content

AT-Corp/openssl-example

 
 

Repository files navigation

OpenSSL FIPS Example

How to run?

The project runs in a Docker container with OpenSSL FIPS installed. To compile and run an example, follow these steps:

$ make shell
root@container-id:~/src# make all
root@container-id:~/src# ./bin/gen-ecdsa-key

Dev Environment

make shell runs a container with the current directory mounted, so you don't need to rebuild the container image after every change.

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%