Technical requirements
This chapter will contain commands that you can run on a command line and C source code that you can build and run. For the command- line commands, you will need the openssl
command-line tool with OpenSSL dynamic libraries. To build the C code, you will need OpenSSL dynamic or static libraries, library headers, a C compiler, and a linker.
The source code for this chapter can be found here: https://github.com/PacktPublishing/Demystifying-Cryptography-with-OpenSSL-3/tree/main/Chapter11