How do I use the OpenSSL functions in VB.Net?

3

Is there a DLL that I can use the OpenSSL functions, to work with signatures, PEM, etc.? How to work with it?

    
asked by anonymous 28.10.2014 / 18:49

1 answer

2

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.

    
28.10.2014 / 19:11