Skip to content

naveedjamil/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.

About

OpenSSL FIPS Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Makefile 2.9%