http://bugs.winehq.org/show_bug.cgi?id=10698
Bryan DeGrendel sirnuke@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sirnuke@gmail.com
--- Comment #3 from Bryan DeGrendel sirnuke@gmail.com 2007-12-18 07:23:19 --- Also, a quick bit of research notes:
CryptCATAdminCalcHashFromFileHandle (currently a stub in WINE) reads a file, performs something called a C14 Normalization (which is undocumented by Microsoft, but appears to remove any platform specific parts of the file), and performs a SHA1 hash on the result.
https://www.cryptguard.com/files/codesigningx86.exe Installs a collection of tools for generating catalog signatures. http://groups.google.com/group/microsoft.public.platformsdk.security/browse_... Thread somewhat related to CryptCATAdminCalcHashFromFileHandle. http://www.jensign.com/hash/ Short article on the hash function the catalogs use.