Is there a DLL that I can use the OpenSSL functions, to work with signatures, PEM, etc.? How to work with it?
Is there a DLL that I can use the OpenSSL functions, to work with signatures, PEM, etc.? How to work with it?
Take a look at the OpenSSL.NET project. I've never used it, I do not know the completeness of the API, etc., but it's the only one I know that delivers a more or less ready solution.
Another option would be to write the PInvokes
and structures yourself.