wininet: Store hostname for secure connection in its SSL context.
[wine] / dlls / rsaenh / rsaenh.c
2005-01-04  Michael JungAlways set ERROR_SUCCESS in case of success in CPAcquir...
2005-01-04  Michael JungAdded support for machine keysets.
2005-01-03  Michael JungImplemented parallel hashing in CPEncrypt and CPDecrypt.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Michael JungRespect sDescription parameter in CPSignHash and CPVeri...
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-13  Michael JungImplemented CPSignHash and CPVerifySignature.
2004-12-01  Michael JungMoved code specific to CPGenKey, CPDeriveKey or CPImpor...
2004-11-30  Michael JungIncorporated LibTomCrypt code into rsaenh to get rid...
2004-11-10  Michael JungCPAcquireContext: Set last error to ERROR_SUCCESS in...
2004-11-04  Michael JungImplemented a substantial part of rsaenh.dll.