Joe Tylka
75ce1dadf5
Add missing dependencies for install in fresh ubuntu
2023-10-10 16:19:42 +02:00
Michał Trojnara
4166476030
Initial Dockerfile
2023-10-09 17:24:22 +02:00
olszomal
a5690f2d19
Fixed resource leak, CID 1566947, 1566965, 1566967, 1568542, 1568543
2023-10-09 17:21:16 +02:00
olszomal
cdb75578e9
fixed windows segmentation fault
2023-10-06 19:41:43 +02:00
olszomal
e2ab4a152d
improved verify callbacks
2023-10-06 19:41:31 +02:00
Michał Trojnara
b8e690f3bd
Work around a GitHub Actions regression
2023-10-06 19:08:50 +02:00
olszomal
c89d6b43aa
description of built-in TSA options
2023-09-25 15:22:11 +02:00
Michał Trojnara
9faed39931
Add builtin-baseline
2023-09-20 16:25:30 +02:00
Michał Trojnara
ecb17709fc
Initial 2.8-dev commit
2023-09-19 22:03:02 +02:00
Michał Trojnara
9ebd79ad18
Release 2.7
...
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
2.7
2023-09-19 21:51:05 +02:00
Michał Trojnara
1700455533
APPX support ( #303 )
...
Co-authored-by: Maciej Panek <Maciej.panek@punxworks.com>
Co-authored-by: olszomal <Malgorzata.Olszowka@stunnel.org>
2023-09-19 21:23:32 +02:00
Michał Trojnara
a6f767f5a3
Mark the result as not tainted
2023-09-08 14:09:53 +02:00
olszomal
4c5b329bc4
fixed mixed declarations and code
2023-09-08 11:51:20 +02:00
olszomal
5626482e82
fixed a function declaration with a void parameter
2023-09-08 11:51:20 +02:00
olszomal
2d21a2121c
squash gcc debugger warnings
...
remove nsections>UINT16_MAX check
2023-09-08 11:51:20 +02:00
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