In MaskBlt delete correct bitmap.
[wine] / dlls / rsaenh /
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-02  Stefan LeichterMake rsaenh_crosstest.exe loadable on NT 4.0.
2005-02-14  Michael JungCheck pdwDataLen param for non NULL'ness.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-09  Michael JungImplemented CPGetProvParam's PP_ENUMCONTAINERS paramete...
2005-01-31  Michael JungMoved PKCS1 #2 un-/padding from Import-/ExportKey to...
2005-01-28  Michael JungAdded a test case for hashing with schannel mac keys.
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-24  Michael JungSupport for TLS1 pseudo random function.
2005-01-24  Michael JungRemoved another check for valid'ness of algid. It's...
2005-01-19  Michael JungAvoid code duplication by moving handle lookup into...
2005-01-17  Michael JungMoved HMAC initialization and finalization code to
2005-01-10  Michael JungSupport for generating and exporting PCT1, SSL2/3 and...
2005-01-10  Michael JungRemoved check for valid'ness of algid. It's redundant.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-06  Michael JungRegister rsaenh as a RSA SChannel provider.
2005-01-05  Michael JungAdded list of supported algorithms for SChannel persona...
2005-01-05  Michael JungSet last error if dwFlags are non zero in CPReleaseContext.
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 JungAdhere to const'ness of the input data in encrypt_block...
2005-01-03  Michael JungImplemented parallel hashing in CPEncrypt and CPDecrypt.
2005-01-03  Michael JungSmall bugfixes backported from the LibTomCrypt v1.0rc1...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-20  Michael JungRespect sDescription parameter in CPSignHash and CPVeri...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-13  Michael JungImplemented CPSignHash and CPVerifySignature.
2004-12-06  Michael JungAdded a missing break in encrypt_block_impl.
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.