olszomal
b96a7a2232
Use BIO_f_md instead of EVP_MD_CTX to compute a message digest value of the PE and CAB file
2023-02-26 21:12:07 +01:00
olszomal
bde67ec1e2
Use BIO_f_md instead of EVP_MD_CTX to calculate timestamp, page hash and leaf hash
2023-02-26 21:12:07 +01:00
Julien Cristau
c5ad70d31a
Fix asn1_get_time_t timezone offset
...
mktime takes an input in local time, but what we have is UTC. timegm
does the right thing but is a nonstandard GNU and BSD extension, while
Windows has _mkgmtime.
2023-02-24 11:03:08 +01:00
olszomal
827f167f8b
Fix default command "sign"
2023-02-22 15:40:18 +01:00
olszomal
dd2aaf0804
Provide a non-zero divisor, CID 1519382
2023-01-23 18:04:37 +01:00
olszomal
08113a08cb
Check pagesize upper bound, CID 1519382
2023-01-23 14:13:43 +01:00
olszomal
29843ccf40
Fix resource leak, CID 1530764, 1530765
2023-01-23 11:14:06 +01:00
olszomal
5fef4faf47
Check PE header value ranges, CID 1519382
2023-01-20 15:26:18 +01:00
olszomal
5981c740c9
Check signature length, CID 1519389
2023-01-20 15:20:52 +01:00
olszomal
f3af509973
Unsupported input file type to use with -catalog option
2023-01-20 10:53:49 +01:00
olszomal
c29e14e697
Reset calculated message digest, CID 1519395
2023-01-20 10:53:49 +01:00
olszomal
4da5526c05
Unmap a file in case of error, CID 1519391
2023-01-19 17:52:28 +01:00
olszomal
d9979c4bc6
Check a value range, CID 1519382
2023-01-19 17:51:08 +01:00
olszomal
192ff59916
Fix use after free null url, CID 1530710
2023-01-19 17:48:39 +01:00
Michał Trojnara
506daf84ac
Discover engine ID if full path was specified
...
Fix #180
2023-01-19 11:58:52 +01:00
olszomal
bb6322e378
Close a file descriptor, CID 1208035
2023-01-18 21:19:35 +01:00
olszomal
b0eaa96d45
Squash the uninitialized pointer read warning, CID 1519385, 1519387
2023-01-18 21:17:50 +01:00
olszomal
fade782e58
Fix memory leak in stream_handle(), CID 1519397, 1519388, 1519402, 1519403
2023-01-18 21:16:34 +01:00
olszomal
199a852c12
Check DigitalSignature and MsiDigitalSignatureEx stream lengths, CID 1519400, 1519381, 1519386
2023-01-18 21:05:00 +01:00
olszomal
c197d7727c
close file and file mapping handles
2023-01-15 22:37:45 +01:00
olszomal
1155a9c338
False positive CID 1519394: Operands don't affect result
2023-01-15 22:33:15 +01:00
olszomal
f67ca8aac5
Fix unchecked return value, CID 1519390
2023-01-15 22:29:57 +01:00
olszomal
d59601f2b9
Fix CRL distribution point memory leak, CID 1519398
2023-01-15 22:24:56 +01:00
olszomal
7f87f930f7
Unmap a mapped view of a file , CID 1519391
2023-01-15 22:21:23 +01:00
olszomal
dadca2516d
Fix memory leak, CID 1519392
2023-01-15 22:20:20 +01:00
Michał Trojnara
a862378280
Reduce expression complexity
2023-01-15 22:09:08 +01:00
olszomal
c4ec6debe5
Squash the unchecked return value from CURL library warning, CID 1519399
2023-01-15 21:57:15 +01:00
olszomal
08c205a02f
Remove reduplicated checking for outdata file exists, CID 1519404
2023-01-15 21:54:16 +01:00
olszomal
61cf89f26f
typo
2023-01-11 12:24:26 +01:00
olszomal
8bba4496c0
Legacy pkcs12 ciphers support
2023-01-10 17:39:53 +01:00
olszomal
7aca21b481
Use big/little-endian conversion.
...
Improve checksum calculation.
2022-11-28 09:26:00 +01:00
olszomal
8c113b3a86
Fix generating timestamp query
...
The TSA is expected to include its signing certificate in the response
2022-11-28 09:26:00 +01:00
olszomal
f3a5ecce9c
fix resource leaks
2022-11-23 11:44:02 +01:00
olszomal
454e15326d
large CAB file support
2022-11-22 16:50:45 +01:00
olszomal
db556d0a2d
large PE file support
2022-11-22 16:50:45 +01:00
olszomal
cc4e5a5076
fix year 2038 problem
2022-09-21 10:41:51 +02:00
olszomal
68c4163332
Fix clang/OS X warnings about embedded directives within macro arguments to sprintf
2022-08-12 20:45:31 +02:00
Michał Trojnara
b8d83bb15e
fix the hardcoded "pkcs11" engine id
...
Use the `-pkcs11engine` value if available for the engine id
instead of the hardcoded `pkcs11` string.
This should address #152 .
2022-08-04 11:56:57 +02:00
Michał Trojnara
86e4eb9252
fix mingw support
2022-08-04 11:34:37 +02:00
Michał Trojnara
81b58f744d
simplify custom builds
2022-07-29 23:06:45 +02:00
olszomal
1d0918c84d
Squash -Wcast-qual and -Wconversion warnings
2022-07-29 18:42:35 +02:00
olszomal
f42459ff09
Squash -Wwrite-strings warnings:
...
simplify PEM_read_certs()
fix setting SpcPeImageData flags
2022-07-29 18:42:35 +02:00
olszomal
66a6a1ced5
Squash ASN1_STRING_get0_data() returne value warning
2022-07-29 18:42:35 +02:00
olszomal
a44c8decbc
Fixed clang -Wembedded-directive warning:
...
embedding a directive within macro arguments has undefined behavior
2022-07-29 18:42:35 +02:00
olszomal
d556fb78dc
Add missing static specifiers
2022-07-29 18:42:35 +02:00
olszomal
cf20354b91
fix sizeof java_attrs_low
2022-07-27 09:43:19 +02:00
olszomal
95615faf1d
check PE file size
2022-07-15 21:16:07 +02:00
olszomal
b96717506c
RFC3161 section-4.3 comment
2022-04-12 11:41:27 +02:00
olszomal
157bb78a6e
fix sprintf_s error stack corruption
2022-04-12 11:41:27 +02:00
olszomal
4396c451eb
Revert "use a memory allocation instead of a static variable to fix sprintf_s error stack corruption"
...
This reverts commit fb59d92f3cc48413992a744f4a779ffda2cc0f19.
2022-04-12 11:41:27 +02:00