comparison common/binverify.h @ 904:f89b41fa7048

Fix whitespace errors
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 13 Aug 2014 15:44:35 +0200
parents 44fa5de02b52
children 78798d3af8f0
comparison
equal deleted inserted replaced
903:b5a49960d5cb 904:f89b41fa7048
41 * 41 *
42 * Windows verification is done using Windows crypto API based on 42 * Windows verification is done using Windows crypto API based on
43 * embedded PKCS 7 "authenticode" signatures embedded into the 43 * embedded PKCS 7 "authenticode" signatures embedded into the
44 * file. 44 * file.
45 * 45 *
46 * On Linux the file is epxected to and with the pattern of 46 * On Linux the file is epxected to and with the pattern of
47 * \r\nS: (0x0d0a533A) followed by a 3072 Bit Base64 encoded RSA 47 * \r\nS: (0x0d0a533A) followed by a 3072 Bit Base64 encoded RSA
48 * signature. 48 * signature.
49 * The signature is verified against the built in codesigning key in 49 * The signature is verified against the built in codesigning key in
50 * the same certificate that is used for windows verification. 50 * the same certificate that is used for windows verification.
51 * If the pattern is not found the verification fails. 51 * If the pattern is not found the verification fails.

http://wald.intevation.org/projects/trustbridge/