Hi,
OpenSSL can definitely be used to implement a port of Crypto API under
Linux but I advise you to take a look at Winelib from the "Wine" project
(http://www.winehq.org/winelib).
They have implemented, among other things, the whole Crypto API
functions along with MS CSPs. Although it's not b
Hi,
I want to port few MS Crypto Api's on Linux.
Here are api's which i want to port.
CryptSetKeyParam
CryptDecrypt
CryptEncrypt
CryptGetKeyParam
I want to use the same parameters used for encryption and decryption
on windows.
For e.g.
CryptDecrypt uses parameters:
hkey ---key to use
Hi,
I want to port few MS Crypto Api's on Linux.
Here are api's which i want to port.
CryptSetKeyParam
CryptDecrypt
CryptEncrypt
CryptGetKeyParam
CryptHashData
CryptCreateHash
I want to use the same parameters used for encryption and decryption
on windows.
For e.g.
CryptDecrypt uses parameter