486 Commits

Author SHA1 Message Date
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
acfece2c26 Fix dereference before null check, CID 1519396 2023-01-13 12:42:24 +01:00
olszomal
61cf89f26f typo 2023-01-11 12:24:26 +01:00
Michał Trojnara
07a927f34a Update the APT package database 2023-01-10 17:56:48 +01:00
olszomal
257cb1fb08 Add missing parentheses 2023-01-10 17:40:09 +01:00
olszomal
c48a6cdef0 Legacy pkcs12 ciphers tests
Use legacy PKCS#12 container with RC2-40-CBC private key and certificate encryption algorithm
2023-01-10 17:39:53 +01:00
olszomal
8bba4496c0 Legacy pkcs12 ciphers support 2023-01-10 17:39:53 +01:00
olszomal
dfc13c9bf8 simplify bash completion 2023-01-10 17:38:58 +01:00
olszomal
f57b469c29 Add an option override the autodetected directory for installing bash completions 2023-01-10 17:38:58 +01:00
olszomal
c718882ffb Fix macro redefinition 2022-11-29 13:40:06 +01:00
Michał Trojnara
3109bdf0ab Add makecerts.log to CI error artifacts 2022-11-28 17:52:44 +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
Jon Turney
1c678bf926 Don't use ELF-specific linker options on Cygwin, either 2022-11-22 16:55:29 +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
Michał Trojnara
8bdd22c183 Remove a deprecated testing platform 2022-09-22 14:58:14 +02:00
olszomal
cc4e5a5076 fix year 2038 problem 2022-09-21 10:41:51 +02:00
Michał Trojnara
b8cb44fa47 initial 2.6 commit 2022-08-12 22:09:34 +02:00
Michał Trojnara
36cdea56de
release 2.5
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
2.5
2022-08-12 21:59:52 +02:00
Michał Trojnara
77e63fa0cb more type conversion fixes 2022-08-12 21:56:39 +02:00
olszomal
225ce9bbd6 update building osslsigncode for Unix-like operating systems 2022-08-12 20:45:57 +02:00
olszomal
a5011a00c5 set install prefix 2022-08-12 20:45:57 +02:00
olszomal
f9006f099a remove ENABLE_CURL macro from the config.h file 2022-08-12 20:45:31 +02:00
olszomal
b9664394a5 Pre-defined _WIN32 macro defined by the MSVC compiler removed from the config.h file 2022-08-12 20:45:31 +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
olszomal
c143eff68f set a result of multiplication cast to the wider type 2022-08-12 20:45:31 +02:00
Michał Trojnara
cbdbd9dbd0 Check for a Coverity token before scanning 2022-08-12 13:53:26 +02:00
Michał Trojnara
20bfc0ffeb Coverity Scan 2022-08-10 10:45:13 +02:00
Michał Trojnara
8e075d625d yet another python 3.6 fix 2022-08-08 09:19:19 +02:00
Michał Trojnara
4eeaee4c16 support python 3.6 (and possibly older) 2022-08-08 09:06:45 +02:00
Michał Trojnara
6da29943ea prevent vcpkg cache path collisions 2022-08-08 06:51:54 +02:00
Michał Trojnara
431d6ab1bd show OpenSSL version 2022-08-08 06:40:29 +02:00
Michał Trojnara
5d51f0e2c7 Test on different versions of Ubuntu 2022-08-07 17:33:03 +02:00
Michał Trojnara
4d476213d4 Identify runner OS with runner.os instead of matrix.os 2022-08-07 17:32:56 +02:00
Michał Trojnara
21c196342f
CodeQL analysis 2022-08-05 12:51:39 +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
abf5aa68f8 simplify CI 2022-08-04 11:34:37 +02:00
Michał Trojnara
762dd8a21b add mingw to CI 2022-08-04 11:34:37 +02:00
Michał Trojnara
86e4eb9252 fix mingw support 2022-08-04 11:34:37 +02:00
Michał Trojnara
7510e3c553 initial 2.5 commit 2022-08-02 21:43:44 +02:00
Michał Trojnara
225a8f78fa
release 2.4
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
2.4
2022-08-02 21:29:07 +02:00