Skip to content

Missing OpenSSL legacy provider on Microsoft Windows #259

@yujiny97

Description

@yujiny97

I tried to sign at window, so i used mingw64 to make .exe file.
I made .exe file with this command line

gcc *.c -o osslsigncode_new.exe   
-lcrypto -lssl -lcurl \  
    -D 'PACKAGE_STRING="osslsigncode 2.4"' \  
    -D 'PACKAGE_BUGREPORT="email"' \  
    -D ENABLE_CURL  

then digital sign for every file types are not working anymore..
when I sign it, the messages are like this

Unable to load provider: legacy  
Warning: Legacy mode disabled  

but previous version worked well.
did I made .exe file in a wrong way..?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions