Openssl - compile on linux

Openssl
Post Reply
voyzer
Site Admin
Posts: 36
Joined: 2022 Jul 06 16:57

Openssl - compile on linux

Post by voyzer »

voyzer@debian:/workplace/openssl/openssl_v3.4.0$ ./Configure enable-fips enable-tfo shared --prefix=/workplace/openssl/release
Configuring OpenSSL version 3.4.0-dev for target linux-x86_64
Using os-specific seed configuration
Created configdata.pm
Running configdata.pm
Created Makefile.in
Created Makefile

**********************************************************************
*** ***
*** OpenSSL has been successfully configured ***
*** ***
*** If you encounter a problem while building, please open an ***
*** issue on GitHub <https://github.com/openssl/openssl/issues> ***
*** and include the output from the following command: ***
*** ***
*** perl configdata.pm --dump ***
*** ***
*** (If you are new to OpenSSL, you might want to consult the ***
*** 'Troubleshooting' section in the INSTALL.md file first) ***
*** ***
**********************************************************************

make
make test
make install
Post Reply