Michał Trojnara
5d2bf2c80f
Fix insufficient MSI_ENTRY comparison
2023-09-04 16:10:25 +02:00
Michael Brown
5b8376ce32
Fix construction of signed CAB header
...
Commit 0f51a06 ("Separate common and format-dependent functions")
performed a substantial amount of refactoring. Within the CFFOLDER
header construction loop in cab_add_header(), the line
tmp = GET_UINT32_LE(indata + i);
seems to have been accidentally deleted, instead of being refactored
to become
tmp = GET_UINT32_LE(ctx->options->indata + i);
with the result that adding a signature to a .cab file will currently
produce an invalid .cab file.
Fix by adding back in the missing line of code.
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
2023-08-31 12:27:01 +02:00
Michał Trojnara
1fc2c937f2
Secrets are not available in PRs
2023-08-25 09:49:10 +02:00
olszomal
2ed54490a6
Use TS_TST_INFO struct
2023-07-31 17:46:01 +02:00
olszomal
a096aa8a33
Set signing digest to generate RFC3161 response
2023-07-31 17:46:01 +02:00
olszomal
aa08566a63
Use TS_REQ struct
2023-07-31 17:46:01 +02:00
Małgorzata Olszówka (she/her)
c04b229ce2
Built-in TSA response generation ( #281 )
2023-07-28 16:03:04 +02:00
Michał Trojnara
adcfd9a33f
Apply suggestions from code review
...
Added more detailed error messages.
Fixed formatting and indentation.
Co-authored-by: Małgorzata Olszówka <Malgorzata.Olszowka@stunnel.org>
2023-07-21 11:44:55 +02:00
Maxim Bagryantsev
f2f3a8891c
Fixed validation of supported command
2023-07-21 11:44:55 +02:00
olszomal
29eedf9059
Fixed DIFAT sectors writing
2023-06-30 11:30:02 +02:00
fanquake
d6f94d71f7
doc: correct minimum CMake version in README.md
...
It's 3.17, not 3.6.
2023-06-01 19:43:42 +02:00
Michał Trojnara
a509a66c65
Initial 2.7-dev commit
2023-05-30 17:23:46 +02:00
Michał Trojnara
7bf4c92d83
Fixed CI version
2023-05-29 23:25:42 +02:00
Michał Trojnara
0a0fdfe96a
Release 2.6
...
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
2.6
2023-05-29 23:10:39 +02:00
olszomal
199f2b4586
Check X509_ATTRIBUTE_get0_data() return value
2023-05-26 15:07:03 +02:00
olszomal
a92c4a5522
Do not return corrupted CMS_ContentInfo
2023-05-26 15:07:03 +02:00
olszomal
dc44ed5f5b
Fix CFFOLDER hashing
2023-05-26 15:07:03 +02:00
olszomal
c6990878c2
Check the length of the attribute certificate entry
2023-05-25 15:45:52 +02:00
olszomal
abbbfabdc7
Move some functions from common to main code
2023-05-23 19:07:00 +02:00
olszomal
2a4b75842a
Add connection logging
2023-05-23 19:07:00 +02:00
yjh-styx
56e7a72e8a
Fix timestamping nested signatures ( #266 )
2023-05-14 22:32:56 +02:00
Max Bagryantsev
b61bcaac2e
Added DIFAT sectors support ( #265 )
2023-05-14 20:33:57 +02:00
olszomal
924af9e783
Remove duplicated CURLcode error code
2023-05-09 21:14:19 +02:00
olszomal
cb80c7d188
Initialize indata variable
2023-05-09 21:14:19 +02:00
olszomal
76bb06bf7e
Squash unused parameter warning
2023-05-09 21:14:19 +02:00
olszomal
4b6027a4f7
Fix CURLINFO_RESPONSE_CODE
2023-05-09 21:14:19 +02:00
olszomal
de6a65cc67
Fix github workflows
2023-05-09 21:14:19 +02:00
olszomal
c90166ba8d
Fix cTest script
2023-05-09 21:14:19 +02:00
olszomal
b00ceee310
Tests: add port argument to python HTTP server
2023-05-09 21:14:19 +02:00
olszomal
54e61cb76a
New CMakeTest script
2023-05-01 11:59:06 +02:00
olszomal
fb731f2b5e
Use indentations
2023-05-01 11:59:06 +02:00
olszomal
eec5a0755d
Tests: new HTTP server and client
2023-05-01 11:59:06 +02:00
olszomal
41d98c3917
Tests: fix openssl configuration files and makecerts bash script to set X509v3 CRL Distribution Points extension
2023-05-01 11:59:06 +02:00
olszomal
7fa0b21ddd
Tests: new certificates with X509v3 CRL Distribution Points extension
2023-05-01 11:59:06 +02:00
yjh-styx
e0eb331baf
Postpone stripping old signature after it is extracted ( #260 )
2023-04-28 11:59:07 +02:00
olszomal
7bb21c3539
Tests: generate new certificates and keys
2023-04-16 10:43:24 +02:00
olszomal
edcb18d63f
Tests: use TSA-CRLfile
2023-04-16 10:43:24 +02:00
olszomal
3d7b8d2a21
Get Certificate Revocation List from a CRL distribution point
2023-04-16 10:43:24 +02:00
olszomal
7bfe3b5db9
Fix update_data_size()
2023-03-30 20:57:38 +02:00
olszomal
dd365d68c4
Calculate padding length
2023-03-30 20:57:38 +02:00
olszomal
09555e8c05
Inspect PE attribute certificate table
2023-03-30 20:57:38 +02:00
olszomal
e4aa06f0c0
Check PE checksum
2023-03-30 20:57:38 +02:00
olszomal
46e9ee447f
Fix pagehash resource leak, CID 1536895
2023-03-29 08:51:01 +02:00
olszomal
3e7247d9dc
Fix pe_page_hash_get(), CID 1536895, 1536897
2023-03-28 21:02:12 +02:00
olszomal
d2f1b9c035
Fix leafhash resource leak, CID 1536899
2023-03-28 21:00:42 +02:00
olszomal
4199310cdf
Fix indata resource leak, CID 1536896
2023-03-28 20:59:57 +02:00
Michał Trojnara
0204d04a25
Stop using tabs for indentation
2023-03-25 23:39:52 +01:00
olszomal
246f0abbfc
Optional CMake parameters
2023-03-25 20:34:25 +01:00
Małgorzata Olszówka
0f51a06b8f
Separate common and format-dependent functions ( #241 )
2023-03-25 20:32:58 +01:00
Charles Duffy
44a6768089
Avoid link failures on Darwin when AppleClang not matched ( #246 )
2023-03-14 14:37:24 +01:00