olszomal
|
dac68a3a4d
|
Disable CRL Distribution Points online verification
|
2024-02-15 12:30:50 +01:00 |
|
Michał Trojnara
|
bd1ab77f44
|
Improve variable names and comments
No functional change intended.
|
2024-02-13 17:39:01 +01:00 |
|
olszomal
|
5ee859db2c
|
Fixed out-of-bounds access, CID 1583604
|
2024-02-13 17:20:29 +01:00 |
|
olszomal
|
ee3c51f6d5
|
Check BIO_write_ex() return value, CID 1583605
|
2024-02-13 17:20:29 +01:00 |
|
Michał Trojnara
|
cedb8b5798
|
Print default -CAfile in "osslsigncode -v"
Fix #344
|
2024-02-12 12:31:57 +01:00 |
|
olszomal
|
dcf58a00e7
|
Fixed getting content
|
2024-02-12 11:41:08 +01:00 |
|
Michał Trojnara
|
4576895718
|
Initial script (text) format support
See #37 for details.
|
2024-02-12 10:54:18 +01:00 |
|
olszomal
|
1bdcad619e
|
Remove http proxy configuration that may change behavior
|
2024-02-07 13:38:01 +01:00 |
|
olszomal
|
31b046cf98
|
Fix dereference after null check, CID 1576008
|
2024-01-24 09:23:55 +01:00 |
|
olszomal
|
f3ac2c0c6f
|
Fix resource leak, CID 1576007
|
2024-01-24 09:23:55 +01:00 |
|
olszomal
|
f22c83514c
|
Simplify obtaining an existing signature and creating a new one
|
2024-01-23 19:00:22 +01:00 |
|
olszomal
|
44ca1f38e6
|
PKCS9_SEQUENCE_NUMBER authenticated attribute support
|
2024-01-23 19:00:22 +01:00 |
|
olszomal
|
0985c47990
|
Add a new "-index" option to enable verification or addition of attributes to the signature at a certain position
|
2024-01-23 19:00:22 +01:00 |
|
olszomal
|
aa158e40ec
|
Fix BIO memory leak
|
2024-01-10 16:03:08 +01:00 |
|
olszomal
|
5da62de5ef
|
Fixed adding signing time
|
2024-01-08 11:48:10 +01:00 |
|
Michał Trojnara
|
4d08fbb2c1
|
Only use IPv4 127.0.0.1 for tests
Fix #331
|
2023-12-21 11:33:48 +01:00 |
|
Michał Trojnara
|
98b004edda
|
Ignore garbage in PE sigpos/siglen
|
2023-12-20 11:26:50 +01:00 |
|
olszomal
|
34bf3bc525
|
tests for extract-data command
|
2023-12-19 13:07:19 +01:00 |
|
olszomal
|
64e1bba96b
|
Add a new command extract-data to extract a PKCS#7 data content to be signed
|
2023-12-19 13:07:19 +01:00 |
|
olszomal
|
46bcaa9d88
|
Skip a null stream warning
|
2023-12-18 10:14:51 +01:00 |
|
olszomal
|
867e0d446d
|
Fixed APPX file specific: attach-signature command
|
2023-12-18 10:14:29 +01:00 |
|
olszomal
|
7285778cb0
|
Use X509_LOOKUP_load_file() to load certificates with a lookup using the implementation X509_LOOKUP_file()
|
2023-12-03 18:33:50 +01:00 |
|
olszomal
|
c909ba82d7
|
tests: fixed string formatting in Python version earlier than 2.6
|
2023-11-22 17:53:50 +01:00 |
|
olszomal
|
7b60d6447d
|
tests: initialize resp_data
|
2023-11-22 17:53:50 +01:00 |
|
olszomal
|
588a1a0b5f
|
Use default certificates when the HTTP server fails
|
2023-11-22 17:53:50 +01:00 |
|
olszomal
|
8a9b275494
|
Fixed unmap_file() segmentation fault
|
2023-11-21 10:54:44 +01:00 |
|
olszomal
|
0db17be606
|
Listing each member of the CAT file
|
2023-11-20 17:20:03 +01:00 |
|
olszomal
|
f9ad19d4a2
|
Signature index presentation
|
2023-11-14 10:33:04 +01:00 |
|
olszomal
|
b9ca24d423
|
Check MsiDigitalSignatureEx
|
2023-11-14 10:33:04 +01:00 |
|
olszomal
|
8d2b562244
|
Group warnings for CAT files
|
2023-11-14 10:33:04 +01:00 |
|
olszomal
|
6f4e9ab597
|
Fix dereference after null check, CID 1570976
|
2023-11-14 10:33:04 +01:00 |
|
olszomal
|
6d6270094e
|
Simplify unlinking outfile
|
2023-11-13 13:50:41 +01:00 |
|
olszomal
|
57563716d1
|
Enable x mode modifier if available
|
2023-11-13 13:50:41 +01:00 |
|
olszomal
|
8ab8a133f7
|
Overwriting an existing file is not supported
|
2023-11-13 13:50:41 +01:00 |
|
olszomal
|
ef5047038e
|
Delete the output file in case of error
|
2023-11-13 13:50:41 +01:00 |
|
olszomal
|
e290e03341
|
tests: Add more tests for catalog files.
|
2023-11-07 14:56:48 +01:00 |
|
olszomal
|
900ffed596
|
Enable verification that a catalog file was signed by a valid certificate.
Simplify setting and signing a content blob.
Clean up a support library.
|
2023-11-07 14:56:48 +01:00 |
|
Michał Trojnara
|
33253afb5e
|
Remove unneeded variables
|
2023-10-17 17:10:28 +02:00 |
|
Michał Trojnara
|
3aba55e5e0
|
Code simplification
|
2023-10-17 16:58:57 +02:00 |
|
olszomal
|
898a53b2a7
|
Create a certificate chain sorted in ascending order by DER encoding
|
2023-10-17 16:21:26 +02:00 |
|
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 |
|