Mercurial > trustbridge
comparison common/binverify.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | f89b41fa7048 |
children | edbf5e5e88f4 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
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. |
52 * | 52 * |