The codebase is quite stable, but the documentation for the
CryptGenKey() and CryptImportKey() functions just doesn't say what
should or shouldn't happen - or even if it is not guaranteed to do
anything with it. CryptGenKey() just says the pointer to the handle
will receive the HANDLE value on output; and CryptImportKey() just says
basically the same thing, though not saying anything about writing to
it. (Info from msdn.microsoft.com/library, under the Security, not
wince security docs).
Any one have any suggestions/warnings? I'm leary of reimplementing the
code in the same way that he had it. (We're cleaning up the code for a
number of reasons and its getting all rewritten.)
TIA,
Ben