opensslopenssl-engineopenssl-net

Rename output dll & lib file in openssl 3.0


We are upgrading from openssl 1.0.2 to openssl 3.0. Earlier we were able to rename the output dll by editing lib name in following files.

Now there is no option to edit these files, I tried editing the filename in makefile & recompiled, but the output name did not changed


Solution

  • Found the solution. It is achieved using configuration file, follow the solution in github. https://github.com/openssl/openssl/issues/20439