Digital Signatures for RefProp DLL's? #627
Replies: 4 comments 3 replies
-
Yes! Currently we sign the installer but not the DLL. It would be easy enough to sign the DLL. What version of the DLL are you looking for right now? |
Beta Was this translation helpful? Give feedback.
-
Do you happen to know how to add the version to a shared library in CMake? |
Beta Was this translation helpful? Give feedback.
-
To answer my own question: https://cmake.org/cmake/help/latest/prop_tgt/VERSION.html . Now to grep out the version from the REFPROP sources... |
Beta Was this translation helpful? Give feedback.
-
Any idea when you could publish the signed RefProp DLL's? Have a current project where the anti-virus won't let our own program execute presumably because it's linked to the unsigned RefProp DLLs. TIA! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to add digital signatures to REFPROP.DLL and REFPRP64.DLL? When referenced from a C# program, the anti-virus is wanting to block the C# program from running. I'm speculating it's because the anti-virus sees references to a native-code dll that is not digitally signed and thinks it could be malicious. Not 100% sure this would fix the problem, but it would be a step in the right direction. Vendors like Comodo and others offer code signing certs fairly inexpensively. Thoughts...
Beta Was this translation helpful? Give feedback.
All reactions