olszomal
|
f248286d6f
|
verify corrupted SpcPeImageData struct
|
2022-02-22 18:16:21 +01:00 |
|
olszomal
|
5db237f242
|
Revert "verbose msi file verification errors"
This reverts commit 4eeeec32b44a64914fe90828854c5e9228322e0c.
|
2022-02-22 18:16:21 +01:00 |
|
olszomal
|
f0207411b9
|
fix parse MSI_FILE_HDR struct
|
2022-02-21 19:24:32 +01:00 |
|
Michał Trojnara
|
a6d3be739e
|
detect recursion loop
|
2022-02-18 22:33:03 +01:00 |
|
olszomal
|
4eeeec32b4
|
verbose msi file verification errors
|
2022-02-18 18:54:48 +01:00 |
|
olszomal
|
ce196ce147
|
improve cab files verification
|
2022-02-18 18:54:48 +01:00 |
|
olszomal
|
bdea1d1c2a
|
fixed MSI_DIRENT structure parsing
|
2022-02-17 15:37:15 +01:00 |
|
olszomal
|
45fedd9e50
|
Fix more fuzzer errors
|
2022-02-11 23:32:27 +01:00 |
|
olszomal
|
e177ded9a5
|
Fix some fuzzer errors and VS2022 compiler warnings and errors
|
2022-02-04 17:35:46 +01:00 |
|
olszomal
|
5a2d0affc1
|
validate both header->sigpos and header->siglen
|
2022-01-30 22:14:21 +01:00 |
|
olszomal
|
5afafecc23
|
check a signature length in the WIN_CERTIFICATE structure
|
2022-01-30 22:14:21 +01:00 |
|
Stephen Kitt
|
357747d2fc
|
Typo fix: Errror
Signed-off-by: Stephen Kitt <steve@sk2.org>
|
2021-12-26 22:00:53 +01:00 |
|
olszomal
|
fb75eee385
|
Put the pkcs11cert option in the usage syntax
|
2021-12-26 21:58:04 +01:00 |
|
olszomal
|
407579ca58
|
CA bundle auto-detection
|
2021-12-26 21:57:07 +01:00 |
|
Michał Trojnara
|
ed8ee4194b
|
typo
|
2021-06-19 12:29:05 +02:00 |
|
olszomal
|
95d77c9b98
|
help and version commands return code 0 (success)
|
2021-06-09 23:34:57 +02:00 |
|
olszomal
|
64e7e26eba
|
free up BIO outdata only for MSI files
|
2021-05-30 22:14:35 +02:00 |
|
olszomal
|
e26a50a618
|
clarifying comments
|
2021-05-30 22:13:34 +02:00 |
|
olszomal
|
d2aa35a7f6
|
verify the content blob with the type set to OCTET STRING
|
2021-05-30 22:13:34 +02:00 |
|
olszomal
|
3dad092be9
|
Merge branch 'master' into style
|
2021-05-04 09:20:12 +02:00 |
|
olszomal
|
de0bf341a5
|
free up the SIGNATURE structure
|
2021-05-04 09:02:20 +02:00 |
|
olszomal
|
4d5052c3f4
|
remove trailing newlines
|
2021-05-04 08:51:07 +02:00 |
|
olszomal
|
04823393f2
|
renamed options:
"-untrusted" --> "-TSA-CAfile"
"-CRLuntrusted" --> "-TSA-CRLfile"
|
2021-05-04 08:49:39 +02:00 |
|
olszomal
|
cfb897a902
|
handle unsuccessful termination exit (-1)
|
2021-04-26 11:35:19 +02:00 |
|
olszomal
|
8b064ca814
|
sizeof style
|
2021-04-26 10:48:53 +02:00 |
|
egonk
|
1bdfcc8940
|
fix crl nullptr crash in read_certfile
|
2021-04-25 21:59:36 +02:00 |
|
olszomal
|
bcdc5b7030
|
fixed width integer types
|
2021-04-25 21:43:00 +02:00 |
|
olszomal
|
3908e874a4
|
sizeof style
|
2021-04-25 21:38:57 +02:00 |
|
olszomal
|
a161efdb25
|
fix buffer overflow
|
2021-04-25 21:38:57 +02:00 |
|
olszomal
|
758003156e
|
MSI file signing support
DIFAT sectors are not supported
|
2021-04-25 21:38:57 +02:00 |
|
olszomal
|
4f590989ce
|
remove libgsf library dependency
MSI file verify and remove-signature support
|
2021-04-25 21:38:57 +02:00 |
|
olszomal
|
6df4c12624
|
verify msi metadata
|
2021-04-25 21:38:57 +02:00 |
|
olszomal
|
c0d9569c4f
|
disable GSF_CAN_READ_MSI_METADATA
|
2021-01-11 21:21:02 +01:00 |
|
olszomal
|
352ef49b3a
|
unicode description support
|
2021-01-11 21:20:18 +01:00 |
|
olszomal
|
6edd56bfac
|
Print the message digest algorithm from the signer info structure
|
2021-01-11 21:20:18 +01:00 |
|
olszomal
|
67e4edfe45
|
Print authenticated attributes:
- message digest
- signing time
- URL description
- text description
- level of permissions for CAB files
|
2021-01-11 21:20:18 +01:00 |
|
olszomal
|
5ad5260351
|
update copyright year
|
2021-01-11 21:20:18 +01:00 |
|
olszomal
|
2f011cfc31
|
p11engine and p11module need to be orthogonal (independent of each other)
|
2021-01-06 21:24:05 +01:00 |
|
olszomal
|
e8fe3e934d
|
code simplification
|
2021-01-06 21:20:56 +01:00 |
|
olszomal
|
f8849b8048
|
new option -c specifies the catalog file by name
|
2021-01-06 21:20:56 +01:00 |
|
olszomal
|
86d593f264
|
Create a MsCtlContent structure to decode the Microsoft MS_CTL_OBJID object
|
2021-01-06 21:20:56 +01:00 |
|
olszomal
|
5e064233a3
|
increase the maximum size of supported CAT files
|
2020-11-10 04:28:43 +01:00 |
|
olszomal
|
80d5948eeb
|
CAT files support
|
2020-11-02 10:11:10 +01:00 |
|
olszomal
|
0d6d0071d3
|
sort Microsoft and Generic OIDs
|
2020-11-02 10:11:10 +01:00 |
|
olszomal
|
f336130c0d
|
Add timestamp (#60)
* make authenticode timestamping override any previous timestamp
* simplify add_timestamp()
|
2020-10-08 08:33:47 +02:00 |
|
olszomal
|
28904e8d1a
|
fix memory leak
|
2020-10-04 22:05:28 +02:00 |
|
olszomal
|
858e9031f0
|
find the signer's certificate in the certificate chain
|
2020-10-04 22:05:28 +02:00 |
|
olszomal
|
fe028d12f4
|
additional CRLs (supplied as part of a PKCS#7 structure) support
|
2020-10-04 22:05:28 +02:00 |
|
olszomal
|
0bb54d9f51
|
new option -pkcs11cert identifies a certificate in the token
fix and simplify read_crypto_params()
|
2020-10-04 22:05:28 +02:00 |
|
olszomal
|
ddb2dc7b15
|
fix MSI memory leaks
|
2020-09-12 14:07:10 +02:00 |
|